Uses of Interface
de.xima.fc.interfaces.workflow.value.IConstValueBuilder
-
Packages that use IConstValueBuilder Package Description de.xima.fc.interfaces.workflow.value -
-
Uses of IConstValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IConstValueBuilder Modifier and Type Method Description default 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 IConstValueBuilder Modifier and Type Method Description default 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.
-