Interface Streams.IntFunctionWithIndex<R extends @Nullable Object>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      R apply​(int from, long index)
      Applies this function to the given argument and its index within a stream.
    • Method Detail

      • apply

        R apply​(int from,
                long index)
        Applies this function to the given argument and its index within a stream.