EitherTA, TBToLeft Method |
[Missing <summary> documentation for "M:Akka.Util.Either`2.ToLeft"]
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Left<TA, TB> ToLeft()
Public Function ToLeft As Left(Of TA, TB)
public:
Left<TA, TB>^ ToLeft()
member ToLeft : unit -> Left<'TA, 'TB>
Return Value
Type:
LeftTA,
TB[Missing <returns> documentation for "M:Akka.Util.Either`2.ToLeft"]
See Also