Uses of Interface
de.xima.fc.interfaces.workflow.value.IConstValueBuilder
Packages that use IConstValueBuilder
-
Uses of IConstValueBuilder in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IConstValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueBuilderfor creating a constant value.interfaceAIValueDescriptorfor a constant value.interfaceAIValueDescriptorBuilderfor creating a constant value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return IConstValueBuilderModifier and TypeMethodDescriptiondefault IConstValueBuilder<?> IValueBuilder.asConst()default IConstValueBuilder<?> IValueConfigurator.asConst()Casts this builder to a constant value builder.default IConstValueBuilder<V> IConstValueBuilder.asThis()Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IConstValueBuilderModifier and TypeMethodDescriptiondefault BuilderISubTypeValueBuilder.whenConst(Consumer<? super IConstValueBuilder<?>> action) default IValueBuilder<T> IValueBuilder.whenConst(Consumer<? super IConstValueBuilder<?>> action) default IValueConfiguratorIValueConfigurator.whenConst(Consumer<? super IConstValueBuilder<?>> action) Execute the given action with this builder as a const value builder, if this builder is of that type.