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>

public final class Mapped<OriginalType,ResultType> extends DelegatingIterable<ResultType>
Iterable decorator maps the results of the delegate Iterable using a given Function.