R
- The return type.A
- The argument type.@FunctionalInterface public static interface Callback.ReturningWithArgument<R,A>
Modifier and Type | Method and Description |
---|---|
R |
invoke(A a)
This method should be invoked by the method where you're passing this callback instance to.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.