Uses of Class
io.dialob.session.engine.program.model.ImmutableConstantValue
Packages that use ImmutableConstantValue
-
Uses of ImmutableConstantValue in io.dialob.session.engine.program.model
Methods in io.dialob.session.engine.program.model that return ImmutableConstantValueModifier and TypeMethodDescriptionImmutableConstantValue.Builder.build()Builds a newImmutableConstantValue.static <T> ImmutableConstantValue<T> ImmutableConstantValue.copyOf(ConstantValue<T> instance) Creates an immutable copy of aConstantValuevalue.final ImmutableConstantValue<T> Copy the current immutable object by setting a value for thevalueattribute.final ImmutableConstantValue<T> ImmutableConstantValue.withValueType(ValueType value) Copy the current immutable object by setting a value for thevalueTypeattribute.