Class ExtensibleBuilder<T,​U extends ExtensibleBuilder<T,​U>>

    • Constructor Detail

      • ExtensibleBuilder

        public ExtensibleBuilder()
    • Method Detail

      • getSelf

        protected abstract U getSelf()
        Get the reference to the concrete instance that extends this ExtensibleBuilder. Commonly, this.
        Returns:
        the reference to the concrete instance that extends this ExtensibleBuilder. Commonly, this.