Module io.github.mmm.property
Interface ReadableFloatProperty
-
- All Superinterfaces:
ComparableExpression<Float>
,EventSource<ObservableEvent<Float>,ObservableEventListener<? super Float>>
,Expression<Float>
,FloatExpression
,MarshallableObject
,Marshaller<Object>
,NumberExpression<Float>
,ObservableFloatValue
,ObservableNumberValue<Float>
,ObservableSimpleValue<Float>
,ObservableValue<Float>
,PropertyPath<Float>
,ReadableFloatValue
,ReadableNumberProperty<Float>
,ReadableNumberValue<Float>
,ReadableProperty<Float>
,ReadableSimpleProperty<Float>
,ReadableSimpleValue<Float>
,ReadableTypedValue<Float>
,ReadableValue<Float>
,Supplier<Float>
,TypedPropertyPath<Float>
,Validatable
- All Known Subinterfaces:
WritableFloatProperty
- All Known Implementing Classes:
FloatProperty
public interface ReadableFloatProperty extends FloatExpression, ReadableNumberProperty<Float>
- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.value.observable.comparable.ComparableExpression
greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo
-
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
Methods inherited from interface io.github.mmm.value.observable.Expression
asString, dispose, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull
-
Methods inherited from interface io.github.mmm.value.observable.number.floats.FloatExpression
add, add, add, add, add, add, add, add, add, add, add, add, add, add, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract
-
Methods inherited from interface io.github.mmm.marshall.MarshallableObject
write, writeObject
-
Methods inherited from interface io.github.mmm.value.observable.number.NumberExpression
add, add, add, add, divide, divide, divide, divide, multiply, multiply, multiply, multiply, subtract, subtract, subtract, subtract
-
Methods inherited from interface io.github.mmm.value.observable.ObservableValue
toString
-
Methods inherited from interface io.github.mmm.value.observable.number.floats.ReadableFloatValue
getSafe, getValue, getValueClass
-
Methods inherited from interface io.github.mmm.value.observable.number.ReadableNumberValue
byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
Methods inherited from interface io.github.mmm.property.ReadableProperty
getMetadata, getName, isReadOnly, isTransient, isValid
-
Methods inherited from interface io.github.mmm.property.object.ReadableSimpleProperty
getValueType
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsString
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
Methods inherited from interface io.github.mmm.validation.Validatable
validate
-
-