object EntitySetName extends EntitySetName$Types
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EntitySetName
- EntitySetName$Types
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
Tag extends Any
- Definition Classes
- EntitySetName$Types
-
type
Base = Any { type EntitySetName$newtype }
- Definition Classes
- EntitySetName$Types
- implicit final class Ops$newtype extends AnyVal
-
type
Repr = String
- Definition Classes
- EntitySetName$Types
-
abstract
type
Type <: Base with Tag
- Definition Classes
- EntitySetName$Types
Value Members
- def apply(asString: String): EntitySetName
-
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()