trait SourceElementsMatcher extends (SomeProject) => Set[VirtualSourceElement]
A source element matcher determines a set of source elements that matches a given query.
- Self Type
- SourceElementsMatcher
- Source
- SourceElementsMatcher.scala
- Alphabetic
- By Inheritance
- SourceElementsMatcher
- Function1
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def extension(implicit project: SomeProject): Set[VirtualSourceElement]
Concrete Value Members
- def and(right: SourceElementsMatcher): SourceElementsMatcher
- def andThen[A](g: (Set[VirtualSourceElement]) => A): (SomeProject) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def apply(project: SomeProject): Set[VirtualSourceElement]
- Definition Classes
- SourceElementsMatcher → Function1
- def compose[A](g: (A) => SomeProject): (A) => Set[VirtualSourceElement]
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def except(right: SourceElementsMatcher): SourceElementsMatcher
- def toString(): String
- Definition Classes
- Function1 → AnyRef → Any