SimpleInfoWrapper<T> class

Inheritance
Mixed-in types

Constructors

SimpleInfoWrapper(T build(RetrieveInformation hypen))

Properties

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

Methods

$build() SimpleInfo<T>
override
$init() → void
override
$notify() → void
inherited
$refresh<H extends Hypen>(H origin) → void
inherited
$select<H extends HypenGeneratedData, I, S>(Object key, H build(), {required S select(I source), Stream<S> pipe(Stream<S> source)?, Object? actionKey}) → S
inherited
$snapshot() → T
override
$update() → void
override
$watch<H extends HypenGeneratedData>(Object key, H build(), {Object? actionKey}) → H
inherited
acquire() → void
inherited
createEffect({void onInitState(WatchInformation hypen, T firstState)?, void onUpdateState(WatchInformation hypen, T newState)?, void onDisposeState(WatchInformation hypen, T lastState)?}) SimpleEffect<T>
createLoader(FutureOr<T> load(RetrieveInformation hypen)) SimpleLoader<T>
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
inherited
dispose() → void
override
load(Object? params) FutureOr<SimpleInfo<T>>?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAction(HypenEffect action) UnregisterAction
inherited
release({void onDispose()?}) → void
inherited
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