Packages

c

cc.drx.Scale

QuantitativeBound

class QuantitativeBound[A, B] extends QuantitativeInv[A, B] with Scale[A, B]

Source
scale.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuantitativeBound
  2. QuantitativeInv
  3. Scale
  4. Quantitative
  5. ScaleOneWay
  6. AnyRef
  7. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new QuantitativeBound(domain: Bound[A], range: Bound[B])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def %(a: A): B

    alias for apply which is a kind of evaluator

    alias for apply which is a kind of evaluator

    Definition Classes
    ScaleOneWay
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toany2stringadd[QuantitativeBound[A, B]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (QuantitativeBound[A, B], B)
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toArrowAssoc[QuantitativeBound[A, B]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def apply(a: A): B
    Definition Classes
    QuantitativeScaleOneWay
  8. def applyIf(t: Boolean, f: (QuantitativeBound[A, B]) => QuantitativeBound[A, B]): QuantitativeBound[A, B]
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toDrxAny[QuantitativeBound[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. def applyIf(t: (QuantitativeBound[A, B]) => Boolean)(f: (QuantitativeBound[A, B]) => QuantitativeBound[A, B]): QuantitativeBound[A, B]

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toDrxAny[QuantitativeBound[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def contains(a: A): Boolean

    true if the argument can be applied to a domain

    true if the argument can be applied to a domain

    Definition Classes
    QuantitativeScaleOneWay
  13. val domain: Bound[A]
  14. def elementOf(xs: Set[QuantitativeBound[A, B]]): Boolean
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toDrxAny[QuantitativeBound[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  15. def ensuring(cond: (QuantitativeBound[A, B]) => Boolean, msg: => Any): QuantitativeBound[A, B]
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toEnsuring[QuantitativeBound[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (QuantitativeBound[A, B]) => Boolean): QuantitativeBound[A, B]
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toEnsuring[QuantitativeBound[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: => Any): QuantitativeBound[A, B]
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toEnsuring[QuantitativeBound[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): QuantitativeBound[A, B]
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toEnsuring[QuantitativeBound[A, B]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toStringFormat[QuantitativeBound[A, B]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. def get(a: A): Option[B]

    first check if the argument can be applied to a domain then apply the scale

    first check if the argument can be applied to a domain then apply the scale

    Definition Classes
    ScaleOneWay
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def inv(b: B): A
    Definition Classes
    QuantitativeInvScale
  27. def invOption(b: B): Option[A]

    invOption uses inv with exception handling (divide by zero is ugly).

    invOption uses inv with exception handling (divide by zero is ugly). This method can be overridden for specific case speedup

    Definition Classes
    Scale
  28. def invSat(b: B): A
    Definition Classes
    QuantitativeInv
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def noneIf(f: (QuantitativeBound[A, B]) => Boolean): Option[QuantitativeBound[A, B]]
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toDrxAny[QuantitativeBound[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def optionIf(f: (QuantitativeBound[A, B]) => Boolean): Option[QuantitativeBound[A, B]]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toDrxAny[QuantitativeBound[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  35. def preApply[B](f: (QuantitativeBound[A, B]) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toDrxAny[QuantitativeBound[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  36. val range: Bound[B]
  37. def sat(a: A): B
    Definition Classes
    Quantitative
  38. def sideEffect(f: (QuantitativeBound[A, B]) => Unit): QuantitativeBound[A, B]

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toDrxAny[QuantitativeBound[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  39. def someIf(f: (QuantitativeBound[A, B]) => Boolean): Option[QuantitativeBound[A, B]]
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toDrxAny[QuantitativeBound[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def take(N: Int): Iterable[(A, B)]
    Definition Classes
    Quantitative
  42. val thisAny: QuantitativeBound[A, B]
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toDrxAny[QuantitativeBound[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  43. def till(maxArg: QuantitativeBound[A, B]): Bound[QuantitativeBound[A, B]]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toBoundOps[QuantitativeBound[A, B]] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[QuantitativeBound[A, B]] is in scope.
    Definition Classes
    BoundOps
  44. def toString(): String
    Definition Classes
    Quantitative → AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def ?>(f: (QuantitativeBound[A, B]) => Boolean): Option[QuantitativeBound[A, B]]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toDrxAny[QuantitativeBound[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def steps(N: Int): Seq[(A, B)]
    Definition Classes
    Quantitative
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.4) use take(N:Int) for a more scala semantic

  3. def |>[B](f: (QuantitativeBound[A, B]) => B): B
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toDrxAny[QuantitativeBound[A, B]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  4. def [B](y: B): (QuantitativeBound[A, B], B)
    Implicit
    This member is added by an implicit conversion from QuantitativeBound[A, B] toArrowAssoc[QuantitativeBound[A, B]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from QuantitativeInv[A, B]

Inherited from Scale[A, B]

Inherited from Quantitative[A, B]

Inherited from ScaleOneWay[A, B]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromQuantitativeBound[A, B] to DrxAny[QuantitativeBound[A, B]]

Inherited by implicit conversion DrxBoundOps fromQuantitativeBound[A, B] to BoundOps[QuantitativeBound[A, B]]

Inherited by implicit conversion any2stringadd fromQuantitativeBound[A, B] to any2stringadd[QuantitativeBound[A, B]]

Inherited by implicit conversion StringFormat fromQuantitativeBound[A, B] to StringFormat[QuantitativeBound[A, B]]

Inherited by implicit conversion Ensuring fromQuantitativeBound[A, B] to Ensuring[QuantitativeBound[A, B]]

Inherited by implicit conversion ArrowAssoc fromQuantitativeBound[A, B] to ArrowAssoc[QuantitativeBound[A, B]]

Ungrouped