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
-
Method Details
-
get
float get() -
getAsFloat
default float getAsFloat()Description copied from interface:FloatSupplierGets a float result.- Specified by:
getAsFloatin interfaceFloatSupplier- Returns:
- a result.
-