CallbackUtil4Arg<T1, T2, T3, T4> class

Generic strongly-typed callback chaining utilities for callbacks with four arguments.

Inheritance

Constructors

CallbackUtil4Arg()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
noop Callback4Arg<T1, T2, T3, T4>
A callback that does nothing.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

chain(covariant Callback4Arg<T1, T2, T3, T4>? a, covariant Callback4Arg<T1, T2, T3, T4>? b) Callback4Arg<T1, T2, T3, T4>
Returns a strongly-typed chained callback that calls through to the two provided callbacks, a and b, in order. Useful for executing multiple callbacks where only a single callback is accepted.
override
chainFromList(covariant List<Callback4Arg<T1, T2, T3, T4>?> callbacks) Callback4Arg<T1, T2, T3, T4>
Returns a strongly-typed chained callback that calls through to the list of provided callbacks in order. Useful for executing multiple callbacks where only a single callback is accepted.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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