JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.openforis.commons.collection
Interface Predicate<T>
Type Parameters:
T
-
public interface
Predicate<T>
Author:
S. Ricci, A. Sanchez-Paus Diaz
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
evaluate
(
T
item)
Method Details
evaluate
boolean
evaluate
(
T
item)