WatchableStateFeature class abstract

Inheritance

Constructors

WatchableStateFeature()

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotOpen bool
no setterinherited
isOpen bool
no setterinherited
lastUpdateId ObjectId
no setterinherited
length int
no setterinherited
log → Logger
latefinalinherited
q Executor
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateKeys Iterable<StateKey>
no setterinherited
stateValues Iterable<StateValue>
no setterinherited

Methods

addRipple(StateKey key) bool
inherited
call<T extends StateFeature>() → T
inherited
contains(Object? key) bool
inherited
flushEvents() → void
inherited
get<T extends StateValue>(StateKey<T> key) → T
inherited
getAll<T extends StateValue<T>>(bool test(T s)?) Iterable<T>
inherited
getOrNull<T extends StateValue>(StateKey<T> key) → T?
inherited
getWhere(bool test(StateValue s)) Iterable<StateValue>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClose() Future<void>
override
onDestroy() Future<void>
override
onEvent(StateEvent<StateValue> event) → void
inherited
onEvents(StateEvents events) → void
override
onFlush() Future<void>
inherited
onOpen() Future<void>
inherited
put<T extends StateValue>(T state) → void
inherited
remove<T extends StateValue>(StateKey<T>? key) → T?
inherited
reset(Stream<StateValue> values) Future<void>
inherited
set<T extends StateValue>(Iterable<T> list, {bool where(T s)?}) → void
inherited
toString() String
A string representation of this object.
inherited
watch() Stream<StateEvents>

Operators

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