object Bounds extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bounds
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply[A](min: A, max: A): Bounds[A]
- implicit def boundsDecoder[K](implicit arg0: Decoder[K]): Decoder[Bounds[K]]
- implicit def boundsEncoder[K](implicit arg0: Encoder[K]): Encoder[Bounds[K]]
- implicit val boundsFunctor: Functor[Bounds]
- implicit val decodeEmptyBounds: Decoder[EmptyBounds.type]
- implicit val encodeEmptyBounds: Encoder[EmptyBounds.type]
- implicit def toIterableKeyBounds[K](b: Bounds[K]): Iterable[KeyBounds[K]]