Extend2<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
-
duplicate()
→ HKT2<KT, A, HKT2<KT, A, B>>
-
-
extend<Z>(Z f(HKT2<KT, A, B> t))
→ HKT2<KT, A, Z>
-
Extend the type by applying function
f
to it.
-
map<C>(C f(B b))
→ HKT2<KT, A, C>
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited