class FilterDefinitionCollection(val backingCollection: Map<KClass<out Node>, FilterDefinition<out Node>>)

Set of FilterDefinition associated by Node type Can be used to get a FilterDefinition for a specific Node type

Parameters

backingCollection

map which stores all the FilterDefinitions, changes to this map are reflected by this

Constructors

Link copied to clipboard
constructor(backingCollection: Map<KClass<out Node>, FilterDefinition<out Node>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard