Interface DataObjectBuilder<T extends DataObjectBuilder<?,?>,R>
-
- Type Parameters:
T- type of builderR- type of result from build
public interface DataObjectBuilder<T extends DataObjectBuilder<?,?>,R>Interface to build data objects
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Rbuild()Build into data object of type RTself()Self typingdefault Twith(java.util.function.Consumer<? super T> updater)Update fields in builder
-