nexus icon indicating copy to clipboard operation
nexus copied to clipboard

Provide chainable interface for builtin types

Open villesau opened this issue 2 years ago • 0 comments

Now defining parameters etc is pretty cumbersome and verbose: nonNull(list(nonNull(MyOwnObject))). Would be faster to write : nonNull.list.nonNull(MyOwnObject). This would not only be faster to write, but also easier to auto complete which would improve dev velocity even further.

villesau avatar Jan 09 '22 14:01 villesau