| KeepIsLeftT1, T2, T3 Method |
TBD
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static bool IsLeft<T1, T2, T3>(
Func<T1, T2, T3> fn
)
static member IsLeft :
fn : Func<'T1, 'T2, 'T3> -> bool
Parameters
- fn
- Type: SystemFuncT1, T2, T3
TBD
Type Parameters
- T1
- TBD
- T2
- TBD
- T3
- TBD
Return Value
Type:
BooleanTBD
See Also