MustPredicate<T> typedef

MustPredicate<T> = bool Function(T value)

Implementation

typedef MustPredicate<T> = bool Function(T value);