public class TMappingStreamImpl<T,S> extends TWrappingStreamImpl<T,S>
TStream.Builder<T>
Constructor and Description |
---|
TMappingStreamImpl(TSimpleStreamImpl<S> sourceStream,
Function<? super S,? extends T> mapper) |
Modifier and Type | Method and Description |
---|---|
long |
count() |
protected Predicate<S> |
wrap(Predicate<? super T> consumer) |
close, estimateSize, next
allMatch, anyMatch, collect, collect, distinct, filter, findAny, findFirst, flatMap, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, reduce, sequential, skip, sorted, sorted, spliterator, toArray, toArray, unordered
public TMappingStreamImpl(TSimpleStreamImpl<S> sourceStream, Function<? super S,? extends T> mapper)
Copyright © 2019. All rights reserved.