Class Right<TA, TB>
TBD
Inherited Members
Namespace: Akka.Util
Assembly: Akka.dll
Syntax
public class Right<TA, TB> : Either<TA, TB>
Type Parameters
Name | Description |
---|---|
TA | TBD |
TB | TBD |
Constructors
| Improve this Doc View SourceRight(TB)
TBD
Declaration
public Right(TB b)
Parameters
Type | Name | Description |
---|---|---|
TB | b | TBD |
Properties
| Improve this Doc View SourceIsLeft
TBD
Declaration
public override bool IsLeft { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
Akka.Util.Either<TA, TB>.IsLeft
|
Improve this Doc
View Source
IsRight
TBD
Declaration
public override bool IsRight { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
Akka.Util.Either<TA, TB>.IsRight
|
Improve this Doc
View Source
Value
TBD
Declaration
public TB Value { get; }
Property Value
Type | Description |
---|---|
TB |