StreamServiceMixin<TData extends Object> mixin

Superclass constraints
Mixin applications

Properties

didEverInitAndSuccessfully → bool
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
initialData → Option<Resolvable<TData>>
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state → ServiceState
The current state of the service.
no setterinherited
stream → Option<Stream<Result<TData>>>
no setter

Methods

dispose({bool eagerError = false}) → Resolvable<Unit>
inherited
init({bool eagerError = true}) → Resolvable<Unit>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause({bool eagerError = false}) → Resolvable<Unit>
inherited
provideDisposeListeners(void _) → TServiceResolvables<Unit>
override
provideInitListeners(void _) → TServiceResolvables<Unit>
override
provideInputStream() → Stream<Result<TData>>
provideOnPushToStreamListeners() → TServiceResolvables<Result<TData>>
providePauseListeners(void _) → TServiceResolvables<Unit>
override
provideResumeListeners(void _) → TServiceResolvables<Unit>
override
pushToStream(Result<TData> data, {bool eagerError = false}) → Resolvable<Option<Object>>
restartStream() → Resolvable<Unit>
resume({bool eagerError = false}) → Resolvable<Unit>
inherited
stopStream() → Resolvable<Unit>
toString() → String
A string representation of this object.
inherited

Operators

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