Interface DeltaControl.Builder
- Enclosing class:
- DeltaControl
public static interface DeltaControl.Builder
A class for constructing
DeltaControl
instances-
Method Summary
Modifier and Type Method Description DeltaControl
build()
Construct a new immutableDeltaControl
from this builder's state.DeltaControl.Builder
nullBehavior(NullBehavior nullBehavior)
Set theNullBehavior
for the result.default DeltaControl.Builder
nullDominates()
Set theNullBehavior
for the result toNullBehavior.NullDominates
default DeltaControl.Builder
valueDominates()
Set theNullBehavior
for the result toNullBehavior.ValueDominates
-
Method Details
-
nullDominates
Set theNullBehavior
for the result toNullBehavior.NullDominates
- Returns:
- this builder.
-
valueDominates
Set theNullBehavior
for the result toNullBehavior.ValueDominates
- Returns:
- this builder.
-
nullBehavior
Set theNullBehavior
for the result.- Returns:
- this builder.
-
build
DeltaControl build()Construct a new immutableDeltaControl
from this builder's state.- Returns:
- a new, immutable
DeltaControl
-