Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IntFunctionWithIndex (0.23 sec)

  1. android/guava/src/com/google/common/collect/Streams.java

       *
       * <p>This interface is only intended for use by callers of {@link #mapWithIndex(IntStream,
       * IntFunctionWithIndex)}.
       *
       * @since 33.4.0 (but since 21.0 in the JRE flavor)
       */
      public interface IntFunctionWithIndex<R extends @Nullable Object> {
        /** Applies this function to the given argument and its index within a stream. */
        @ParametricNullness
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 37K bytes
    - Viewed (0)
Back to top