- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A mapping type providing data for every element.
- Author:
- Lukas Eder
-
Method Summary
-
Method Details
-
map
The callback method invoked for every matched element.- Parameters:
context
- The context for the current callback call.- Returns:
- The mapped value for the element
-