JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.eclipse.net4j.util.collection
Interface Predicate<T>
@Deprecated
public interface
Predicate<T>
Deprecated.
As of 3.5 use
Predicate
.
Since:
3.3
Author:
Eike Stepper
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
boolean
apply
(
T
element)
Deprecated.
Method Details
apply
boolean
apply
(
T
element)
Deprecated.
Predicate
.