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