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 IxPredicate2<T,U>
Type Parameters:
T
- the first input value type
U
- the second input value
public interface
IxPredicate2<T,U>
A function callback with two input values and a boolean return value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
test
(
T
t,
U
u)
Applies a function to the input value and returns a boolean value.
Method Detail
test
boolean test(
T
t,
U
u)
Applies a function to the input value and returns a boolean value.
Parameters:
t
- the first input value
u
- the second 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