final class Percent extends Error with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Percent
- Error
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Percent(value: Double, visible: Option[Boolean], symmetric: Option[Boolean], valueminus: Option[Double])
Value Members
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Percent → Equals
-
def
equals(obj: Any): Boolean
- Definition Classes
- Percent → Equals → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Percent → AnyRef → Any
-
def
productArity: Int
- Definition Classes
- Percent → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Percent → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Percent → Product
- val symmetric: Option[Boolean]
-
def
toString(): String
- Definition Classes
- Percent → AnyRef → Any
-
val
type: String
- Definition Classes
- Error
- val value: Double
- val valueminus: Option[Double]
- val visible: Option[Boolean]
- def withSymmetric(symmetric: Option[Boolean]): Percent
- def withValue(value: Double): Percent
- def withValueminus(valueminus: Option[Double]): Percent
- def withVisible(visible: Option[Boolean]): Percent