Uses of Interface
com.pervasive.datarush.functions.FunctionInvoker
-
Packages that use FunctionInvoker Package Description com.pervasive.datarush.annotations Provides annotations used to describe elements of a dataflow graph.com.pervasive.datarush.functions Provides classes and interfaces related to defining functions on records. -
-
Uses of FunctionInvoker in com.pervasive.datarush.annotations
Methods in com.pervasive.datarush.annotations that return types with arguments of type FunctionInvoker Modifier and Type Method Description Class<? extends FunctionInvoker>invoker()The invoker to use for this function. -
Uses of FunctionInvoker in com.pervasive.datarush.functions
Classes in com.pervasive.datarush.functions that implement FunctionInvoker Modifier and Type Class Description classDefaultFunctionInvokerA default function invoker, which passes arguments directly to the method using anArgumentConverter.
Arguments may specify a converter using theFunctionArgumentannotation.classFormatFunctionInvokerA specialized function invoker for format.classListFunctionInvokerA function invoker which passes all of its arguments as a single list to the method.classWavgFunctionInvokerA specialized function invoker for wavg.
-