Uses of Interface
org.kink_lang.kink.hostfun.CallFlowToOn
Packages that use CallFlowToOn
Package
Description
Interfaces used to make a host fun,
which is a FunVal to perform action in Java code.
-
Uses of CallFlowToOn in org.kink_lang.kink.hostfun
Subinterfaces of CallFlowToOn in org.kink_lang.kink.hostfunModifier and TypeInterfaceDescriptioninterface
Call flow step to bind args.interface
Call flow step to bind a recv.Methods in org.kink_lang.kink.hostfun that return CallFlowToOnModifier and TypeMethodDescriptionCallFlowToArgs.args()
Binds no args to the flow.Binds one arg to the flow.Binds the args to the flow.Binds two args to the flow.Binds the three args to the flow.Binds the four args to the flow.Binds the five args to the flow.Returns a call flow to evaluate the graph.