Class Mapped<OriginalType,ResultType>

java.lang.Object
org.dmfs.jems2.iterator.BaseIterator<ResultType>
org.dmfs.jems2.iterator.Mapped<OriginalType,ResultType>
Type Parameters:
OriginalType - The original type of the values iterated by the decorated Iterator.
ResultType - The type of the values iterated by this Iterator.
All Implemented Interfaces:
Iterator<ResultType>

public final class Mapped<OriginalType,ResultType> extends BaseIterator<ResultType>
An Iterator that maps the elements of another Iterator using a Function before iterating them.