Interface Builder<T>

  • Type Parameters:
    T - type of the Builder

    public interface Builder<T>
    Author:
    Martin Grebac
    • Method Detail

      • build

        T build()