|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Yield<R,V>
Interface to implement the generator function with Yield statement.
| 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 |
|---|
void generate()
Itertools.yield(Object) statement, the associated
generator can be used to get the yielded values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||