Interface AppDef.FieldValuesBiPredicate<A,P,M,E>

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.FieldValuesBiPredicate<A,P,M,E>
  • Field Details

  • Method Details

    • test

      boolean test(A app, P property, Language l, M parameter, E extraParameter)
      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
      extraParameter - the extra parameter to pass to the predicate
      Returns:
      true if the test was successful