Uses of Class
com.dylibso.chicory.runtime.ImportValues
Packages that use ImportValues
-
Uses of ImportValues in com.dylibso.chicory.runtime
Methods in com.dylibso.chicory.runtime that return ImportValuesModifier and TypeMethodDescriptionImportValues.Builder.build()static ImportValuesImportValues.empty()Instance.imports()Store.toImportValues()Convert the contents of a store to aImportValuesinstance.Methods in com.dylibso.chicory.runtime with parameters of type ImportValuesModifier and TypeMethodDescriptionStore.addImportValues(ImportValues importValues) Add the contents of aImportValuesinstance to the store.Instance.Builder.withImportValues(ImportValues importValues) Method parameters in com.dylibso.chicory.runtime with type arguments of type ImportValuesModifier and TypeMethodDescriptionStore.instantiate(String name, Function<ImportValues, Instance> instanceFactory) Creates an instance with the given factory and registers the result in the store.