|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ericaro.neoitertools.generators.MapGenerator<T,K>
public class MapGenerator<T,K>
A Generator that apply a mapping Lambda function first.
| Constructor Summary | |
|---|---|
MapGenerator(Lambda<? super T,K> map,
Generator<T> source)
|
|
| Method Summary | |
|---|---|
K |
next()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapGenerator(Lambda<? super T,K> map,
Generator<T> source)
| Method Detail |
|---|
public K next()
throws java.util.NoSuchElementException
next in interface Generator<K>java.util.NoSuchElementException - when sequence is exhausted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||