this.object = object;
return this;
}
public HelloWorld getHelloWorld() {
return new SplitHelloWorld(new SplitHelloWorld.HelloWorldInterjection() {
@Override
public String interjection() {
return interjection;
}
}, new SplitHelloWorld.HelloWorldObject() {