io.estatico.newtype

NewTypeExtras

trait NewTypeExtras extends NewTypeApplyM with NewTypeDeriving with NewTypeAutoOps

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NewTypeExtras
  2. NewTypeAutoOps
  3. NewTypeDeriving
  4. NewTypeApplyM
  5. NewTypeApply
  6. BaseNewType
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Base

    Definition Classes
    BaseNewType
  2. abstract type Repr

    Definition Classes
    BaseNewType
  3. trait Tag extends AnyRef

    Definition Classes
    BaseNewType
  4. final type Type = Base with Meta[Tag, Repr]

    Definition Classes
    BaseNewType

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def apply(x: Repr): Type

    Convert a Repr to a Type.

    Convert a Repr to a Type.

    Definition Classes
    NewTypeApply
    Annotations
    @inline()
  7. final def applyM[M[_]](mx: M[Repr]): M[Type]

    Convert an M[Repr] to a M[Type].

    Convert an M[Repr] to a M[Type].

    Definition Classes
    NewTypeApplyM
    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. implicit def cannotUnwrapArrayAmbiguous1: Coercible[Array[Type], Array[Repr]]

    Definition Classes
    BaseNewType
    Annotations
    @inline()
  10. implicit def cannotUnwrapArrayAmbiguous2: Coercible[Array[Type], Array[Repr]]

    Definition Classes
    BaseNewType
    Annotations
    @inline()
  11. implicit def cannotWrapArrayAmbiguous1: Coercible[Array[Repr], Array[Type]]

    Definition Classes
    BaseNewType
    Annotations
    @inline()
  12. implicit def cannotWrapArrayAmbiguous2: Coercible[Array[Repr], Array[Type]]

    Definition Classes
    BaseNewType
    Annotations
    @inline()
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. implicit def convert[N <: Aux[_, _, Repr]]: Coercible[Type, N]

    Definition Classes
    BaseNewType
    Annotations
    @inline()
  15. def deriving[T[_]](implicit ev: T[Repr]): T[Type]

    Derive an instance of type class T if one exists for Repr.

    Derive an instance of type class T if one exists for Repr.

    Definition Classes
    NewTypeDeriving
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. implicit def toNewTypeOps(x: Type): NewTypeOps[Type, Tag, Repr]

    Definition Classes
    NewTypeAutoOps
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. implicit def unwrap: Coercible[Type, Repr]

    Definition Classes
    BaseNewType
    Annotations
    @inline()
  29. implicit def unwrapM[M[_]]: Coercible[M[Type], M[Repr]]

    Definition Classes
    BaseNewType
    Annotations
    @inline()
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. implicit def wrap: Coercible[Repr, Type]

    Definition Classes
    BaseNewType
    Annotations
    @inline()
  34. implicit def wrapM[M[_]]: Coercible[M[Repr], M[Type]]

    Definition Classes
    BaseNewType
    Annotations
    @inline()

Inherited from NewTypeAutoOps

Inherited from NewTypeDeriving

Inherited from NewTypeApplyM

Inherited from NewTypeApply

Inherited from BaseNewType

Inherited from AnyRef

Inherited from Any

Ungrouped