Interface Buildable<B>
- Type Parameters:
B- the builder type
public interface Buildable<B>
Something that can be built.
- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
toBuilder
Create a builder from this thing.- Returns:
- a builder
- Since:
- 4.0.0
-
B - the builder type