Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a convenience method for constructing a builder from a null value #357

Closed
shawkins opened this issue Feb 10, 2023 · 0 comments
Closed

Comments

@shawkins
Copy link
Collaborator

In code paths that do some kind of create or update logic it's common to have an optional existing value. Constructing the builder currently with a null instance results in an exception. Can either null be allowed or a static from(instance) method be introduced?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant