Uses of Interface
org.anchoranalysis.core.functional.unchecked.FunctionWithInt
Packages that use FunctionWithInt
Package
Description
Utilities and interfaces for applying functional-programming.
-
Uses of FunctionWithInt in org.anchoranalysis.core.functional
Methods in org.anchoranalysis.core.functional with parameters of type FunctionWithIntModifier and TypeMethodDescriptionstatic <S,
T> List <T> FunctionalList.mapToListWithIndex
(List<S> list, FunctionWithInt<S, T> mapFunction) Maps a collection to a list with each element derived from a corresponding element in the original collection - and also letting the map function use an index.