Uses of Interface
de.xima.fc.interfaces.workflow.value.IStringValueBuilder
-
Packages that use IStringValueBuilder Package Description de.xima.fc.interfaces.workflow.value -
-
Uses of IStringValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IStringValueBuilder Modifier and Type Method Description default IStringValueBuilder
IValueBuilder. asString()
default IStringValueBuilder
IValueConfigurator. asString()
Casts this builder to a string value builder.default IStringValueBuilder
IStringValueBuilder. asThis()
Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IStringValueBuilder Modifier and Type Method Description default Builder
ISubTypeValueBuilder. whenString(Consumer<? super IStringValueBuilder> action)
default IValueBuilder<T>
IValueBuilder. whenString(Consumer<? super IStringValueBuilder> action)
default IValueConfigurator
IValueConfigurator. whenString(Consumer<? super IStringValueBuilder> action)
Execute the given action with this builder as a string value builder, if this builder is of that type.
-