Uses of Class
io.virtdata.core.ResolvedFunction
-
Packages that use ResolvedFunction Package Description io.virtdata.api io.virtdata.api.composers io.virtdata.core -
-
Uses of ResolvedFunction in io.virtdata.api
Methods in io.virtdata.api that return ResolvedFunction Modifier and Type Method Description ResolvedFunctionFunctionResolver. getResolvedFunction(java.lang.String spec)Methods in io.virtdata.api that return types with arguments of type ResolvedFunction Modifier and Type Method Description java.util.Optional<ResolvedFunction>DataMapperLibrary. resolveFunction(java.lang.String spec)java.util.List<ResolvedFunction>DataMapperLibrary. resolveFunctions(java.lang.String specifier)java.util.List<ResolvedFunction>VirtDataFunctionLibrary. resolveFunctions(java.lang.Class<?> returnType, java.lang.Class<?> inputType, java.lang.String functionName, java.lang.Object... parameters)Given a signature for a unary function which takes an input and output type, a function name, and constructor arguments, return a list of instances from all implementations that have the same name as the function name, which have a matching constructor signature, and which also have a functional method which can be used with the provided input and output types.default java.util.List<ResolvedFunction>VirtDataFunctionLibrary. resolveFunctions(java.lang.String spec) -
Uses of ResolvedFunction in io.virtdata.api.composers
Methods in io.virtdata.api.composers that return ResolvedFunction Modifier and Type Method Description default ResolvedFunctionFunctionComposer. getResolvedFunction()default ResolvedFunctionFunctionComposer. getResolvedFunction(boolean isThreadSafe) -
Uses of ResolvedFunction in io.virtdata.core
Fields in io.virtdata.core with type parameters of type ResolvedFunction Modifier and Type Field Description static java.util.Comparator<ResolvedFunction>ResolvedFunction. PREFERRED_TYPE_COMPARATORMethods in io.virtdata.core that return types with arguments of type ResolvedFunction Modifier and Type Method Description java.util.Optional<ResolvedFunction>VirtDataComposer. resolveFunctionFlow(io.virtdata.ast.VirtDataFlow flow)java.util.Optional<ResolvedFunction>VirtDataComposer. resolveFunctionFlow(java.lang.String flowspec)java.util.List<ResolvedFunction>VirtDataFunctionResolver. resolveFunctions(java.lang.Class<?> returnType, java.lang.Class<?> inputType, java.lang.String functionName, java.lang.Object... parameters)java.util.List<ResolvedFunction>VirtDataLibraries. resolveFunctions(java.lang.Class<?> returnType, java.lang.Class<?> inputType, java.lang.String functionName, java.lang.Object... parameters)
-