public static class FluentFunctions.Advice2<T1,T2,R>
extends java.lang.Object
| Constructor and Description |
|---|
Advice2() |
| Modifier and Type | Method and Description |
|---|---|
R |
proceed()
Proceed and execute wrapped BiFunction with it's input params as captured
|
R |
proceed(T1 param1,
T2 param2)
Proceed and execute wrapped BiFunction with it's input params as captured
|
R |
proceed1(T1 param)
Proceed and execute wrapped BiFunction with it's second input parameter as a captured and the replacement parameter as provided
|
R |
proceed2(T2 param)
Proceed and execute wrapped BiFunction with it's first input parameter as a captured and the replacement parameter as provided
|
public R proceed()
public R proceed(T1 param1, T2 param2)
param1 - First replacement parameterparam2 - Second replacement parameterpublic R proceed1(T1 param)
param - First replacement parameter