Source<T>
public class MappingSource<T,S> extends Object implements Source<T>
MappingSource(Source<S> source, java.util.function.Function<? super S,? extends T> mapper)
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MappingSource(Source<S> source, java.util.function.Function<? super S,? extends T> mapper)
public T next()
next