object PositiveIntegerObject extends Newtype[Int]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PositiveIntegerObject
- Newtype
- HasId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def apply(a: Int): Type
- Definition Classes
- Newtype
- Annotations
- @inline()
- implicit val asBijection: Bijection[Int, Type]
- Definition Classes
- Newtype
- val hints: Hints
- val id: ShapeId
- Definition Classes
- PositiveIntegerObject → HasId
- implicit val schema: Schema[PositiveIntegerObject]
- Definition Classes
- PositiveIntegerObject → Newtype
- implicit val tag: ShapeTag[Type]
- Definition Classes
- Newtype
- def unapply(t: Type): Some[Int]
- Definition Classes
- Newtype
- val underlyingSchema: Schema[Int]
- final def value(x: Type): Int
- Definition Classes
- Newtype
- Annotations
- @inline()