Class InvocationArguments
java.lang.Object
org.springframework.geode.util.function.InvocationArguments
- Since:
- 1.3.0
- See Also:
-
Constructor Summary
ConstructorDescriptionInvocationArguments
(Object[] arguments) Constructs a new instance ofInvocationArguments
initialized with the given array ofarguments
. -
Method Summary
Modifier and TypeMethodDescriptionstatic InvocationArguments
protected <T> T
getArgumentAt
(int index) protected Object[]
iterator()
int
size()
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
InvocationArguments
Constructs a new instance ofInvocationArguments
initialized with the given array ofarguments
.
-
-
Method Details