BaseInterceptor<DState> class abstract

Class to create Interceptors to transforms or intercept new DripEvent The goal of this class is simple change or iterate the DripEvent and the DState whit this changes the state can mutate before is call the method mutableStateOf or before call the DripAction

Implementers

Constructors

BaseInterceptor()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(DripEvent event, DState state) Stream<DState>
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