Right<L, R> class

Inheritance

Constructors

const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → R
final

Methods

flatMap<R2>(Either<L, R2> f(R right)) Either<L, R2>
override
fold<B>(B ifLeft(L left), B ifRight(R right)) → B
override
getLeft() → L
override
getRight() → R
override
isLeft() bool
override
isRight() bool
override
map<R2>(R2 f(R right)) Either<L, R2>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited