-
Method Summary
Methods inherited from interface dev.prozilla.pine.common.util.function.mapper.Mapper
then
-
Method Details
-
map
Description copied from interface: Mapper
Maps an object.
- Specified by:
map in interface Mapper<Integer,Integer>
- Parameters:
in - The original object
- Returns:
- The mapped object.
-
map
int map(int in)
Maps an integer.
- Parameters:
in - The original integer
- Returns:
- The mapped integer.
-