JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
reactor.fn
Interface Predicate<T>
Type Parameters:
T
- the type of object that the predicate can test
public interface
Predicate<T>
Determines if the input object matches some criteria.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
test
(
T
t)
Returns true if the input object matches some criteria.
Method Detail
test
boolean test(
T
t)
Returns true if the input object matches some criteria.
Parameters:
t
- The input object.
Returns:
true if the criteria matches, false otherwise.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method