Interface SearchCompiler.MatchFactory
-
- All Known Subinterfaces:
SearchCompiler.BinaryMatchFactory
,SearchCompiler.SimpleMatchFactory
,SearchCompiler.UnaryMatchFactory
- All Known Implementing Classes:
SearchCompiler.CoreSimpleMatchFactory
,SearchCompiler.CoreUnaryMatchFactory
- 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 private static interface SearchCompiler.MatchFactory
Classes implementing this interface can provide Match operators.- Since:
- 10600 (functional interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getKeywords()
-
-
-
Method Detail
-
getKeywords
java.util.Collection<java.lang.String> getKeywords()
-
-