Yes, I’m using the with
statement quite a lot. This is just an experiment to keep the slick function piping, but handle the errors in the same time.
Also this acts a bit like a reverse with
if I can say so. The with
focuses on the happy path, while the FTPipe
focuses on the errors.