Libraries anvil lang object pipe

iterator pipe(object converter)
Returns new iterator containing all the values of this object piped through converter. Generated iterator is evaluted lazily - only when more elements are retrieved.
Parameters converter -  Callable converter, receiving parameters (value, key)