We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It would be nice to have a method to check if Immutable*.Builder.build() would produce an IllegalStateException:
Immutable*.Builder.build()
IllegalStateException
public final isBuildable() { return initBits != 0; }
It would be nice to have a method to check if
Immutable*.Builder.build()would produce anIllegalStateException: