com.nawforce.platform.System.Iterable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apexlink Show documentation
Show all versions of apexlink Show documentation
Offline validation and transformation toolkit for Salesforce packages
/*
* Copyright (c) 2018 FinancialForce.com, inc. All rights reserved.
*/
package com.nawforce.platform.System;
@SuppressWarnings("unused")
public interface Iterable {
Iterator iterator();
}