You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. for a Set we could add with methods like these:
public final ImmutableExampleSetType withIntegers(Integer... elements) {}
public final ImmutableExampleSetType withIntegers(Iterable<? extends Integer> elements) {}
I've already tried this in a new branch of my fork. See this commit
The text was updated successfully, but these errors were encountered:
Can we add customized with methods as explained in the immutables docs: "Customize with methods"?
e.g. for a
Set
we could addwith
methods like these:I've already tried this in a new branch of my fork. See this commit
The text was updated successfully, but these errors were encountered: