com.apamax.functional
Event Generator


Represents a generator over a function. This class is used internally by Functional, but you can use any event with a generate method. Generate methods must take 0 arguments and can return the type of your choice (or any).
Action summary
 anygenerate()

Returns the next item from this generator.
 
Action detail

generate

            any generate()
        
Returns the next item from this generator.
Returns:
The next item.