Package eu.bandm.tools.util
Interface StackFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Embedded domain-specific language for matching of stack frames.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault StackFilter
and
(StackFilter other) static StackFilter
any()
<S> Predicate<S>
compile
(StackFilter.Compiler<S> compiler) static StackFilter
none()
default StackFilter
or
(StackFilter other) static StackFilter
static StackFilter
withClassName
(Predicate<String> pred) static StackFilter
withMethodName
(Predicate<String> pred)
-
Method Details
-
compile
-
any
-
none
-
and
-
or
-
withClass
-
withClassName
-
withMethodName
-