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