/ fm / liveswitch / IFunction3
Interface: IFunction3<T1, T2, T3, R>
fm.liveswitch.IFunction3
Type parameters
| Name |
|---|
T1 |
T2 |
T3 |
R |
Callable
▸ IFunction3(p1: T1, p2: T2, p3: T3): R
Parameters:
| Name | Type |
|---|---|
p1 |
T1 |
p2 |
T2 |
p3 |
T3 |
Returns: R
Defined in: Generated/TypeScript/fm.liveswitch/IFunction3.ts:2