Interface Streams.DoubleFunctionWithIndex<R extends @Nullable java.lang.Object>

    • Method Summary

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

      • apply

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