iterate Type
abstract fun <C : Any> iterateType(t: ValidationResult.ErrorEntry.Type<C>): Iterable<ValidationResult.ErrorEntry.Entry<C>>
Provides an Iterable containing this and any children entries as applicable based on the provided type.
NOTE: this performs actions on Entry, not ErrorEntry. Entry is a container stored within most error entries containing content information only.
Return
Iterable<Entry> containing all relevant entries based on type.
Author
fzzyhmstrs
Since
0.7.0