T - The type of the item to transform.DefaultStringFunction, DefaultStringProcessor, NoProcess, StringProcessorpublic interface ToStringFunction<T>
| Modifier and Type | Field | Description |
|---|---|---|
static ToStringFunction<String> |
NO_PROCESS |
A default ToStringFunction that returns the input string;
used by methods that use plain strings in
FuzzySearch. |
| Modifier and Type | Method | Description |
|---|---|---|
String |
apply(T item) |
Transforms the input item to a string.
|
static final ToStringFunction<String> NO_PROCESS
FuzzySearch.Copyright © 2018. All rights reserved.