AndThen<A, B> class
final
Properties
Methods
-
andThen<
B> (Stackless< B> f(B)) → Stackless<B> -
inherited
-
flatMap<
B> (Stackless< B> f(B)) → Stackless<B> -
inherited
-
foreach<
B> (void f(B)) → void -
inherited
-
map<
B> (B f(B x)) → Stackless< B> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resume(
) → ES< B> -
inherited
-
run(
) → B -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited