JavaScript is disabled on your browser.
Skip navigation links
hawtio-system 4.0-M4
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.hawt.util
Interface Predicate<T>
public interface
Predicate<T>
Evaluates the predicate on the given value
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
evaluate
(
T
value)
Method Details
evaluate
boolean
evaluate
(
T
value)