public class TMappingToDoubleStreamImpl<T> extends TSimpleDoubleStreamImpl
TDoubleStream.Builder
Constructor and Description |
---|
TMappingToDoubleStreamImpl(TSimpleStreamImpl<T> source,
ToDoubleFunction<? super T> mapper) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
count() |
protected int |
estimateSize() |
boolean |
next(DoublePredicate consumer) |
allMatch, anyMatch, average, boxed, collect, distinct, 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 TMappingToDoubleStreamImpl(TSimpleStreamImpl<T> source, ToDoubleFunction<? super T> mapper)
public boolean next(DoublePredicate consumer)
next
in class TSimpleDoubleStreamImpl
public void close() throws Exception
close
in interface AutoCloseable
close
in class TSimpleDoubleStreamImpl
Exception
protected int estimateSize()
estimateSize
in class TSimpleDoubleStreamImpl
public long count()
count
in interface TDoubleStream
count
in class TSimpleDoubleStreamImpl
Copyright © 2019. All rights reserved.