JavaScript is disabled on your browser.
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
org.multiverse.api.predicates
Interface Predicate<E>
All Known Implementing Classes:
BooleanPredicate
,
DoublePredicate
,
IntPredicate
,
LongPredicate
public interface
Predicate<E>
A predicate that checks if some value leads to true or false.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
evaluate
(
E
value)
Evaluates the predicate.
Method Detail
evaluate
boolean evaluate(
E
value)
Evaluates the predicate.
Parameters:
value
- the value to evaluate.
Returns:
true or false.
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