Applicative<G, A> 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

ap<B>(HKT<G, B Function(A a)> a) HKT<G, B>
map<B>(B f(A a)) HKT<G, B>
Return type is HKT<G, B>, which expresses the fact that what we return is using exactly the same type constructor represented by the brand G
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pure<B>(B b) HKT<G, B>
toString() String
A string representation of this object.
inherited

Operators

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