| EitherTA, TB Constructor |
TBD
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected Either(
TA left,
TB right
)
new :
left : 'TA *
right : 'TB -> Either
Parameters
- left
- Type: TA
TBD - right
- Type: TB
TBD
See Also