Class Left<T>
TBD
Inherited Members
Namespace: Akka.Util
Assembly: Akka.dll
Syntax
public class Left<T>
Type Parameters
Name | Description |
---|---|
T | TBD |
Constructors
| Improve this Doc View SourceLeft(T)
TBD
Declaration
public Left(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value | TBD |
Properties
| Improve this Doc View SourceIsLeft
TBD
Declaration
public bool IsLeft { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsRight
TBD
Declaration
public bool IsRight { get; }
Property Value
Type | Description |
---|---|
Boolean |
Value
TBD
Declaration
public T Value { get; }
Property Value
Type | Description |
---|---|
T |