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

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

There is a newer version: 1.4.6
Show newest version
package org.snapscript.tree.collection;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy