Package civitas.celestis.util.function
Interface FloatFunction<T>
- Type Parameters:
T- The return type of this function
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function which takes one
float as its input, and returns
an arbitrary type T.-
Method Summary
-
Method Details
-
apply
Applies this function.- Parameters:
value- The value of which to apply this function to- Returns:
- The return value of this function
-