nexus
nexus copied to clipboard
Provide chainable interface for builtin types
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.