Click or drag to resize
Akka.NETKeepIsRightT1, T2, T3 Method
TBD

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static bool IsRight<T1, T2, T3>(
	Func<T1, T2, T3> fn
)

Parameters

fn
Type: SystemFuncT1, T2, T3
TBD

Type Parameters

T1
TBD
T2
TBD
T3
TBD

Return Value

Type: Boolean
TBD
See Also