Closed JakeWharton closed 6 years ago
These are usually placed on immutable objects which return a new immutable copy with that single property changed. Effective Java recommends builder mutator methods have no prefix.
These are usually placed on immutable objects which return a new immutable copy with that single property changed. Effective Java recommends builder mutator methods have no prefix.