Package de.xima.fc.interfaces.condition
Interface IIndividualConditions<T>
- Type Parameters:
T
- Type of the individual conditions.
public interface IIndividualConditions<T>
The indivdual conditions to combine.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getItems
- Returns:
- The items representing the individual conditions.
-
getSingleEvaluator
- Returns:
- Evaluator that takes each individual condition and evaluates it.
-