observer_provider library

Classes

ObserverProvider<TOutput>
ObserverProvider1<TInput, TOutput>
ObserverProvider2<TInput1, TInput2, TOutput>
ObserverProvider3<TInput1, TInput2, TInput3, TOutput>

Typedefs

ObserverFn<TOutput> = TOutput Function(BuildContext context)
ObserverFn1<TInput, TOutput> = TOutput Function(BuildContext context, TInput in1)
ObserverFn2<TInput1, TInput2, TOutput> = TOutput Function(BuildContext context, TInput1 in1, TInput2 in2)
ObserverFn3<TInput1, TInput2, TInput3, TOutput> = TOutput Function(BuildContext context, TInput1 in1, TInput2 in2, TInput3 in3)