Uses of Interface
dev.metaschema.core.metapath.function.IArgument
Packages that use IArgument
Package
Description
Provides the core framework for defining and executing Metapath functions.
-
Uses of IArgument in dev.metaschema.core.metapath.function
Methods in dev.metaschema.core.metapath.function that return IArgumentModifier and TypeMethodDescriptionIArgument.Builder.build()Builds the argument's signature.static IArgumentIArgument.of(IEnhancedQName name, ISequenceType sequenceType) Create a new argument with the provided name and sequence type.Methods in dev.metaschema.core.metapath.function that return types with arguments of type IArgumentModifier and TypeMethodDescriptionIFunction.getArguments()Retrieve the list of function arguments.Methods in dev.metaschema.core.metapath.function with parameters of type IArgumentModifier and TypeMethodDescriptionAdd an argument based on the providedargumentsignature.