T - public interface Filter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T object)
Return {
true} when object matches a condition |
boolean accept(T object)
true} when object matches a conditionobject - Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.