Package eu.bandm.tools.util.classes
Interface StackFilter.Compiler<S>
- All Known Implementing Classes:
TracingStackFilterCompiler,WalkingStackFilterCompiler
- Enclosing interface:
StackFilter
public static interface StackFilter.Compiler<S>
-
Method Summary
Modifier and TypeMethodDescriptionany()none()static <T> booleantestIfNonNull(Predicate<T> pred, T value) For convenience of the implementations, which use it frequently.withClassName(Predicate<String> pred) withMethodName(Predicate<String> pred)
-
Method Details
-
any
-
none
-
withClass
-
withClassName
-
withMethodName
-
testIfNonNull
For convenience of the implementations, which use it frequently.
-