Monad3<KT, P1, P2, P3> 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<N1>(HKT3<KT, P1, P2, N1> then()) HKT3<KT, P1, P2, N1>
ap<N1>(covariant Monad3<KT, P1, P2, N1 Function(P3)> a) HKT3<KT, P1, P2, N1>
Derive ap from flatMap.
override
call<N1>(HKT3<KT, P1, P2, N1> chain) HKT3<KT, P1, P2, N1>
chainFirst<N1>(covariant Monad3<KT, P1, P2, N1> chain(P3)) HKT3<KT, P1, P2, P3>
flatMap<N1>(HKT3<KT, P1, P2, N1> f(P3)) HKT3<KT, P1, P2, N1>
map<D>(D f(P3 c)) HKT3<KT, P1, P2, D>
inherited
map2<N1, N2>(Monad3<KT, P1, P2, N1> m1, N2 f(P3, N1)) HKT3<KT, P1, P2, N2>
map3<N1, N2, N3>(Monad3<KT, P1, P2, N1> m1, Monad3<KT, P1, P2, N2> m2, N3 f(P3, N1, N2)) HKT3<KT, P1, P2, N3>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pure<D>(D a) HKT3<KT, P1, P2, D>
inherited
toString() String
A string representation of this object.
inherited

Operators

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