Pipes
Pipes implemented on top of pipelines.
Pipes run on method arguments and can transform argument value
Pipe must implement the IPipe
interface.
if the pipe decorate a class it will run on all class methods.
if pipe decorate a method it will run on the first argument
#
Usage#
Transformnow lets use out date pipe
#
Validatewe can validate the argument and throw error