Class InvocationArguments

java.lang.Object
org.springframework.geode.util.function.InvocationArguments
All Implemented Interfaces:
Iterable<Object>

public class InvocationArguments extends Object implements Iterable<Object>
Iterable of Method invocation arguments.
Since:
1.3.0
See Also:
  • Constructor Details

    • InvocationArguments

      public InvocationArguments(Object[] arguments)
      Constructs a new instance of InvocationArguments initialized with the given array of arguments.
      Parameters:
      arguments - array of arguments indicating the values passed to the Method invocation parameters; may be null.
  • Method Details