- All Superinterfaces:
CallFlowToOn
,HostResult
- All Known Subinterfaces:
CallFlowToRecv
Call flow step to bind args.
-
Method Summary
Modifier and TypeMethodDescriptionargs()
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.Methods inherited from interface org.kink_lang.kink.hostfun.CallFlowToOn
on
Methods inherited from interface org.kink_lang.kink.hostfun.HostResult
makeHostResultCore
-
Method Details
-
args
Binds the args to the flow.- Parameters:
args
- the args.- Returns:
- a call flow with the args.
-
args
CallFlowToOn args()Binds no args to the flow.- Returns:
- a call flow with the args.
-
args
Binds one arg to the flow.- Parameters:
arg0
- the first arg.- Returns:
- a call flow with the args.
-
args
Binds two args to the flow.- Parameters:
arg0
- the first arg.arg1
- the second arg.- Returns:
- a call flow with the args.
-
args
Binds the three args to the flow.- Parameters:
arg0
- the first arg.arg1
- the second arg.arg2
- the third arg.- Returns:
- a call flow with the args.
-
args
Binds the four args to the flow.- Parameters:
arg0
- the first arg.arg1
- the second arg.arg2
- the third arg.arg3
- the fourth arg.- Returns:
- a call flow with the args.
-
args
Binds the five args to the flow.- Parameters:
arg0
- the first arg.arg1
- the second arg.arg2
- the third arg.arg3
- the fourth arg.arg4
- the fifth arg.- Returns:
- a call flow with the args.
-