|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ericaro.neoitertools.generators.DropWhileGenerator<T>
public class DropWhileGenerator<T>
Drops item while the condition is true, and then start to return them.
| Constructor Summary | |
|---|---|
DropWhileGenerator(Lambda<T,java.lang.Boolean> predicate,
Generator<T> source)
|
|
| Method Summary | |
|---|---|
T |
next()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DropWhileGenerator(Lambda<T,java.lang.Boolean> predicate,
Generator<T> source)
| Method Detail |
|---|
public T next()
throws java.util.NoSuchElementException
next in interface Generator<T>java.util.NoSuchElementException - when sequence is exhausted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||