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

/libcore/ojluni/src/main/java/java/util/stream/
H A DDoubleStream.java133 IntStream mapToInt(DoubleToIntFunction mapper); method in interface:DoubleStream
H A DStream.java58 * .mapToInt(w -> w.getWeight())
103 * {@code mapToInt} in the example above. To preserve correct behavior,
195 IntStream mapToInt(ToIntFunction<? super T> mapper); method in interface:Stream
H A DDoublePipeline.java223 public final IntStream mapToInt(DoubleToIntFunction mapper) { method in class:DoublePipeline
H A DLongPipeline.java240 public final IntStream mapToInt(LongToIntFunction mapper) { method in class:LongPipeline
H A DLongStream.java135 IntStream mapToInt(LongToIntFunction mapper); method in interface:LongStream
H A DReferencePipeline.java202 public final IntStream mapToInt(ToIntFunction<? super P_OUT> mapper) { method in class:ReferencePipeline

Completed in 86 milliseconds