T - the type of objects that this predicate can testpublic interface IPredicate<T>
true or false depending on the
implementation. This is very similar to the Java 8 interface java.util.Predicate.| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(T o)
Tests an object.
|
boolean evaluate(T o)
o - object to testtrue or falseCopyright © 2019. All rights reserved.