Interface Buildable<B>

Type Parameters:
B - the builder type
All Known Subinterfaces:
Book, Pointers, Style

public interface Buildable<B>
Something that can be built.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a builder from this thing.
  • Method Details

    • toBuilder

      @Contract(value="-> new", pure=true) B toBuilder()
      Create a builder from this thing.
      Returns:
      a builder
      Since:
      4.0.0