condition ========= .. include:: /ref/targets/autogen/descriptions/condition.txt .. contents:: Configuration options --------------------- type ~~~~ Checks the type of the expression that is used as condition. .. code-block:: yaml search: condition: type: "java.lang.Boolean" .. code-block:: java :emphasize-lines: 2 Consumer consumer = b -> { if (b) { // ... } }; .. include:: /ref/targets/partials/searcher.txt