Interface Builder<T>

    • Method Detail

      • build

        T build()
        Build the instance from this builder.
        Returns:
        instance of the built type
      • get

        default T get()
        Specified by:
        get in interface Supplier<T>