Uses of Interface
de.xima.fc.interfaces.workflow.value.IFloatValueBuilder
Packages that use IFloatValueBuilder
-
Uses of IFloatValueBuilder in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IFloatValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueBuilderfor creating a 64-bit floating point value.interfaceAIValueDescriptorfor a float value.interfaceAIValueDescriptorBuilderfor creating a 64-bit floating point value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return IFloatValueBuilderModifier and TypeMethodDescriptiondefault IFloatValueBuilderIValueBuilder.asFloat()default IFloatValueBuilderIValueConfigurator.asFloat()Casts this builder to a floating point value builder.default IFloatValueBuilderIFloatValueBuilder.asThis()IFloatValueBuilder.value(double value) Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IFloatValueBuilderModifier and TypeMethodDescriptiondefault 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.