SafeSequencerCallbacks<T extends Object, TParam extends Object> class

Constructors

SafeSequencerCallbacks()

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

addCallback(TSafeCallback<T, TParam> callback, {Object? callbackKey}) → _CallbackRemover
call(Object callbackKey, TParam param, {bool eagerError = false, void onError(Err<Object> err)?}) Resolvable<Option<T>>
callAll(TParam param, {Set? include, Set exclude = const {}, bool eagerError = true, void onError(Err<Object> err)?}) Resolvable<Map<Object, Result<Option<T>>>>
callbackExists(dynamic callbackKey) bool
clearCallbacks() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCallback(Object callbackKey) bool
toString() String
A string representation of this object.
inherited

Operators

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