final case class TruncDistVal[A](getFD: (Double) => Option[FiniteDistribution[A]]) extends AnyVal with Product with Serializable
- Alphabetic
- By Inheritance
- TruncDistVal
- Serializable
- Product
- Equals
- AnyVal
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TruncDistVal(getFD: (Double) => Option[FiniteDistribution[A]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from TruncDistVal[A] toany2stringadd[TruncDistVal[A]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (TruncDistVal[A], B)
- Implicit
- This member is added by an implicit conversion from TruncDistVal[A] toArrowAssoc[TruncDistVal[A]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def <*>(scale: Double): TruncDistVal[A]
- def <+>(that: => TruncDistVal[A]): TruncDistVal[A]
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (TruncDistVal[A]) => Boolean, msg: => Any): TruncDistVal[A]
- Implicit
- This member is added by an implicit conversion from TruncDistVal[A] toEnsuring[TruncDistVal[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (TruncDistVal[A]) => Boolean): TruncDistVal[A]
- Implicit
- This member is added by an implicit conversion from TruncDistVal[A] toEnsuring[TruncDistVal[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): TruncDistVal[A]
- Implicit
- This member is added by an implicit conversion from TruncDistVal[A] toEnsuring[TruncDistVal[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): TruncDistVal[A]
- Implicit
- This member is added by an implicit conversion from TruncDistVal[A] toEnsuring[TruncDistVal[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def filter(p: (A) => Boolean): TruncDistVal[A]
- def flatMap[B](f: (A) => TruncDistVal[B]): TruncDistVal[B]
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from TruncDistVal[A] toStringFormat[TruncDistVal[A]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- val getFD: (Double) => Option[FiniteDistribution[A]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
Deprecated Value Members
- def →[B](y: B): (TruncDistVal[A], B)
- Implicit
- This member is added by an implicit conversion from TruncDistVal[A] toArrowAssoc[TruncDistVal[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.