Package kr.toxicity.model.api.util
Interface CollectionUtil.FloatFunction<T>
- Type Parameters:
T- type
- Enclosing class:
CollectionUtil
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Function of float
-
Method Summary
-
Method Details
-
apply
Maps to new value- Parameters:
t- input- Returns:
- mapped float
-