JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.codehaus.commons.compiler.util
Predicate
Contents
Description
Method Summary
Method Details
evaluate(T)
Hide sidebar
Show sidebar
Interface Predicate<T>
Type Parameters:
T
-
public interface
Predicate<T>
See Also:
evaluate(Object)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
evaluate
(
T
subject)
Method Details
evaluate
boolean
evaluate
(
@Nullable
T
subject)
Returns:
Whether the
subject
fulfils a particular condition