Uses of Interface
com.orchestranetworks.addon.dpra.function.execution.FunctionExecutionOnField
-
Packages that use FunctionExecutionOnField Package Description com.orchestranetworks.addon.dpra.function Provides classes and interfaces to create custom functions. -
-
Uses of FunctionExecutionOnField in com.orchestranetworks.addon.dpra.function
Methods in com.orchestranetworks.addon.dpra.function with parameters of type FunctionExecutionOnField Modifier and Type Method Description FunctionDefinitionBuilderFunctionDefinitionOnFieldBuilder. onExecution(FunctionExecutionOnField execution)Sets the execution.Method parameters in com.orchestranetworks.addon.dpra.function with type arguments of type FunctionExecutionOnField Modifier and Type Method Description FunctionDefinitionBuilderFunctionDefinitionOnFieldBuilder. onExecution(java.util.function.Supplier<FunctionExecutionOnField> supplier)Sets the execution.
-