Interface ArrayOperators.ArrayOperatorFactory.ReduceInitialValueBuilder

Enclosing class:
ArrayOperators.ArrayOperatorFactory

public static interface ArrayOperators.ArrayOperatorFactory.ReduceInitialValueBuilder
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    startingWith(Object initialValue)
    Define the initial cumulative value set before in is applied to the first element of the input array.
  • Method Details

    • startingWith

      ArrayOperators.Reduce startingWith(Object initialValue)
      Define the initial cumulative value set before in is applied to the first element of the input array.
      Parameters:
      initialValue - must not be null.
      Returns: