HypenGeneratedData<T> mixin

Superclass constraints
Implemented types
Mixin applications

Properties

$actions Set<HypenEffect>
final
$stream HypenStream
no setter
actionKey Object?
no setter
autoDispose bool
no setteroverride
depKeys Set<Object>
final
depStreams List<StreamSubscription>
final
hashCode int
The hash code for this object.
no setterinherited
hypen RetrieveInformation
getter/setter pairinherited
isBuilding bool
getter/setter pair
isDisposable bool
no setter
isError bool
no setterinherited
isLoaded bool
no setterinherited
isLoading bool
no setterinherited
linearDependencyIndex int
getter/setter pair
needsRebuild Map<Object?, List<bool>>
final
nestedDependencyIndex int
getter/setter pair
params Object?
no setter
preventAccess Map<Object?, List<Object?>>
final
refCount int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedData Map<Object?, List<Object?>>
final
watcher MutateInforamtion
getter/setter pair

Methods

$refresh<H extends Hypen>(H origin) → void
override
$select<H extends HypenGeneratedData, I, S>(Object key, H build(), {required S select(I source), Stream<S> pipe(Stream<S> source)?, Object? actionKey}) → S
override
$snapshot() → T
$watch<H extends HypenGeneratedData>(Object key, H build(), {Object? actionKey}) → H
override
acquire() → void
dependsOn<S extends HypenGeneratedData, I, O>(Object key, S build(), {required O select(S origin, I snapshot), Stream<O> pipe(Stream<O> source)?, Object? actionKey}) → O
dispose() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAction(HypenEffect action) UnregisterAction
release({void onDispose()?}) → void
toString() String
A string representation of this object.
inherited
when<T>({T loading()?, T loaded()?, T error()?, T onElse()?}) → T
inherited

Operators

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