CompositeFilter

Filter representing the intersection of multiple filters. The filter will evaluate to true iff all filters evaluate to true.

Parameters

filters

collection of filters. If the collection is ordered, the filters will be evaluated in the specified order.

Constructors

Link copied to clipboard
constructor(filters: Collection<ModelSynchronizer.IFilter>)

Functions

Link copied to clipboard
open override fun needsDescentIntoSubtree(subtreeRoot: INode): Boolean
Link copied to clipboard
open override fun needsSynchronization(node: INode): Boolean