Uses of Interface
io.dialob.program.model.ConditionalValue
-
Packages that use ConditionalValue Package Description io.dialob.program.model -
-
Uses of ConditionalValue in io.dialob.program.model
Classes in io.dialob.program.model that implement ConditionalValue Modifier and Type Class Description classImmutableConditionalValue<T>Immutable implementation ofConditionalValue.Methods in io.dialob.program.model with parameters of type ConditionalValue Modifier and Type Method Description static <T> ImmutableConditionalValue<T>ImmutableConditionalValue. copyOf(ConditionalValue<T> instance)Creates an immutable copy of aConditionalValuevalue.ImmutableConditionalValue.Builder<T>ImmutableConditionalValue.Builder. from(ConditionalValue<T> instance)Fill a builder with attribute values from the providedio.dialob.program.model.ConditionalValueinstance.
-