Packages

object Index extends Subtype[Long]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Index
  2. Subtype
  3. Newtype
  4. NewtypeVersionSpecific
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Type <: Long
    Definition Classes
    Subtype → NewtypeVersionSpecific
  2. type Wrapped = Long
    Definition Classes
    Newtype

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. macro def apply(value: Long, values: Long*): NonEmptyChunk[Type]
    Definition Classes
    Newtype
  5. macro def apply(value: Long): Type
    Definition Classes
    Newtype
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. macro def assert(assertion: Assertion[Long]): QuotedAssertion[Long]
    Definition Classes
    Newtype
  8. macro def assertCustom(f: (Long) => Either[AssertionError, Unit]): QuotedAssertion[Long]
    Definition Classes
    Newtype
  9. def assertion: QuotedAssertion[Long]
    Definition Classes
    Newtype
  10. implicit def classTag(implicit underlying: ClassTag[Long]): ClassTag[Type]
    Definition Classes
    Newtype
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def derive[TypeClass[_]](implicit instance: TypeClass[Long]): TypeClass[Type]
    Attributes
    protected
    Definition Classes
    Newtype
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val initial: Index
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. macro def make(value: Long): Validation[String, Type]
    Definition Classes
    Newtype
  21. macro def makeAll[F[+_]](value: F[Long])(implicit arg0: ForEach[F]): Validation[String, F[Type]]
    Definition Classes
    Newtype
  22. val max: Index
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. implicit val schema: Schema[Index]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def unapply(value: Type): Some[Long]
    Definition Classes
    Newtype
  30. def unwrap(value: Type): Long
    Definition Classes
    Newtype
  31. def unwrapAll[F[_]](value: F[Type]): F[Long]
    Definition Classes
    Newtype
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. def wrap(value: Long): Type
    Attributes
    protected
    Definition Classes
    Newtype
  36. macro def wrapAll[F[_]](value: F[Long]): F[Type]
    Definition Classes
    Newtype

Inherited from Subtype[Long]

Inherited from Newtype[Long]

Inherited from NewtypeVersionSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped