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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<T>
getItems()
Function<T,Map.Entry<String,Boolean>>
getSingleEvaluator()
-