public class TBoxedDoubleStream extends TSimpleStreamImpl<Double>
TStream.Builder<T>
Constructor and Description |
---|
TBoxedDoubleStream(TSimpleDoubleStreamImpl source) |
Modifier and Type | Method and Description |
---|---|
boolean |
next(Predicate<? super Double> consumer) |
allMatch, anyMatch, close, collect, collect, count, distinct, estimateSize, 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 TBoxedDoubleStream(TSimpleDoubleStreamImpl source)
public boolean next(Predicate<? super Double> consumer)
next
in class TSimpleStreamImpl<Double>
Copyright © 2019. All rights reserved.