ScopeNamedAggregateSearcher
class ScopeNamedAggregateSearcher(source: SortedMap<String, NamedAggregate>) : ScopeSearcher<NamedAggregate> , SortedMap<String, NamedAggregate>
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.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Searches for a value by scope, throwing an exception if not found.
Link copied to clipboard
Searches for a value by scope, checking exact matches first, then prefix matches.