EitherMonad<L> class

Inheritance

Constructors

EitherMonad()

Properties

hashCode int
The hash code for this object.
no setterinherited
nothing Either<L, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ap<A, B>(Either<L, dynamic> fa, Either<L, dynamic> ff) Either<L, dynamic>
inherited
bind<A, B>(covariant Either<L, dynamic> fa, covariant Either<L, dynamic> f(dynamic _)) Either<L, dynamic>
inherited
composeF(Functor G) Functor<Either<L, dynamic>>
inherited
join(Either<L, dynamic> ffa) Either<L, dynamic>
inherited
map<A, B>(Either<L, dynamic> fa, B f(A a)) Either<L, dynamic>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pure<A>(A a) Either<L, dynamic>
inherited
strengthL<A, B>(Either<L, dynamic> fa, B b) Either<L, dynamic>
inherited
strengthR<A, B>(Either<L, dynamic> fa, B b) Either<L, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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