FilterBaseVisitor

This visitor visits all conditions in the filter and overriding classes can be used to implement custom logic for each condition.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun visit(condition: Filter.Condition)
Link copied to clipboard

Default implementation visits all conditions in the group.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard