Package de.xima.fc.interfaces.condition
Interface IMatchCondition
- 
- All Superinterfaces:
 BiPredicate<Object,Object>,Serializable
- All Known Implementing Classes:
 EMatchCondition
public interface IMatchCondition extends BiPredicate<Object,Object>, Serializable
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 
 - 
 
 -