Generic functional interface for callbacks with two parameters and a return value. More...
Public Member Functions | |
| R | invoke (T1 p1, T2 p2) |
Generic functional interface for callbacks with two parameters and a return value.
| R fm.liveswitch.IFunction2< T1, T2, R >.invoke | ( | T1 | p1, |
| T2 | p2 | ||
| ) |