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
Functions
Link copied to clipboard
Gets a FilterDefinition by Node type