Uses of Interface
org.kink_lang.kink.hostfun.HostFunAction
Packages that use HostFunAction
Package
Description
The core package of the Kink vm.
Interfaces used to make
host system functions, or host funs,
which are Kink functions defined in Java code.
-
Uses of HostFunAction in org.kink_lang.kink
Methods in org.kink_lang.kink with parameters of type HostFunActionModifier and TypeMethodDescription<T> TVm.run(HostFunAction bootstrapAction, Function<? super Val, ? extends T> onReturned, Function<? super ExceptionVal, ? extends T> onRaised) Runs a new execution stack which starts from the bootstrap action. -
Uses of HostFunAction in org.kink_lang.kink.hostfun
Methods in org.kink_lang.kink.hostfun with parameters of type HostFunAction