Package kr.toxicity.model.api.util
Interface CollectionUtil.IndexedFunction<T,R>
- Type Parameters:
T- typeR- return value
- 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 with index
-
Method Summary
-
Method Details
-
apply
Maps to new value- Parameters:
index- indext- input- Returns:
- mapped value
-