predicate Type
abstract fun <C : Any> predicateType(t: ValidationResult.ErrorEntry.Type<C>, p: Predicate<ValidationResult.ErrorEntry.Entry<C>>): Boolean
Performs the provided predicate test on this and any children entries if they are of the provided type. Generally returns true on the first success.
NOTE: this performs actions on Entry, not ErrorEntry. Entry is a container stored within most error entries containing content information only.
Author
fzzyhmstrs
Since
0.7.0