Interface FloatIdentifiable
public interface FloatIdentifiable
-
Method Summary
Modifier and TypeMethodDescriptiondefault floatasFloat()floatThe float representation of the object.static floatgetFloatRepresentation(FloatIdentifiable identifiable) static floatgetFloatRepresentation(IntIdentifiable identifiable) static floatgetFloatRepresentation(StringIdentifiable identifiable)
-
Method Details
-
getFloatRepresentation
-
getFloatRepresentation
-
getFloatRepresentation
-
getFloatRepresentation
float getFloatRepresentation()The float representation of the object.- Returns:
- The float representation of the object.
-
asFloat
default float asFloat()
-