Interface CopyableBuilder<B extends CopyableBuilder<B,​T>,​T extends ToCopyableBuilder<B,​T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default B copy()
      A shallow copy of this object created by building an immutable T and then transforming it back to a builder.
    • Method Detail

      • copy

        default B copy()
        A shallow copy of this object created by building an immutable T and then transforming it back to a builder.
        Returns:
        a copy of this object