SearchItemPredicate<T> typedef

SearchItemPredicate<T> = bool Function(T, String)

Implementation

typedef SearchItemPredicate<T> = bool Function(T, String);