Packages

object LexLimit

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LexLimit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Finite[+V](value: V, inclusive: Boolean) extends LexLimit[V] with Product with Serializable

Value Members

  1. def apply[V](value: V, inclusive: Boolean): LexLimit[V]
  2. def excl[V](value: V): LexLimit[V]
  3. def incl[V](value: V): LexLimit[V]
  4. def repr[V](limit: LexLimit[V])(implicit arg0: RedisDataCodec[V]): ByteString
  5. object MinusInf extends LexLimit[Nothing]
  6. object PlusInf extends LexLimit[Nothing]