Filter<T> typedef

Filter<T> = T Function(T value)

Implementation

typedef Filter<T> = T Function(T value);