public class TIterateDoubleStream extends TSimpleDoubleStreamImpl
TDoubleStream.Builder
Constructor and Description |
---|
TIterateDoubleStream(double value,
DoubleUnaryOperator f) |
Modifier and Type | Method and Description |
---|---|
boolean |
next(DoublePredicate consumer) |
allMatch, anyMatch, average, boxed, close, collect, count, distinct, estimateSize, filter, findAny, findFirst, flatMap, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToInt, mapToLong, mapToObj, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, sequential, skip, sorted, spliterator, sum, toArray, unordered
public TIterateDoubleStream(double value, DoubleUnaryOperator f)
public boolean next(DoublePredicate consumer)
next
in class TSimpleDoubleStreamImpl
Copyright © 2019. All rights reserved.