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.
    • Method Detail

      • build

        A build()
        Save content of the builder into an object
        Returns:
        the object being built by this builder