Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Util
Either(TA, TB) Class
Either(TA, TB) Methods
Fold(TRes) Method
Map(TRes1, TRes2) Method
MapLeft(TRes) Method
MapRight(TRes) Method
ToLeft Method
ToRight Method
Either
TA
,
TB
ToRight Method
TBD
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
Right
<TA, TB>
ToRight
()
member
ToRight
:
unit
->
Right
<'TA, 'TB>
Return Value
Type:
Right
TA
,
TB
TBD
See Also
Reference
Either
TA, TB
Class
Akka.Util Namespace
Akka.NET Home
|
Learn Akka.NET