final class Cumulative extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Cumulative
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Cumulative(enabled: Boolean)
Value Members
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Cumulative → Equals
- val enabled: Boolean
-
def
equals(obj: Any): Boolean
- Definition Classes
- Cumulative → Equals → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Cumulative → AnyRef → Any
-
def
productArity: Int
- Definition Classes
- Cumulative → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Cumulative → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Cumulative → Product
-
def
toString(): String
- Definition Classes
- Cumulative → AnyRef → Any
- def withEnabled(enabled: Boolean): Cumulative