fm.liveswitch.IAction3< T1, T2, T3 > Interface Template Reference

Generic functional interface for callbacks with three parameters. More...

Public Member Functions

void invoke (T1 p1, T2 p2, T3 p3)
 

Detailed Description

Generic functional interface for callbacks with three parameters.

Member Function Documentation

◆ invoke()

void fm.liveswitch.IAction3< T1, T2, T3 >.invoke ( T1  p1,
T2  p2,
T3  p3 
)