trait BoundableBaseValue[A <: BaseValue[A]] extends Boundable[A]
- Alphabetic
- By Inheritance
- BoundableBaseValue
- Boundable
- AnyRef
- Any
- by richDrxAny
- by DrxBoundOps
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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
- 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()
- 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
- 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
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
- 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
- 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
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- 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
- def contains(b: Bound[A], v: A): Boolean
- Definition Classes
- Boundable
- def dist(min: A, max: A): Double
- Definition Classes
- BoundableBaseValue → Boundable
- 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
- 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
- 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
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def equals(a: A, b: A): Boolean
- Definition Classes
- Boundable
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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()
- def gain(min: A, max: A): Double
- Definition Classes
- BoundableBaseValue → Boundable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def interpolate(min: A, max: A, ratio: Double): A
- Definition Classes
- BoundableBaseValue → Boundable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lessThan(a: A, b: A): Boolean
- Definition Classes
- BoundableBaseValue → Boundable
- final def lessThanOrEqual(a: A, b: A): Boolean
- Definition Classes
- Boundable
- final def max(a: A, b: A): A
- Definition Classes
- Boundable
- final def min(a: A, b: A): A
- Definition Classes
- Boundable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- 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
- def ratioOf(min: A, max: A, x: A): Double
- Definition Classes
- BoundableBaseValue → Boundable
- 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
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- 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
- def toString(a: A, b: A): String
- Definition Classes
- Boundable
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- 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
- 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
- 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
- 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)
- 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.