Key - key type@Beta public interface KeyPredicate<Key> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Key key)
This methods implementation contains the evaluation code whether to select a key or not.
|
boolean evaluate(Key key)
key - The key to evaluateCopyright © 2021 Hazelcast, Inc.. All rights reserved.