HypenProxy<T extends Hypen, I> mixin
- Superclass constraints
- Mixin applications
Properties
-
$actions
→ Set<
HypenEffect> -
finalinherited
- $source ↔ T
-
getter/setter pair
- $stream → HypenStream
-
final
- actionKey → Object?
-
no setterinherited
- autoDispose → bool
-
no setterinherited
-
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 pair
- isError → bool
-
no setteroverride
- isLoaded → bool
-
no setteroverride
- isLoading → bool
-
no setteroverride
- 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
- watcher ↔ MutateInforamtion
-
getter/setter pairinherited
Methods
-
$build(
) → T -
$init(
) → void -
$notify(
) → void -
$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(
) → I -
inherited
-
$update(
) → void -
$watch<
H extends HypenGeneratedData> (Object key, H build(), {Object? actionKey}) → H -
inherited
-
acquire(
) → void -
inherited
-
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< T> ? -
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.
override
-
when<
T> ({T loading()?, T loaded()?, T error()?, T onElse()?}) → T -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited