JavaScript is disabled on your browser.
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.qi4j.functional
Interface Specification<T>
Type Parameters:
T
-
All Known Implementing Classes:
Specifications.AndSpecification
,
Specifications.OrSpecification
public interface
Specification<T>
Generic specification interface.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
satisfiedBy
(
T
item)
Test whether an item matches the given specification
Method Detail
satisfiedBy
boolean satisfiedBy(
T
item)
Test whether an item matches the given specification
Parameters:
item
- the item to be tested
Returns:
true if the item matches, false otherwise
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method