JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.openehealth.ipf.commons.core.modules.api
Interface Predicate<T>
Type Parameters:
T
-
public interface
Predicate<T>
Predicate interface for matching a source object for certain criteria.
Author:
Christian Ohr
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
matches
(
T
source,
Object
... params)
Method Details
matches
boolean
matches
(
T
source,
Object
... params)