Interface AppDef.FieldValuesPredicate<A,P,M>

Enclosing class:
AppDef<APP extends OpenemsApp,PROPERTY extends Nameable,PARAMETER>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AppDef.FieldValuesPredicate<A,P,M>
  • Field Details

  • Method Details

    • test

      boolean test(A app, P property, Language l, M parameter)
      A function with the values of the current field.
      Parameters:
      app - the current app
      property - the current property
      l - the current language
      parameter - the current provided parameters
      Returns:
      true if the test was successful