net.ericaro.neoitertools
Interface Yield<R,V>


public interface Yield<R,V>

Interface to implement the generator function with Yield statement.

Author:
eric
See Also:
Yield's wiki page, neoitertools site

Method Summary
 void generate()
          While this method is running and making calls to the Itertools.yield(Object) statement, the associated generator can be used to get the yielded values.
 

Method Detail

generate

void generate()
While this method is running and making calls to the Itertools.yield(Object) statement, the associated generator can be used to get the yielded values.



Copyright © 2011. All Rights Reserved.