Interface Builder<T>

    • Method Detail

      • build

        T build()
        Creates a new instance of the object to build. If the Builder is reused, any additional changes to the Builder shall NOT have any effect on instances previously returned by this method.
        Returns:
        the object to build.