|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ericaro.neoitertools.generators.FullYieldGenerator<R,T>
public class FullYieldGenerator<R,T>
A YieldGenerator based on a Yield statement. Instead of implementing
the Generator protocol, it implements the more advanced YieldGenerator one.
| Constructor Summary | |
|---|---|
FullYieldGenerator(Yield<R,T> function)
|
|
| Method Summary | |
|---|---|
T |
next(R u)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FullYieldGenerator(Yield<R,T> function)
| Method Detail |
|---|
public T next(R u)
next in interface YieldGenerator<R,T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||