Uses of Class
com.dylibso.chicory.runtime.ImportFunction
Packages that use ImportFunction
-
Uses of ImportFunction in com.dylibso.chicory.runtime
Subclasses of ImportFunction in com.dylibso.chicory.runtimeModifier and TypeClassDescriptionclassA HostFunction is an ExternalFunction that has been defined by the host.Methods in com.dylibso.chicory.runtime that return ImportFunctionMethods in com.dylibso.chicory.runtime with parameters of type ImportFunctionModifier and TypeMethodDescriptionImportValues.Builder.addFunction(ImportFunction... function) Store.addFunction(ImportFunction... function) Add a function to the store.Method parameters in com.dylibso.chicory.runtime with type arguments of type ImportFunctionModifier and TypeMethodDescriptionImportValues.Builder.withFunctions(Collection<ImportFunction> functions)