Home | History | Annotate | Download | only in stream

Lines Matching defs:mapToInt

58  *                      .mapToInt(w -> w.getWeight())
103 * {@code mapToInt} in the example above. To preserve correct behavior,
195 IntStream mapToInt(ToIntFunction<? super T> mapper);