All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.snapscript.tree.collection.Iteration Maven / Gradle / Ivy

package org.snapscript.tree.collection;

import org.snapscript.core.scope.Scope;
import org.snapscript.core.type.Type;

public interface Iteration {
   Type getEntry(Scope scope) throws Exception;
   Iterable getIterable(Scope scope) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy