ActorDependencyDefinition<DependencyBloc extends ListenableBloc, DependencyBlocEvent, ActorDependantEvent, ActorDependantState> class abstract

Implementers

Constructors

ActorDependencyDefinition()

Properties

bloc ListenableBloc
no setter
handler → _DependencyHandler<DependencyBlocEvent, ActorDependantEvent, ActorDependantState>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

general<DependencyBloc extends ListenableBloc, DependencyBlocEvent, ActorDependantEvent, ActorDependantState>({required DependencyBloc bloc, required DependencyHandlerFunction<DependencyBlocEvent, ActorDependantEvent, ActorDependantState> handler}) ActorDependencyDefinition<ListenableBloc, dynamic, dynamic, dynamic>
repoService<DependencyBloc extends RepoServiceBloc<GroupEvent>, GroupEvent extends Enum, ActorDependantEvent, ActorDependantState>({required DependencyBloc bloc, Set<GroupEvent>? groupEvents, required DependencyHandlerFunction<RepoServiceBlocEvent<Enum>, ActorDependantEvent, ActorDependantState> handler}) ActorRepoServiceDependencyDefinition<DependencyBloc, GroupEvent, ActorDependantEvent, ActorDependantState>