Interface DeviceGroupPredicate

All Superinterfaces:
Predicate

public interface DeviceGroupPredicate extends Predicate
A predicate to evaluate device groups with.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Evaluates the given DeviceGroup.

    Methods inherited from interface org.apache.commons.collections4.Predicate

    evaluate
  • Method Details

    • evaluate

      boolean evaluate(DeviceGroup group)
      Evaluates the given DeviceGroup.
      Parameters:
      group - The DeviceGroup to evaluate.
      Returns:
      true if the device group successfully evaluates (matches).