public interface FilterPredicate<K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
test(String filter,
String over,
K key,
V value)
Predicate like for filtering keyvalue store.
|
Copyright © 2020 Red Hat. All rights reserved.