case class Weight(value: Double) extends Property with Product with Serializable
- Source
- style.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Weight
- Serializable
- Product
- Equals
- Property
- AnyRef
- Any
Implicitly
- by richDrxAny
- by DrxBoundOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def applyIf(t: Boolean, f: (Weight) => Weight): Weight
- Implicit
- This member is added by an implicit conversion from Weight toDrxAny[Weight] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def applyIf(t: (Weight) => Boolean)(f: (Weight) => Weight): Weight
better chaining for types
better chaining for types
- Implicit
- This member is added by an implicit conversion from Weight toDrxAny[Weight] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def elementOf(xs: Set[Weight]): Boolean
- Implicit
- This member is added by an implicit conversion from Weight toDrxAny[Weight] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def noneIf(f: (Weight) => Boolean): Option[Weight]
- Implicit
- This member is added by an implicit conversion from Weight toDrxAny[Weight] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def optionIf(f: (Weight) => Boolean): Option[Weight]
optionally wrap an object
optionally wrap an object
- Implicit
- This member is added by an implicit conversion from Weight toDrxAny[Weight] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def preApply[B](f: (Weight) => B): B
a preApply f => f(a)
a preApply f => f(a)
- Implicit
- This member is added by an implicit conversion from Weight toDrxAny[Weight] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def sideEffect(f: (Weight) => Unit): Weight
side effect filter
side effect filter
- Implicit
- This member is added by an implicit conversion from Weight toDrxAny[Weight] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def someIf(f: (Weight) => Boolean): Option[Weight]
- Implicit
- This member is added by an implicit conversion from Weight toDrxAny[Weight] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- val thisAny: Weight
- Implicit
- This member is added by an implicit conversion from Weight toDrxAny[Weight] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def till(maxArg: Weight): Bound[Weight]
Bound construction since the Range constructor is deprecated
Bound construction since the Range constructor is deprecated
- val value: Double
- def ~(that: Property): Style
composing two Style properties creates a Style
composing two Style properties creates a Style
- Definition Classes
- Property
Deprecated Value Members
- def ?>(f: (Weight) => Boolean): Option[Weight]
alias for option if
alias for option if
- Implicit
- This member is added by an implicit conversion from Weight toDrxAny[Weight] 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: (Weight) => B): B
- Implicit
- This member is added by an implicit conversion from Weight toDrxAny[Weight] 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)