JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ix
Interface Pred<T>
Type Parameters:
T
- the value to test
public interface
Pred<T>
A predicate functional interface to test a value and return a primitive boolean.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
test
(
T
t)
Test the given value.
Method Detail
test
boolean test(
T
t)
Test the given value.
Parameters:
t
- the value to test
Returns:
true if the value passes the test
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method