Packages

object CodeToolsImplicits extends CodeToolsImplicits

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit def distinctTypeAlias_MAtoMV[M[_], V <: IsDistinctTypeAlias[A], A](ma: M[V]): M[A]

    Implicitly convert any generic M[V] to M[A] where V is a distinct type alias of A

    Implicitly convert any generic M[V] to M[A] where V is a distinct type alias of A

    M

    generic type

    V

    DTA type

    A

    underlying type of DTA

    ma

    generic instance

    returns

    instance cast to M[V]

    Definition Classes
    CodeToolsImplicits
    Annotations
    @inline()
  7. implicit def distinctTypeAlias_MVtoMA[M[_], V <: IsDistinctTypeAlias[A], A](ma: M[A]): M[V]

    Implicitly convert any generic M[A] to M[V] where V is a distinct type alias of A

    Implicitly convert any generic M[A] to M[V] where V is a distinct type alias of A

    M

    generic type

    V

    DTA type

    A

    underlying type of DTA

    ma

    generic instance

    returns

    instance cast to M[V]

    Definition Classes
    CodeToolsImplicits
    Annotations
    @inline()
  8. implicit def distinctTypeAlias_m2lVtoM2la[M2L[_, _], A, V <: IsDistinctTypeAlias[A], B](ma: M2L[A, B]): M2L[V, B]

    Implicitly convert any generic M[A,B] to a M[V,B] where V is a distinct type alias of A

    Implicitly convert any generic M[A,B] to a M[V,B] where V is a distinct type alias of A

    M2L

    type of generic instance

    A

    underlying type of DTA

    V

    DTA type

    B

    some type

    ma

    generic instance

    returns

    instance cast to M[V,B]

    Definition Classes
    CodeToolsImplicits
    Annotations
    @inline()
  9. implicit def distinctTypeAlias_m2rVtoM2ra[M2R[_, _], A, V <: IsDistinctTypeAlias[A], B](ma: M2R[B, A]): M2R[B, V]

    Implicitly convert any generic M[A,B] to a M[A,V] where V is a distinct type alias of B

    Implicitly convert any generic M[A,B] to a M[A,V] where V is a distinct type alias of B

    M2R

    type of generic instance

    A

    some type

    V

    DTA type

    B

    underlying type of DTA

    ma

    generic instance

    returns

    instance cast to M[A,V]

    Definition Classes
    CodeToolsImplicits
    Annotations
    @inline()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. implicit def valueClassToA[A](v: IsValueClass[A]): A

    Implicitly convert a value class to its underlying type

    Implicitly convert a value class to its underlying type

    A

    the underlying type

    v

    a value-class derived from IsValueClass

    returns

    the wrapped value

    Definition Classes
    CodeToolsImplicits
    Annotations
    @inline()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CodeToolsImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped