Uses of Interface
io.dialob.session.engine.program.model.ConstantValue
Packages that use ConstantValue
-
Uses of ConstantValue in io.dialob.session.engine.program.model
Classes in io.dialob.session.engine.program.model that implement ConstantValueMethods in io.dialob.session.engine.program.model with parameters of type ConstantValueModifier and TypeMethodDescriptionstatic <T> ImmutableConstantValue<T> ImmutableConstantValue.copyOf(ConstantValue<T> instance) Creates an immutable copy of aConstantValuevalue.final ImmutableConstantValue.Builder<T> ImmutableConstantValue.Builder.from(ConstantValue<T> instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.model.ConstantValueinstance.