JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.codehaus.commons.compiler.util
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