StreamEffect<S, R> typedef

StreamEffect<S, R> = Stream<R> Function(ResultNotifier<R> notifier, S input)

Signature for functions used by StreamEffectNotifier to execute an action that returns data Stream, using the data of a source ResultNotifier as input.

Implementation

typedef StreamEffect<S, R> = Stream<R> Function(ResultNotifier<R> notifier, S input);