Hmm... I'm don't think you can get the same level ...
# getting-started
m
Hmm... I'm don't think you can get the same level of flexibility as with Elixir for example. I reckon you can do something with
let
.
Copy code
returnHuman("name of human")
.let { saveAHumanReturningABall(it) }
.let { kickTheBalLReturningABall(it) }
.let { keepTheBallReturnAPet(it) }
.let { loveThePet(it) }