Trait

supertagged

NewTypeT

Related Doc: package supertagged

Permalink

trait NewTypeT extends NewType0

Linear Supertypes
NewType0, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewTypeT
  2. NewType0
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Newtype[T, Ops] = supertagged.Newtype[T, Ops] with ImplicitScope[T, NewTypeT.this.type]

    Permalink
    Attributes
    protected
    Definition Classes
    NewType0
  2. abstract type Ops[_]

    Permalink
  3. abstract type Raw[T]

    Permalink
  4. type Type[T] = supertagged.Newtype[T, Ops[T]] with ImplicitScope[T, NewTypeT.this.type]

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def apply[T]: ReplaceOps[T, Type[T]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def cotag[T, Ops](b: Newtype[T, Ops]): (b)#Raw

    Permalink
    Attributes
    protected
    Definition Classes
    NewType0
    Annotations
    @inline()
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def extractor[T]: Extractor[Raw[T], Type[T]]

    Permalink
  11. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  15. def lift[F[_], Raw](implicit F: F[Raw]): F[Newtype[Raw, _]]

    Permalink
    Definition Classes
    NewType0
    Annotations
    @inline()
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def raw[T](c: Type[T]): T

    Permalink
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. final def tag[A, B <: Newtype[_, _]](a: A): B

    Permalink

    Basic override: def apply[..your params]...

    Basic override: def apply[..your params]...

    Attributes
    protected
    Definition Classes
    NewType0
    Annotations
    @inline()
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NewType0

Inherited from AnyRef

Inherited from Any

Ungrouped