|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.clareo.coroutines.user.ExitOnYieldedEqualsTo<E>
public class ExitOnYieldedEqualsTo<E>
Constructor Summary | |
---|---|
ExitOnYieldedEqualsTo(E e)
|
Method Summary | |
---|---|
boolean |
exit(E yielded)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExitOnYieldedEqualsTo(E e)
Method Detail |
---|
public boolean exit(E yielded)
exit
in interface ExitCondition<E>
yielded
- last returned value
true
if no more results, produced by coroutine, are
needed, false
otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |