Stackless<A> class
sealed
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- result → A
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
andThen<
B> (Stackless< B> f(A)) → Stackless<B> -
flatMap<
B> (Stackless< B> f(A)) → Stackless<B> -
foreach<
B> (void f(A)) → void -
map<
B> (B f(A x)) → Stackless< B> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resume(
) → ES< A> -
run(
) → A -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited