I
- the type of elements held in the wrapped generator.E
- the type of elements held in this generator.public class TransformedGenerator<I,E> extends LoopGenerator<E>
Constructor and Description |
---|
TransformedGenerator(Generator<? extends I> wrapped,
Function<? super I,? extends E> func)
Create a new TransformedGenerator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
run(Procedure<? super E> proc)
Generators must implement this method.
|
getWrappedGenerator, isStopped, stop
to, to, toCollection
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.