Extend<KT, A> mixin
- Superclass Constraints
- Mixin Applications
-
Properties
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
duplicate()
→ HKT<KT, HKT<KT, A>>
-
-
extend<Z>(Z f(HKT<KT, A> t))
→ HKT<KT, Z>
-
Extend the type by applying function
f
to it.
-
map<B>(B f(A a))
→ HKT<KT, 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
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited