Predicate<Input> typedef

Predicate<Input> = bool Function(Input)

Implementation

typedef Predicate<Input> = bool Function(Input);