public class SimpleIndexingStrategy extends Object implements IndexingStrategy
| Constructor and Description |
|---|
SimpleIndexingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Index.Result |
apply(Supplier<Index.Result> input)
Resolves an output
|
void |
close()
Closes this stream and releases any system resources associated with it.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic Index.Result apply(Supplier<Index.Result> input)
Functionapply in interface java.util.function.Function<Supplier<Index.Result>,Index.Result>input - an object of type D.public void close()
Closeableclose in interface Closeableclose in interface AutoCloseableCopyright © 2002-2019 Atlassian. All Rights Reserved.