Effect<T> typedef

Effect<T> = void Function(T event)

Implementation

typedef Effect<T> = void Function(T event);