@FunctionalInterface public static interface SearchCompiler.MatchSupplier extends java.util.function.Supplier<SearchCompiler.Match>
SearchCompiler.compile(String).| Modifier and Type | Method and Description |
|---|---|
SearchCompiler.Match |
get() |
SearchCompiler.Match get()
get in interface java.util.function.Supplier<SearchCompiler.Match>