Package org.dmfs.jems2.iterable
Class Mapped<OriginalType,ResultType>
java.lang.Object
org.dmfs.jems2.iterable.DelegatingIterable<ResultType>
org.dmfs.jems2.iterable.Mapped<OriginalType,ResultType>
- All Implemented Interfaces:
Iterable<ResultType>
-
Constructor Summary
ConstructorsConstructorDescriptionMapped(Function<? super OriginalType, ? extends ResultType> mapFunction, Iterable<OriginalType> original) -
Method Summary
Methods inherited from class org.dmfs.jems2.iterable.DelegatingIterable
iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Mapped
public Mapped(Function<? super OriginalType, ? extends ResultType> mapFunction, Iterable<OriginalType> original)
-