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 a host fun,
which is a FunVal to perform action 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> T
Vm.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