Predicate<S> typedef

Predicate<S> = bool Function(S subject)

A predicate type alias acting on the subject of a validator

Implementation

typedef Predicate<S> = bool Function(S subject);