object Id extends Id$Types
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Id
- Id$Types
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- def apply(asString: String): Id
-
implicit
def
cannotUnwrapArrayAmbiguous1: Coercible[Array[Type], Array[Repr]]
- Annotations
- @inline()
-
implicit
def
cannotUnwrapArrayAmbiguous2: Coercible[Array[Type], Array[Repr]]
- Annotations
- @inline()
-
implicit
def
cannotWrapArrayAmbiguous1: Coercible[Array[Repr], Array[Type]]
- Annotations
- @inline()
-
implicit
def
cannotWrapArrayAmbiguous2: Coercible[Array[Repr], Array[Type]]
- Annotations
- @inline()
- def deriving[TC[_]](implicit ev: TC[Repr]): TC[Type]
- implicit def opsThis(x: Ops$newtype): Type
-
implicit
def
unsafeUnwrap: Coercible[Type, Repr]
- Annotations
- @inline()
-
implicit
def
unsafeUnwrapM[M[_]]: Coercible[M[Type], M[Repr]]
- Annotations
- @inline()
-
implicit
def
unsafeWrap: Coercible[Repr, Type]
- Annotations
- @inline()
-
implicit
def
unsafeWrapM[M[_]]: Coercible[M[Repr], M[Type]]
- Annotations
- @inline()