Package de.xima.fc.interfaces.condition
Interface IMatchCondition
- All Superinterfaces:
 BiPredicate<Object,,Object> Serializable
- All Known Implementing Classes:
 EMatchCondition
Common interface for match conditions. Match conditions are used to evaluate condition checks.
- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
- 
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test