BuilderInterface
interface BuilderInterface
Interface BuilderInterface
Methods
object
build()
Function should return BuildObject (e.g. ExampleBuilder should return Example) and should be your last step of your build chain
static BuilderInterface
create()
Function should return a BuilderObject
Details
at line 22
object
build()
Function should return BuildObject (e.g. ExampleBuilder should return Example) and should be your last step of your build chain
at line 16
static BuilderInterface
create()
Function should return a BuilderObject