Iterate over all items in the provided list and evaluates each element through a callback function and flattening the result by one level.
Function that receives and transforms each item.
Linked list.
A new list containing the flatmapped items.
Iterate over all items in the provided list and evaluates each element through a callback function and flattening the result by one level.