withFloat abstract method
- String name,
- double value
Configures the builder to add the given attribute.
-
nameAttribute name. -
valueAttribute value.
Returns DataAttributesBuilder. This data attributes builder instance.
Implementation
DataAttributesBuilder withFloat(String name, double value);