Searched refs:flatMapToDouble (Results 1 – 6 of 6) sorted by relevance
101 … s.get().flatMapToDouble(i -> DoubleStream.of(i, i).onClose(onClose::getAndIncrement)).count(); in testClose()248 result = exerciseOps(data, s -> s.boxed().flatMapToDouble(DoubleStream::of)); in testDoubleOps()271 Stream.of(0).flatMapToDouble(i -> IntStream.range(0, 100).asDoubleStream()). in testDoubleOpsShortCircuit()
394 flatMapToDouble(DoubleStream::of).
341 DoubleStream flatMapToDouble(Function<? super T, ? extends DoubleStream> mapper); in flatMapToDouble() method542 return flatMapToDouble(e -> {
361 …public final DoubleStream flatMapToDouble(Function<? super P_OUT, ? extends DoubleStream> mapper) {
227 public DoubleStream flatMapToDouble(Function<? super T, ? extends DoubleStream> mapper) { in flatMapToDouble() method in DefaultMethodStreams.DefaultMethodRefStream228 return s.flatMapToDouble(mapper); in flatMapToDouble()
18428 …method public java.util.stream.DoubleStream flatMapToDouble(java.util.function.Function<? super T,…