Interface Streams.FunctionWithIndex<T,​R>

    • Method Summary

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

      • apply

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