There is a map function in clojure so you could map one collection to other.
The most resembling operation is *each*, however when f applied to input tuple we get tuple with two fields* f(["field-a"]) = [ "field-a" "field-b"]*. How could I realize the same operation on trident stream?