public interface MetaValueSelector
meta value to be used in queries
against a given meta key.| Modifier and Type | Field and Description |
|---|---|
static OptionKey<MetaValueSelector> |
KEY
The
OptionKey for MetaValueSelector. |
| Modifier and Type | Method and Description |
|---|---|
@NonNull String |
selectValue(@NonNull String key,
@NonNull List<String> values)
Selects the meta value to map to the given key.
|
static final OptionKey<MetaValueSelector> KEY
OptionKey for MetaValueSelector.@NonNull String selectValue(@NonNull String key, @NonNull List<String> values)
The values list is guaranteed to contain at least 1 element.
key - the keyvalues - the values, in the order in which they were accumulated.