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
net.openhft.koloboke.function
Interface Predicate<T>
Type Parameters:
T
- the type of the input to the predicate
public interface
Predicate<T>
Represents a predicate (boolean-valued function) of one argument.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
test
(
T
t)
Evaluates this predicate on the given argument.
Method Detail
test
boolean test(
T
t)
Evaluates this predicate on the given argument.
Parameters:
t
- the input argument
Returns:
true
if the input argument matches the predicate, otherwise
false
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