Trampoline<A> class abstract

Implemented types

Constructors

Trampoline()

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<A, B>> ff) Trampoline<B>
override
bind<B>(covariant Function1<A, Trampoline<B>> f) Trampoline<B>
override
flatMap<B>(covariant Function1<A, Trampoline<B>> f) Trampoline<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