Uses of Class
io.dialob.session.engine.program.model.ImmutableConditionalValue
Packages that use ImmutableConditionalValue
-
Uses of ImmutableConditionalValue in io.dialob.session.engine.program.model
Methods in io.dialob.session.engine.program.model that return ImmutableConditionalValueModifier and TypeMethodDescriptionImmutableConditionalValue.Builder.build()Builds a newImmutableConditionalValue.static <T> ImmutableConditionalValue<T> ImmutableConditionalValue.copyOf(ConditionalValue<T> instance) Creates an immutable copy of aConditionalValuevalue.final ImmutableConditionalValue<T> ImmutableConditionalValue.withFallbackValue(T value) Copy the current immutable object by setting a value for thefallbackValueattribute.final ImmutableConditionalValue<T> Copy the current immutable object by setting a value for thevalueattribute.final ImmutableConditionalValue<T> ImmutableConditionalValue.withValueType(ValueType value) Copy the current immutable object by setting a value for thevalueTypeattribute.final ImmutableConditionalValue<T> ImmutableConditionalValue.withWhen(Expression value) Copy the current immutable object by setting a value for thewhenattribute.