IdMonad class
- Inheritance
-
- Mixed-in types
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
nothing
→ dynamic
-
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
ap<A, B>(dynamic fa, dynamic ff)
→ dynamic
-
inherited
-
bind<A, B>(covariant A fa, covariant Function1<A, B> f)
→ B
-
override
-
composeF(Functor G)
→ Functor
-
inherited
-
join(dynamic ffa)
→ dynamic
-
inherited
-
map<A, B>(dynamic fa, B f(A a))
→ dynamic
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pure<A>(A a)
→ A
-
override
-
replicate<A>(int n, A fa)
→ IList<A>
-
-
strengthL<A, B>(dynamic fa, B b)
→ dynamic
-
inherited
-
strengthR<A, B>(dynamic fa, B b)
→ dynamic
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited