Predicate<I> typedef

Predicate<I> = bool Function(I input)

Implementation

typedef Predicate<I> = bool Function(I input);