Searched defs:P_OUT (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/util/stream/
H A DReferencePipeline.java186 map(Function<? super P_OUT, ? extends R> mapper) argument
254 flatMap(Function<? super P_OUT, ? extends Stream<? extends R>> mapper) argument
281 flatMapToInt(Function<? super P_OUT, ? extends IntStream> mapper) argument
309 flatMapToDouble(Function<? super P_OUT, ? extends DoubleStream> mapper) argument
337 flatMapToLong(Function<? super P_OUT, ? extends LongStream> mapper) argument
495 reduce(R identity, BiFunction<R, ? super P_OUT, R> accumulator, BinaryOperator<R> combiner) argument
501 collect(Collector<? super P_OUT, A, R> collector) argument
[all...]

Completed in 36 milliseconds