AndThen<A, B> class final

Inheritance

Constructors

AndThen(Stackless<A> sub, Stackless<B> k(A))

Properties

hashCode int
The hash code for this object.
no setterinherited
k Stackless<B> Function(A)
getter/setter pair
result → B
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sub Stackless<A>
getter/setter pair

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