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
| Edit this page View SourceRight(TB)
TBD
Declaration
public Right(TB b)
Parameters
Type | Name | Description |
---|---|---|
TB | b | TBD |
Properties
| Edit this page View SourceIsLeft
TBD
Declaration
public override bool IsLeft { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceIsRight
TBD
Declaration
public override bool IsRight { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceValue
TBD
Declaration
public TB Value { get; }
Property Value
Type | Description |
---|---|
TB |