Skip to content

Add method to check if Builder has no missing attributes #755

Description

It would be nice to have a method to check if Immutable*.Builder.build() would produce an IllegalStateException:

public final isBuildable() {
  return initBits != 0;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions