Class GeneratorFromFunction<T>

java.lang.Object
org.aksw.commons.collections.generator.GeneratorFromFunction<T>
All Implemented Interfaces:
Generator<T>

public class GeneratorFromFunction<T> extends Object implements Generator<T>