consume Type
abstract fun <C : Any> consumeType(t: ValidationResult.ErrorEntry.Type<C>, c: Consumer<ValidationResult.ErrorEntry.Entry<C>>)
Performs the provided consumer action on this and any children entries if they are of the provided type.
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