predicateType

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

Parameters

C

Non-null error type

t

Type<C> the error entry type to check for

p

Predicate<Entry> test to perform on each entry of the given type