test
Performs the provided predicate test on this results error entry and any of its children 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
Parameters
error content type
ErrorEntry.Type<C> the error type.
Predicate<ErrorEntry.Entry<C>> tester for each entry of the given type present
Performs the provided predicate test on this results error entry and any of its children. 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
Parameters
Predicate<ErrorEntry.Entry> tester for each entry