Packages

t

coulomb.refined.infra

CoulombRefinedP1

trait CoulombRefinedP1 extends CoulombRefinedP2

Linear Supertypes
CoulombRefinedP2, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoulombRefinedP1
  2. CoulombRefinedP2
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def addRefinedLHS[V1, P1, U1, V2, U2](implicit enable: EnableUnsoundRefinedConversions, vv1: Validate[V1, P1], add: UnitAdd[V1, U1, V2, U2]): UnitAdd[Refined[V1, P1], U1, V2, U2]
    Definition Classes
    CoulombRefinedP2
  5. implicit def addRefinedRHS[V1, U1, V2, P2, U2](implicit add: UnitAdd[V1, U1, V2, U2]): UnitAdd[V1, U1, Refined[V2, P2], U2]
    Definition Classes
    CoulombRefinedP2
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. implicit def divRefinedLHS[V1, P1, U1, V2, U2, ORT](implicit enable: EnableUnsoundRefinedConversions, vv1: Validate[V1, P1], div: unitops.UnitDiv.Aux[V1, U1, V2, U2, ORT]): unitops.UnitDiv.Aux[Refined[V1, P1], U1, V2, U2, ORT]
    Definition Classes
    CoulombRefinedP2
  9. implicit def divRefinedRHS[V1, U1, V2, P2, U2, ORT](implicit div: unitops.UnitDiv.Aux[V1, U1, V2, U2, ORT]): unitops.UnitDiv.Aux[V1, U1, Refined[V2, P2], U2, ORT]
    Definition Classes
    CoulombRefinedP2
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. implicit def mulRefinedLHS[V1, P1, U1, V2, U2, ORT](implicit enable: EnableUnsoundRefinedConversions, vv1: Validate[V1, P1], mul: Aux[V1, U1, V2, U2, ORT]): Aux[Refined[V1, P1], U1, V2, U2, ORT]
    Definition Classes
    CoulombRefinedP2
  17. implicit def mulRefinedRHS[V1, U1, V2, P2, U2, ORT](implicit mul: Aux[V1, U1, V2, U2, ORT]): Aux[V1, U1, Refined[V2, P2], U2, ORT]
    Definition Classes
    CoulombRefinedP2
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. implicit def ordRefinedLHS[V1, P1, U1, V2, U2](implicit ord: UnitOrd[V1, U1, V2, U2]): UnitOrd[Refined[V1, P1], U1, V2, U2]
    Definition Classes
    CoulombRefinedP2
  22. implicit def ordRefinedRHS[V1, U1, V2, P2, U2](implicit ord: UnitOrd[V1, U1, V2, U2]): UnitOrd[V1, U1, Refined[V2, P2], U2]
    Definition Classes
    CoulombRefinedP2
  23. implicit def refinedToValue[V1, P1, U1, V2, U2](implicit cnv: UnitConverter[V1, U1, V2, U2]): UnitConverter[Refined[V1, P1], U1, V2, U2]
    Definition Classes
    CoulombRefinedP2
  24. implicit def subRefinedLHS[V1, P1, U1, V2, U2](implicit enable: EnableUnsoundRefinedConversions, vv1: Validate[V1, P1], sub: UnitSub[V1, U1, V2, U2]): UnitSub[Refined[V1, P1], U1, V2, U2]
    Definition Classes
    CoulombRefinedP2
  25. implicit def subRefinedRHS[V1, U1, V2, P2, U2](implicit sub: UnitSub[V1, U1, V2, U2]): UnitSub[V1, U1, Refined[V2, P2], U2]
    Definition Classes
    CoulombRefinedP2
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. implicit def unsoundRefToRef[V1, P1, U1, V2, P2, U2](implicit enable: EnableUnsoundRefinedConversions, vv2: Validate[V2, P2], cnv: UnitConverter[V1, U1, V2, U2]): UnitConverter[Refined[V1, P1], U1, Refined[V2, P2], U2]
  29. implicit def valueToRefined[V1, U1, V2, P2, U2](implicit enable: EnableUnsoundRefinedConversions, vv2: Validate[V2, P2], cnv: UnitConverter[V1, U1, V2, U2]): UnitConverter[V1, U1, Refined[V2, P2], U2]
    Definition Classes
    CoulombRefinedP2
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from CoulombRefinedP2

Inherited from AnyRef

Inherited from Any

Ungrouped