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