Interface FlixelTweenSettings.FlixelTweenPropertyGoal.FlixelTweenPropertyFloatGetter

All Superinterfaces:
FloatSupplier
Enclosing class:
FlixelTweenSettings.FlixelTweenPropertyGoal
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface FlixelTweenSettings.FlixelTweenPropertyGoal.FlixelTweenPropertyFloatGetter extends FloatSupplier
Supplies a primitive float without boxing.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    get()
     
    default float
    Gets a float result.
  • Method Details

    • get

      float get()
    • getAsFloat

      default float getAsFloat()
      Description copied from interface: FloatSupplier
      Gets a float result.
      Specified by:
      getAsFloat in interface FloatSupplier
      Returns:
      a result.