Open kalexmills-splunk opened 2 years ago
FYI: This is just syntactic sugar over OptionMap
, which itself is syntactic sugar over FlatMap
.
i.e. both OptionMap
and Filter
can be implemented using FlatMap
. This only achieves a duplication in code, nothing more.
A Filter stage could be useful.