T - The type of the item to transform.public interface ToStringFunction<T>
| Modifier and Type | Field and 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 and Description |
|---|---|
String |
apply(T item)
Transforms the input item to a string.
|
static final ToStringFunction<String> NO_PROCESS
FuzzySearch.Copyright © 2020. All rights reserved.