Interface SearchCompiler.MatchSupplier
-
- All Superinterfaces:
java.util.function.Supplier<SearchCompiler.Match>
- All Known Implementing Classes:
AutoFilterManager.CompiledFilter
- Enclosing class:
- SearchCompiler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface SearchCompiler.MatchSupplier extends java.util.function.Supplier<SearchCompiler.Match>
Classes implementing this interface can provide Match instances themselves and do not rely onSearchCompiler.compile(String)
.- Since:
- 15764
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchCompiler.Match
get()
-
-
-
Method Detail
-
get
SearchCompiler.Match get()
- Specified by:
get
in interfacejava.util.function.Supplier<SearchCompiler.Match>
-
-