trait BaseValue[A] extends Ordered[A]
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseValue
- Ordered
- Comparable
- Any
Implicitly
- by orderingToOrdered
- by richDrxAny
- by DrxBoundOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def *(scale: Long)(implicit d1: DummyImplicit): A
- def *(scale: Int)(implicit d1: DummyImplicit): A
- def *(scale: Double)(implicit d1: DummyImplicit): A
- def +(that: BaseValue[A])(implicit d1: DummyImplicit): A
- def +-(eps: BaseValue[A])(implicit b: Boundable[A]): Bound[A]
- def -(that: BaseValue[A])(implicit d1: DummyImplicit): A
- def ->[B](y: B): (BaseValue[A], B)
- def /(scale: Long)(implicit d1: DummyImplicit): A
- def /(scale: Int)(implicit d1: DummyImplicit): A
- def /(scale: Double)(implicit d1: DummyImplicit): A
- def /(that: BaseValue[A])(implicit d1: DummyImplicit): Double
- def <(that: A): Boolean
- Definition Classes
- Ordered
- def <=(that: A): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def >(that: A): Boolean
- Definition Classes
- Ordered
- def >=(that: A): Boolean
- Definition Classes
- Ordered
- def abs: A
- def applyIf(t: Boolean, f: (BaseValue[A]) => BaseValue[A]): BaseValue[A]
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toDrxAny[BaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def applyIf(t: (BaseValue[A]) => Boolean)(f: (BaseValue[A]) => BaseValue[A]): BaseValue[A]
better chaining for types
better chaining for types
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toDrxAny[BaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def compare(that: BaseValue[A]): Int
- def compareTo(that: A): Int
- Definition Classes
- Ordered → Comparable
- def elementOf(xs: Set[BaseValue[A]]): Boolean
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toDrxAny[BaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def ensuring(cond: (BaseValue[A]) => Boolean, msg: => Any): BaseValue[A]
- def ensuring(cond: (BaseValue[A]) => Boolean): BaseValue[A]
- def ensuring(cond: Boolean, msg: => Any): BaseValue[A]
- def ensuring(cond: Boolean): BaseValue[A]
- def equals(arg0: Any): Boolean
- Definition Classes
- Any
- def formatted(fmtstr: String): String
- def hashCode(): Int
- Definition Classes
- Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lerp(that: BaseValue[A])(ratio: Double): A
- def noneIf(f: (BaseValue[A]) => Boolean): Option[BaseValue[A]]
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toDrxAny[BaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def optionIf(f: (BaseValue[A]) => Boolean): Option[BaseValue[A]]
optionally wrap an object
optionally wrap an object
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toDrxAny[BaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def preApply[B](f: (BaseValue[A]) => B): B
a preApply f => f(a)
a preApply f => f(a)
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toDrxAny[BaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def sideEffect(f: (BaseValue[A]) => Unit): BaseValue[A]
side effect filter
side effect filter
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toDrxAny[BaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def someIf(f: (BaseValue[A]) => Boolean): Option[BaseValue[A]]
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toDrxAny[BaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- val thisAny: BaseValue[A]
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toDrxAny[BaseValue[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def till(maxArg: BaseValue[A]): Bound[BaseValue[A]]
Bound construction since the Range constructor is deprecated
Bound construction since the Range constructor is deprecated
- def toString(): String
- Definition Classes
- Any
- def unary_-: A
- def ~(that: A)(implicit b: Boundable[A]): Bound[A]
- def ~=(that: BaseValue[A])(implicit eps: Eps): Boolean
- def ~>(that: BaseValue[A])(implicit b: Boundable[A]): Bound[A]
Shadowed Implicit Value Members
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toany2stringadd[BaseValue[A]] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(baseValue: any2stringadd[BaseValue[A]]).+(other)
- Definition Classes
- any2stringadd
- def <(that: BaseValue[A]): Boolean
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toOrdered[BaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BaseValue[A]] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(baseValue: Ordered[BaseValue[A]]).<(that)
- Definition Classes
- Ordered
- def <=(that: BaseValue[A]): Boolean
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toOrdered[BaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BaseValue[A]] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(baseValue: Ordered[BaseValue[A]]).<=(that)
- Definition Classes
- Ordered
- def >(that: BaseValue[A]): Boolean
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toOrdered[BaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BaseValue[A]] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(baseValue: Ordered[BaseValue[A]]).>(that)
- Definition Classes
- Ordered
- def >=(that: BaseValue[A]): Boolean
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toOrdered[BaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BaseValue[A]] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(baseValue: Ordered[BaseValue[A]]).>=(that)
- Definition Classes
- Ordered
- def compare(that: BaseValue[A]): Int
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toOrdered[BaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BaseValue[A]] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(baseValue: Ordered[BaseValue[A]]).compare(that)
- Definition Classes
- Ordered
- def compareTo(that: BaseValue[A]): Int
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toOrdered[BaseValue[A]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BaseValue[A]] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(baseValue: Ordered[BaseValue[A]]).compareTo(that)
- Definition Classes
- Ordered → Comparable
Deprecated Value Members
- def ?>(f: (BaseValue[A]) => Boolean): Option[BaseValue[A]]
alias for option if
alias for option if
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toDrxAny[BaseValue[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 |>[B](f: (BaseValue[A]) => B): B
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toDrxAny[BaseValue[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): (BaseValue[A], B)
- Implicit
- This member is added by an implicit conversion from BaseValue[A] toArrowAssoc[BaseValue[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.