vavr
vavr copied to clipboard
Lazy Try
I've noticed a lot of Try seems to be eager, calling things immediately instead of having terminal operations like Stream. I'd like an implementation that behaves more like stream, but with the same API.