Uses of Interface
com.pervasive.datarush.functions.FunctionInvoker
Packages that use FunctionInvoker
Package
Description
Provides classes and interfaces related to defining functions on records.
-
Uses of FunctionInvoker in com.pervasive.datarush.functions
Classes in com.pervasive.datarush.functions that implement FunctionInvokerModifier and TypeClassDescriptionclassA default function invoker, which passes arguments directly to the method using anArgumentConverter.
Arguments may specify a converter using theFunctionArgumentannotation.classA specialized function invoker for format.classA function invoker which passes all of its arguments as a single list to the method.classA specialized function invoker for wavg.