Interface IBuilder<T>

    • Method Detail

      • build

        @Nonnull
        T build()
        Build the object
        Returns:
        The built object. May not be null.