Filter

The Beam SDKs provide language-specific ways to simplify how you provide your DoFn implementation.

Kata: Implement a filter function that filters out the odd numbers by using Filter.


Use Filter.by(...).