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