sbt

EmptyChangeReport

class EmptyChangeReport[T] extends ChangeReport[T]

Linear Supertypes
ChangeReport[T], NotNull, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. EmptyChangeReport
  2. ChangeReport
  3. NotNull
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EmptyChangeReport()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +++(other: ChangeReport[T]): ChangeReport[T]

    Definition Classes
    ChangeReport
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def added: Set[T]

    All objects that are only in the current set.

    All objects that are only in the current set.

    Definition Classes
    EmptyChangeReportChangeReport
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def checked: Set[T]

    The set of all of the objects in the current set.

    The set of all of the objects in the current set.

    Definition Classes
    EmptyChangeReportChangeReport
  10. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def markAllModified: ChangeReport[T]

    Generate a new report with this report's unmodified set included in the new report's modified set.

    Generate a new report with this report's unmodified set included in the new report's modified set. The new report's unmodified set is empty. The new report's added, removed, and checked sets are the same as in this report.

    Definition Classes
    ChangeReport
  18. def modified: Set[T]

    All checked objects that are not in the same state as the reference.

    All checked objects that are not in the same state as the reference. This includes objects that are in both sets but have changed and files that are only in one set.

    Definition Classes
    EmptyChangeReportChangeReport
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def removed: Set[T]

    All objects only in the previous set

    All objects only in the previous set

    Definition Classes
    EmptyChangeReportChangeReport
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    EmptyChangeReportChangeReport → AnyRef → Any
  25. def unmodified: Set[T]

    All of the objects that are in the same state in the current and reference sets.

    All of the objects that are in the same state in the current and reference sets.

    Definition Classes
    EmptyChangeReportChangeReport
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ChangeReport[T]

Inherited from NotNull

Inherited from AnyRef

Inherited from Any