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

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

Return Value

object

at line 16
static BuilderInterface create()

Function should return a BuilderObject

Return Value

BuilderInterface