Filter using ParDo

Kata: Implement a filter function that filters out the even numbers by using ParDo.


Override process method. You can use "yield" for each intended element.