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 IFloatValueBuilderIValueBuilder. asFloat()default IFloatValueBuilderIValueConfigurator. asFloat()Casts this builder to a floating point value builder.default IFloatValueBuilderIFloatValueBuilder. asThis()IFloatValueBuilderIFloatValueBuilder. value(double value)default IFloatValueBuilderIFloatValueBuilder. value(Object value)Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IFloatValueBuilder Modifier and Type Method Description default BuilderISubTypeValueBuilder. whenFloat(Consumer<? super IFloatValueBuilder> action)default IValueBuilder<T>IValueBuilder. whenFloat(Consumer<? super IFloatValueBuilder> action)default IValueConfiguratorIValueConfigurator. whenFloat(Consumer<? super IFloatValueBuilder> action)Execute the given action with this builder as a float value builder, if this builder is of that type. 
 -