Trigger<T extends Object> class abstract

Constructors

Trigger()

Properties

called Future<void>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asyncHandler<K, R extends Object>(Future<K> fn(T arg), {void abort()?}) Result<K>
bind(T arg) → void Function()
call([T arg]) → void
handler<K>(K fn(T arg), K initialValue) → K
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
provide([Token<Trigger<T>>? token]) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

consume<T extends Object>(CTNode n, [Token<Trigger<T>>? token]) Trigger<T>