Click or drag to resize
Akka.NETEitherTA, TB Class
TBD
Inheritance Hierarchy

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract class Either<TA, TB>

Type Parameters

TA
TBD
TB
TBD

The EitherTA, TB type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsLeft
TBD
Public propertyIsRight
TBD
Protected propertyLeft
TBD
Protected propertyRight
TBD
Public propertyValue
TBD
Top
Methods
Operators
  NameDescription
Public operatorStatic member(LeftTA to EitherTA, TB)
Performs an implicit conversion from LeftT to EitherTA, TB.
Public operatorStatic member(RightTB to EitherTA, TB)
Performs an implicit conversion from RightT to EitherTA, TB.
Top
Extension Methods
See Also