How an element is mapped to another one.

Property definitions

pipeline $ Function :: apply
	# How an element is mapped to another one.
	fun apply(e: FROM): TO is abstract
lib/pipeline/pipeline.nit:309,2--310,35

pipeline $ FunctionToS :: apply
	redef fun apply(e) do return e.to_s
lib/pipeline/pipeline.nit:329,2--36