Package com.day.cq.wcm.mobile.api.device
Interface DeviceGroupPredicate
- All Superinterfaces:
Predicate
A predicate to evaluate device groups with.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluate(DeviceGroup group) Evaluates the givenDeviceGroup.
-
Method Details
-
evaluate
Evaluates the givenDeviceGroup.- Parameters:
group- TheDeviceGroupto evaluate.- Returns:
trueif the device group successfully evaluates (matches).
-