Predicate<T, S> typedef
Predicate<T, S> =
bool Function(T src, S beCompared)
Implementation
typedef Predicate<T, S> = bool Function(T src, S beCompared);
typedef Predicate<T, S> = bool Function(T src, S beCompared);