Pure<F, A> class

Inheritance

Constructors

Pure(A a)

Properties

a → A
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

andThen<B>(covariant Free<F, B> next) Free<F, B>
inherited
ap<B>(covariant Free<F, Function1<A, B>> ff) Free<F, B>
inherited
bind<B>(covariant Function1<A, Free<F, B>> f) Free<F, B>
inherited
flatMap<B>(covariant Function1<A, Free<F, B>> f) Free<F, B>
inherited
fold<R>(R ifPure(A a), R ifSuspend(F fa), R ifBind(Free<F, dynamic> ffb, _FreeF<F, A> f)) → R
override
foldMap<M, MA extends M>(Monad<M> m, M f(F fa)) → MA
inherited
foldMapEvaluation<E, R, W, S>(EvaluationMonad<E, R, W, S> m, Evaluation<E, R, W, S, dynamic> f(F fa)) Evaluation<E, R, W, S, A>
inherited
foldMapFuture(Future f(F fa)) Future<A>
inherited
map<B>(B f(A a)) Free<F, B>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace<B>(B replacement) Free<F, B>
inherited
strengthL<B>(B b) Free<F, Tuple2<B, A>>
inherited
strengthR<B>(B b) Free<F, Tuple2<A, B>>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited