Uses of Interface
org.kink_lang.kink.hostfun.HostFunBuilder
Packages that use HostFunBuilder
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 HostFunBuilder in org.kink_lang.kink
Methods in org.kink_lang.kink that return HostFunBuilderModifier and TypeMethodDescriptionFunHelper.make()
Returns a builder of a host fun.Returns a builder of a host fun, with the description of the fun. -
Uses of HostFunBuilder in org.kink_lang.kink.hostfun
Methods in org.kink_lang.kink.hostfun that return HostFunBuilderModifier and TypeMethodDescriptionReturns a new builder with the specified desc, and all the other properties inherited fromthis
.HostFunBuilder.take
(int numArgs) Returns a new builder with the specified number of args.HostFunBuilder.takeMin
(int argsMin) Returns a new builder with the specified minimum number of args.HostFunBuilder.takeMinMax
(int argsMin, int argsMax) Returns a builder with the specified minimum and the maximum number of args.