-
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Abuild()Save content of the builder into an object
-
-
-
Method Detail
-
build
A build() throws IncompleteException
Save content of the builder into an object- Returns:
- the object being built by this builder
- Throws:
IncompleteException
-
-