![]() | Either<TA, TB>Implicit Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | Implicit(Left<TA> to Either<TA, TB>) |
Performs an implicit conversion from Left< T> to Either<TA, TB>.
|
![]() ![]() | Implicit(Right<TB> to Either<TA, TB>) |
Performs an implicit conversion from Right< T> to Either<TA, TB>.
|