JPredicate<T> typedef

JPredicate<T> = bool Function(T t)

Implementation

typedef JPredicate<T> = bool Function(T t);