object Bounds extends Serializable

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

Value Members

  1. def apply[A](min: A, max: A): Bounds[A]
  2. implicit def boundsDecoder[K](implicit arg0: Decoder[K]): Decoder[Bounds[K]]
  3. implicit def boundsEncoder[K](implicit arg0: Encoder[K]): Encoder[Bounds[K]]
  4. implicit val boundsFunctor: Functor[Bounds]
  5. implicit val decodeEmptyBounds: Decoder[EmptyBounds.type]
  6. implicit val encodeEmptyBounds: Encoder[EmptyBounds.type]
  7. implicit def toIterableKeyBounds[K](b: Bounds[K]): Iterable[KeyBounds[K]]