Class AbstractBuilder<T>

    • Constructor Detail

      • AbstractBuilder

        public AbstractBuilder()
    • Method Detail

      • build

        public abstract T build()
        Specified by:
        build in interface Builder<T>