StreamPredicate<T> typedef

StreamPredicate<T> = bool Function(StreamElement<T>)

Implementation

typedef StreamPredicate<T> = bool Function(StreamElement<T>);