ScopeNamedAggregateSearcher

Scope searcher for finding named aggregates by package scopes. Maps package name prefixes to their corresponding named aggregates.

Parameters

source

The sorted map of scope strings to named aggregates.

Constructors

Link copied to clipboard
constructor(source: SortedMap<String, NamedAggregate>)