T - Return type of the method invocation.public class DeferredInvocation<T> extends Object
| Constructor and Description |
|---|
DeferredInvocation(Object instance,
Method method,
Object... curriedArgs)
Create a deferred execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addArgs(Object... args)
Add additional curried arguments
|
T |
invoke(Object... args)
Invoke the deferred method.
|
public void addArgs(Object... args)
args - Arguments to append to the curried argument list.IllegalArgumentException - If maximum argument count was exceeded.Copyright © 2018 Fujion Framework. All rights reserved.