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

C

error content type

t

ErrorEntry.Type<C> the error type.

p

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

p

Predicate<ErrorEntry.Entry> tester for each entry