Class Either
TBD
Inherited Members
Namespace: Akka.Util
Assembly: Akka.dll
Syntax
public static class Either
Methods
| Improve this Doc View SourceLeft<T>(T)
TBD
Declaration
public static Left<T> Left<T>(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value | TBD |
Returns
Type | Description |
---|---|
Left<T> | TBD |
Type Parameters
Name | Description |
---|---|
T | TBD |
Right<T>(T)
TBD
Declaration
public static Right<T> Right<T>(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value | TBD |
Returns
Type | Description |
---|---|
Right<T> | TBD |
Type Parameters
Name | Description |
---|---|
T | TBD |