final case class InvalidatedInMemoryProject(project: Project, changes: List[DetectedChange]) extends ProjectChange with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InvalidatedInMemoryProject
- Serializable
- Serializable
- Product
- Equals
- ProjectChange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InvalidatedInMemoryProject(project: Project, changes: List[DetectedChange])
Value Members
- val changes: List[DetectedChange]
- val project: Project