public final class Mapped<OriginalType,ResultType>
extends java.lang.Object
implements java.lang.Iterable<ResultType>
| Constructor and Description |
|---|
Mapped(Function<? super OriginalType,? extends ResultType> mapFunction,
java.lang.Iterable<? extends OriginalType> original) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ResultType> |
iterator() |
public Mapped(Function<? super OriginalType,? extends ResultType> mapFunction, java.lang.Iterable<? extends OriginalType> original)
public java.util.Iterator<ResultType> iterator()
iterator in interface java.lang.Iterable<ResultType>