Source class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
constant<F, O>(Monad<F> monad, O o)
→ Conveyor<F, O>
-
-
eval<F, A>(F fa)
→ Conveyor<F, A>
-
-
eval_<F, A>(F fa)
→ Conveyor<F, A>
-
-
fromStream<A>(Stream<A> s())
→ Conveyor<Task, A>
-
-
intsFrom<F, O>(Monad<F> monad, int from)
→ Conveyor<F, int>
-
-
materialize<F, O>(Conveyor<Nowhere, O> s, ApplicativePlus<F> ap)
→ F
-
-
pure<F, O>(Monad<F> monad, O o)
→ Conveyor<F, O>
-
-
repeatEval<F, A>(F fa)
→ Conveyor<F, A>
-
-
repeatEval_<F, A>(F fa)
→ Conveyor<F, A>
-
-
resource<F, R, O>(F acquire, Conveyor<F, O> use(R r), Conveyor<F, O> release(R r))
→ Conveyor<F, O>
-