pipeline :: Function :: apply
# How an element is mapped to another one. fun apply(e: FROM): TO is abstract
redef fun apply(e) do return e.to_s