Interceptors<T> class
Stores the intercept-handlers that have been attached to a specific Observable.
When observableInstance.intercept(handler)
is invoked, the passed-in handler
is stored inside the Interceptors<T>
.
This is an internal class and should not be used directly.
Constructors
- Interceptors.new(ReactiveContext context)
Properties
- hasHandlers → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
covariant Interceptor< T> handler) → Dispose -
interceptChange(
WillChangeNotification< T> change) → WillChangeNotification<T> ? -
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