Packages

o

com.amazonaws.kinesis

PositiveIntegerObject

object PositiveIntegerObject extends Newtype[Int]

Source
PositiveIntegerObject.scala
Linear Supertypes
Newtype[Int], HasId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PositiveIntegerObject
  2. Newtype
  3. HasId
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Base
    Definition Classes
    Newtype
  2. implicit final class Ops extends AnyRef
    Definition Classes
    Newtype
  3. abstract type Type <: Base with _Tag
    Definition Classes
    Newtype
  4. trait _Tag extends Any
    Definition Classes
    Newtype

Value Members

  1. final def apply(a: Int): Type
    Definition Classes
    Newtype
    Annotations
    @inline()
  2. implicit val asBijection: Bijection[Int, Type]
    Definition Classes
    Newtype
  3. val hints: Hints
  4. val id: ShapeId
    Definition Classes
    PositiveIntegerObject → HasId
  5. implicit val schema: Schema[PositiveIntegerObject]
    Definition Classes
    PositiveIntegerObject → Newtype
  6. implicit val tag: ShapeTag[Type]
    Definition Classes
    Newtype
  7. def unapply(t: Type): Some[Int]
    Definition Classes
    Newtype
  8. val underlyingSchema: Schema[Int]
  9. final def value(x: Type): Int
    Definition Classes
    Newtype
    Annotations
    @inline()