ExistsPredicate<T> typedef

ExistsPredicate<T> = FutureOr<bool> Function(T)

Implementation

typedef ExistsPredicate<T> = FutureOr<bool> Function(T);