All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stream.flow.If.md Maven / Gradle / Ivy

There is a newer version: 0.9.10
Show newest version
If
==

This processor provides conditioned execution of nested processors.
By specifying a condition, all nested processors are only executed
if that condition is fulfilled.

As an example, the following will only print data items if the
attribute `x` is larger than `3.1415`:

      
         
      




© 2015 - 2024 Weber Informatics LLC | Privacy Policy