object CodeToolsImplicits extends CodeToolsImplicits
- Alphabetic
- By Inheritance
- CodeToolsImplicits
- CodeToolsImplicits
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
-
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()
-
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()
-
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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )