Trampoline<A> class
abstract
- Implemented types
-
- MonadOps<
Trampoline, A>
- MonadOps<
Constructors
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
-
andThen<
B> (covariant Trampoline< B> next) → Trampoline<B> -
override
-
ap<
B> (covariant Trampoline< Function1< ff) → Trampoline<A, B> >B> -
override
-
bind<
B> (covariant Function1< A, Trampoline< f) → Trampoline<B> >B> -
override
-
flatMap<
B> (covariant Function1< A, Trampoline< f) → Trampoline<B> >B> -
override
-
map<
B> (B f(A a)) → Trampoline< B> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pure<
B> (B b) → Trampoline< B> -
replace<
B> (B replacement) → Trampoline< B> -
override
-
run(
) → A -
strengthL<
B> (B b) → Trampoline< Tuple2< B, A> > -
override
-
strengthR<
B> (B b) → Trampoline< Tuple2< A, B> > -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited