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 IxPredicate<T>
Type Parameters:
T
- the input value type
public interface
IxPredicate<T>
A function callback with one input value and a boolean return value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
test
(
T
t)
Applies a function to the input value and returns a boolean value.
Method Detail
test
boolean test(
T
t)
Applies a function to the input value and returns a boolean value.
Parameters:
t
- the input value
Returns:
the output boolean
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