asPrimitive

inline fun Property<Boolean>.asPrimitive(): BooleanProperty

Revert the effect of BooleanProperty.asObject.


inline fun ReadOnlyProperty<Boolean>.asPrimitive(): ReadOnlyBooleanProperty

Revert the effect of ReadOnlyBooleanProperty.asObject.


inline fun Property<Double>.asPrimitive(): DoubleProperty

Revert the effect of DoubleProperty.asObject.


inline fun ReadOnlyProperty<Double>.asPrimitive(): ReadOnlyDoubleProperty

Revert the effect of ReadOnlyDoubleProperty.asObject.


inline fun Property<Float>.asPrimitive(): FloatProperty

Revert the effect of FloatProperty.asObject.


inline fun ReadOnlyProperty<Float>.asPrimitive(): ReadOnlyFloatProperty

Revert the effect of ReadOnlyFloatProperty.asObject.


inline fun Property<Int>.asPrimitive(): IntegerProperty

Revert the effect of IntegerProperty.asObject.


inline fun ReadOnlyProperty<Int>.asPrimitive(): ReadOnlyIntegerProperty

Revert the effect of ReadOnlyIntegerProperty.asObject.


inline fun Property<Long>.asPrimitive(): LongProperty

Revert the effect of LongProperty.asObject.


inline fun ReadOnlyProperty<Long>.asPrimitive(): ReadOnlyLongProperty

Revert the effect of ReadOnlyLongProperty.asObject.