public static class FluentFunctions.Advice1<T,R>
extends java.lang.Object
| Constructor and Description |
|---|
Advice1() |
| Modifier and Type | Method and Description |
|---|---|
R |
proceed()
Proceed and execute wrapped Function with it's input param as captured
|
R |
proceed(T param)
Proceed and execute wrapped Function replacing it's input param
|