接口 Builder<O>

    • 方法详细资料

      • build

        O build()
         throws Exception
        Builds the object and returns it or null.
        返回:
        the Object to be built or null if the implementation allows it.
        抛出:
        Exception - if an error occurred when building the Object