Click or drag to resize
Akka.NETEitherRightT Method
TBD

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Right<T> Right<T>(
	T value
)

Parameters

value
Type: T
TBD

Type Parameters

T
TBD

Return Value

Type: RightT
TBD
See Also