Interface AppDef.FieldValuesSupplier<A,P,M,O>

Type Parameters:
A - the type of the app
P - the type of the property
M - the type of the 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.FieldValuesSupplier<A,P,M,O>
Functional interface function with field values.
  • Method Summary

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

    • get

      O get(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:
      the output of the function