public interface IPredicate<T>
This interface is implemented by classes, instances of which can be passed into certain Util functions which test some collection for elements matching the IPredicate. (IPredicate.test(…) == true)
Modifier and Type | Method and Description |
---|---|
boolean |
test(T obj) |
boolean test(T obj)
Copyright © 2022 The Apache Software Foundation. All rights reserved.