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