Packages

final class Percent extends Error with Product with Serializable

Linear Supertypes
Error, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Percent
  2. Error
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Percent(value: Double, visible: Option[Boolean], symmetric: Option[Boolean], valueminus: Option[Double])

Value Members

  1. def canEqual(obj: Any): Boolean
    Definition Classes
    Percent → Equals
  2. def equals(obj: Any): Boolean
    Definition Classes
    Percent → Equals → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    Percent → AnyRef → Any
  4. def productArity: Int
    Definition Classes
    Percent → Product
  5. def productElement(n: Int): Any
    Definition Classes
    Percent → Product
  6. def productIterator: Iterator[Any]
    Definition Classes
    Product
  7. def productPrefix: String
    Definition Classes
    Percent → Product
  8. val symmetric: Option[Boolean]
  9. def toString(): String
    Definition Classes
    Percent → AnyRef → Any
  10. val type: String
    Definition Classes
    Error
  11. val value: Double
  12. val valueminus: Option[Double]
  13. val visible: Option[Boolean]
  14. def withSymmetric(symmetric: Option[Boolean]): Percent
  15. def withValue(value: Double): Percent
  16. def withValueminus(valueminus: Option[Double]): Percent
  17. def withVisible(visible: Option[Boolean]): Percent