Interface AppDef.FieldValuesConsumer<A,P,M,T>

Type Parameters:
A - the type of the app
P - the type of the property
M - the type of the parameter
T - the type of the additional parameter
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.FieldValuesConsumer<A,P,M,T>
Functional interface with field values and a extra parameter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(A app, P property, Language l, M parameter, T first)
    A Consumer with the values of the current field and one extra parameter.
  • Method Details

    • accept

      void accept(A app, P property, Language l, M parameter, T first)
      A Consumer with the values of the current field and one extra parameter.
      Parameters:
      app - the current app
      property - the current property
      l - the current language
      parameter - the current provided parameters
      first - the extra parameter