JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
it.riccardotraverso.java.lang
Interface Predicate<T>
public interface
Predicate<T>
Method Summary
Methods
Modifier and Type
Method and Description
boolean
holdsFor
(
T
obj)
Tells whether this predicate holds for the given object.
Method Detail
holdsFor
boolean holdsFor(
T
obj)
Tells whether this predicate holds for the given object.
Parameters:
obj
-
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method