PatternMatcher<T> typedef

PatternMatcher<T> = bool Function(T message)

Matcher type for matching messages on a channel using Take effect.

Implementation

typedef PatternMatcher<T> = bool Function(T message);