A nullable float.
More...
◆ NullableFloat() [1/3]
| fm.liveswitch.NullableFloat.NullableFloat |
( |
| ) |
|
◆ NullableFloat() [2/3]
| fm.liveswitch.NullableFloat.NullableFloat |
( |
float |
value | ) |
|
◆ NullableFloat() [3/3]
| fm.liveswitch.NullableFloat.NullableFloat |
( |
Float |
value | ) |
|
◆ getHasValue()
| boolean fm.liveswitch.NullableFloat.getHasValue |
( |
| ) |
|
◆ getValue()
| float fm.liveswitch.NullableFloat.getValue |
( |
| ) |
|
◆ getValueOrDefault()
| float fm.liveswitch.NullableFloat.getValueOrDefault |
( |
| ) |
|
◆ hasValue()
| boolean fm.liveswitch.NullableFloat.hasValue |
( |
| ) |
|
◆ nullValue()
◆ setValue()
| void fm.liveswitch.NullableFloat.setValue |
( |
float |
value | ) |
|
◆ toString()
| String fm.liveswitch.NullableFloat.toString |
( |
| ) |
|