Interface WithBuild<A>

  • Type Parameters:
    A - The object being built by this builder


    public interface WithBuild<A>
    Helper interface to indicate that a builder has a build method.