Packages

t

cc.drx

BoundableBaseValue

trait BoundableBaseValue[A <: BaseValue[A]] extends Boundable[A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoundableBaseValue
  2. Boundable
  3. AnyRef
  4. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by orderingToOrdered
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toany2stringadd[BoundableBaseValue[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BoundableBaseValue[A], B)
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toArrowAssoc[BoundableBaseValue[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: BoundableBaseValue[A]): Boolean
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toOrdered[BoundableBaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BoundableBaseValue[A]] is in scope.
    Definition Classes
    Ordered
  6. def <=(that: BoundableBaseValue[A]): Boolean
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toOrdered[BoundableBaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BoundableBaseValue[A]] is in scope.
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: BoundableBaseValue[A]): Boolean
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toOrdered[BoundableBaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BoundableBaseValue[A]] is in scope.
    Definition Classes
    Ordered
  9. def >=(that: BoundableBaseValue[A]): Boolean
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toOrdered[BoundableBaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BoundableBaseValue[A]] is in scope.
    Definition Classes
    Ordered
  10. def applyIf(t: Boolean, f: (BoundableBaseValue[A]) => BoundableBaseValue[A]): BoundableBaseValue[A]
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toDrxAny[BoundableBaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  11. def applyIf(t: (BoundableBaseValue[A]) => Boolean)(f: (BoundableBaseValue[A]) => BoundableBaseValue[A]): BoundableBaseValue[A]

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toDrxAny[BoundableBaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def compare(that: BoundableBaseValue[A]): Int
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toOrdered[BoundableBaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BoundableBaseValue[A]] is in scope.
    Definition Classes
    Ordered
  15. def compareTo(that: BoundableBaseValue[A]): Int
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toOrdered[BoundableBaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BoundableBaseValue[A]] is in scope.
    Definition Classes
    Ordered → Comparable
  16. def contains(b: Bound[A], v: A): Boolean
    Definition Classes
    Boundable
  17. def dist(min: A, max: A): Double
    Definition Classes
    BoundableBaseValueBoundable
  18. def elementOf(xs: Set[BoundableBaseValue[A]]): Boolean
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toDrxAny[BoundableBaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  19. def ensuring(cond: (BoundableBaseValue[A]) => Boolean, msg: => Any): BoundableBaseValue[A]
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toEnsuring[BoundableBaseValue[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (BoundableBaseValue[A]) => Boolean): BoundableBaseValue[A]
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toEnsuring[BoundableBaseValue[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: => Any): BoundableBaseValue[A]
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toEnsuring[BoundableBaseValue[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): BoundableBaseValue[A]
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toEnsuring[BoundableBaseValue[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def equals(a: A, b: A): Boolean
    Definition Classes
    Boundable
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toStringFormat[BoundableBaseValue[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. def gain(min: A, max: A): Double
    Definition Classes
    BoundableBaseValueBoundable
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def interpolate(min: A, max: A, ratio: Double): A
    Definition Classes
    BoundableBaseValueBoundable
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def lessThan(a: A, b: A): Boolean
    Definition Classes
    BoundableBaseValueBoundable
  34. final def lessThanOrEqual(a: A, b: A): Boolean
    Definition Classes
    Boundable
  35. final def max(a: A, b: A): A
    Definition Classes
    Boundable
  36. final def min(a: A, b: A): A
    Definition Classes
    Boundable
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def noneIf(f: (BoundableBaseValue[A]) => Boolean): Option[BoundableBaseValue[A]]
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toDrxAny[BoundableBaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def optionIf(f: (BoundableBaseValue[A]) => Boolean): Option[BoundableBaseValue[A]]

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toDrxAny[BoundableBaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  43. def ratioOf(min: A, max: A, x: A): Double
    Definition Classes
    BoundableBaseValueBoundable
  44. def sideEffect(f: (BoundableBaseValue[A]) => Unit): BoundableBaseValue[A]

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toDrxAny[BoundableBaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  45. def someIf(f: (BoundableBaseValue[A]) => Boolean): Option[BoundableBaseValue[A]]
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toDrxAny[BoundableBaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. val thisAny: BoundableBaseValue[A]
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toDrxAny[BoundableBaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  48. def till(maxArg: BoundableBaseValue[A]): Bound[BoundableBaseValue[A]]

    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 BoundableBaseValue[A] toBoundOps[BoundableBaseValue[A]] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[BoundableBaseValue[A]] is in scope.
    Definition Classes
    BoundOps
  49. def toString(a: A, b: A): String
    Definition Classes
    Boundable
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def ?>(f: (BoundableBaseValue[A]) => Boolean): Option[BoundableBaseValue[A]]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toDrxAny[BoundableBaseValue[A]] 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 containsNorm(b: Bound[A], v: A): Boolean

    this version does not require the min to be less than the max norm puts it into a canonical Bound form where the min < max

    this version does not require the min to be less than the max norm puts it into a canonical Bound form where the min < max

    Definition Classes
    Boundable
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.13) the 'normal' contains method should provide this functionality

  3. def norm(b: Bound[A]): Bound[A]

    norm puts it into a canonical Bound form where the min < max

    norm puts it into a canonical Bound form where the min < max

    Definition Classes
    Boundable
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.13) try not to use this function, it was to specialized

  4. def |>[B](f: (BoundableBaseValue[A]) => B): B
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toDrxAny[BoundableBaseValue[A]] 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)

  5. def [B](y: B): (BoundableBaseValue[A], B)
    Implicit
    This member is added by an implicit conversion from BoundableBaseValue[A] toArrowAssoc[BoundableBaseValue[A]] 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 Boundable[A]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromBoundableBaseValue[A] to DrxAny[BoundableBaseValue[A]]

Inherited by implicit conversion DrxBoundOps fromBoundableBaseValue[A] to BoundOps[BoundableBaseValue[A]]

Inherited by implicit conversion orderingToOrdered fromBoundableBaseValue[A] to Ordered[BoundableBaseValue[A]]

Inherited by implicit conversion any2stringadd fromBoundableBaseValue[A] to any2stringadd[BoundableBaseValue[A]]

Inherited by implicit conversion StringFormat fromBoundableBaseValue[A] to StringFormat[BoundableBaseValue[A]]

Inherited by implicit conversion Ensuring fromBoundableBaseValue[A] to Ensuring[BoundableBaseValue[A]]

Inherited by implicit conversion ArrowAssoc fromBoundableBaseValue[A] to ArrowAssoc[BoundableBaseValue[A]]

Ungrouped