Packages

t

zio.redis.options

SortedSets

trait SortedSets extends AnyRef

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

Type Members

  1. sealed trait Aggregate extends Product
  2. type Changed = Changed.type
  3. type Increment = Increment.type
  4. sealed trait LexMaximum extends AnyRef
  5. sealed trait LexMinimum extends AnyRef
  6. sealed case class LexRange(min: LexMinimum, max: LexMaximum) extends Product with Serializable
  7. sealed case class MemberScore[+M](score: Double, member: M) extends Product with Serializable
  8. type MemberScores[+M] = Chunk[MemberScore[M]]
  9. sealed trait ScoreMaximum extends AnyRef
  10. sealed trait ScoreMinimum extends AnyRef
  11. sealed case class ScoreRange(min: ScoreMinimum, max: ScoreMaximum) extends Product with Serializable
  12. type WithScores = WithScores.type

Value Members

  1. object Aggregate
  2. case object Changed extends Product with Serializable
  3. case object Increment extends Product with Serializable
  4. object LexMaximum
  5. object LexMinimum
  6. object ScoreMaximum
  7. object ScoreMinimum
  8. case object WithScores extends Product with Serializable