Packages

o

dynamics.client.common

EntitySetName

object EntitySetName extends EntitySetName$Types

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntitySetName
  2. EntitySetName$Types
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Tag extends Any
    Definition Classes
    EntitySetName$Types
  2. type Base = Any { type EntitySetName$newtype }
    Definition Classes
    EntitySetName$Types
  3. implicit final class Ops$newtype extends AnyVal
  4. type Repr = String
    Definition Classes
    EntitySetName$Types
  5. abstract type Type <: Base with Tag
    Definition Classes
    EntitySetName$Types

Value Members

  1. def apply(asString: String): EntitySetName
  2. implicit def cannotUnwrapArrayAmbiguous1: Coercible[Array[Type], Array[Repr]]
    Annotations
    @inline()
  3. implicit def cannotUnwrapArrayAmbiguous2: Coercible[Array[Type], Array[Repr]]
    Annotations
    @inline()
  4. implicit def cannotWrapArrayAmbiguous1: Coercible[Array[Repr], Array[Type]]
    Annotations
    @inline()
  5. implicit def cannotWrapArrayAmbiguous2: Coercible[Array[Repr], Array[Type]]
    Annotations
    @inline()
  6. def deriving[TC[_]](implicit ev: TC[Repr]): TC[Type]
  7. implicit def opsThis(x: Ops$newtype): Type
  8. implicit def unsafeUnwrap: Coercible[Type, Repr]
    Annotations
    @inline()
  9. implicit def unsafeUnwrapM[M[_]]: Coercible[M[Type], M[Repr]]
    Annotations
    @inline()
  10. implicit def unsafeWrap: Coercible[Repr, Type]
    Annotations
    @inline()
  11. implicit def unsafeWrapM[M[_]]: Coercible[M[Repr], M[Type]]
    Annotations
    @inline()