Searched defs:mapToInt (Results 1 – 3 of 3) sorted by relevance
135 IntStream mapToInt(DoubleToIntFunction mapper); in mapToInt() method
136 IntStream mapToInt(LongToIntFunction mapper); in mapToInt() method
198 IntStream mapToInt(ToIntFunction<? super T> mapper); in mapToInt() method