prabello
10/31/2018, 11:25 AMreturnAHuman("name of human")
|> saveAHumanReturningABall
|> kickTheBallReturningABall
|> keepTheBallReturnAPet
|> loveThePet
Basically every method on the chain is receiving as parameter the value of the one before it
I`m trying to have something like this in kotlin, is it feasible?