Monad2<KT, A, B> mixin

Superclass Constraints
Mixin Applications

Properties

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

Methods

andThen<C>(HKT2<KT, A, C> then()) HKT2<KT, A, C>
ap<C>(covariant Monad2<KT, A, C Function(B a)> a) HKT2<KT, A, C>
Derive ap from flatMap.
override
call<C>(HKT2<KT, A, C> chain) HKT2<KT, A, C>
chainFirst<C>(covariant Monad2<KT, A, C> chain(B b)) HKT2<KT, A, B>
flatMap<C>(HKT2<KT, A, C> f(B a)) HKT2<KT, A, C>
map<C>(C f(B a)) HKT2<KT, A, C>
inherited
map2<C, D>(Monad2<KT, A, C> m1, D f(B b, C c)) HKT2<KT, A, D>
map3<C, D, E>(Monad2<KT, A, C> m1, Monad2<KT, A, D> m2, E f(B b, C c, D d)) HKT2<KT, A, E>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pure<C>(C c) HKT2<KT, A, C>
inherited
toString() String
A string representation of this object.
inherited

Operators

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