Interface HasArguments

All Known Subinterfaces:
IntermediateOperation<S,R>, TerminalOperation<S,R>

public interface HasArguments
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the arguments for this terminating operation, or null.
  • Method Details

    • arguments

      Object[] arguments()
      Returns the arguments for this terminating operation, or null.
      Returns:
      the arguments for this terminating operation, or null