Valpa.Predicate.Validator (Valpa v0.1.1)
View SourceBuilt-in predicate functions for Valpa validators.
All predicates return true
or false
, making them useful on their own when full validation pipelines are unnecessary.
Examples
Valpa.Predicate.Validator.integer(5)
# => true
Valpa.Predicate.Validator.integer("not a number")
# => false