Packages

c

cc.drx.Style

Weight

case class Weight(value: Double) extends Property with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Weight
  2. Serializable
  3. Product
  4. Equals
  5. Property
  6. AnyRef
  7. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Weight(value: Double)

Value Members

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. 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
  9. 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
  10. 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
  11. def till(maxArg: Weight): Bound[Weight]

    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 Weight toBoundOps[Weight] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[Weight] is in scope.
    Definition Classes
    BoundOps
  12. val value: Double
  13. def ~(that: Property): Style

    composing two Style properties creates a Style

    composing two Style properties creates a Style

    Definition Classes
    Property

Deprecated Value Members

  1. 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

  2. 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)