withFrameFilter
open fun withFrameFilter(predicate: BiPredicate<Integer, StackTraceElement>): StandardStackTracePrinter
Return a new StandardStackTracePrinter from this one that will only include frames that match the given predicate.
Return
a new StandardStackTracePrinter instance
Parameters
predicate
the predicate used to filter frames