Interface AppDef.FieldValuesFunction<A,P,M,T,O>

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
O - the type of the return 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.FieldValuesFunction<A,P,M,T,O>
Functional interface with field values and a extra parameter and and return value.
  • Method Summary

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

    • apply

      O apply(A app, P property, Language l, M parameter, T first)
      A function 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
      Returns:
      the output of the function