trait SortedSetCommands[F[_], K, V] extends SortedSetGetter[F, K, V] with SortedSetSetter[F, K, V]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SortedSetCommands
- SortedSetSetter
- SortedSetGetter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
zAdd(key: K, args: Option[ZAddArgs], values: ScoreWithValue[V]*): F[Unit]
- Definition Classes
- SortedSetSetter
-
abstract
def
zAddIncr(key: K, args: Option[ZAddArgs], value: ScoreWithValue[V])(implicit ev: Numeric[V]): F[Unit]
- Definition Classes
- SortedSetSetter
-
abstract
def
zCard(key: K): F[Option[Long]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zCount(key: K, range: ZRange[V])(implicit ev: Numeric[V]): F[Option[Long]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zIncrBy(key: K, member: V, amount: Double): F[Unit]
- Definition Classes
- SortedSetSetter
-
abstract
def
zInterStore(destination: K, args: Option[ZStoreArgs], keys: K*): F[Unit]
- Definition Classes
- SortedSetSetter
-
abstract
def
zLexCount(key: K, range: ZRange[V]): F[Option[Long]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRange(key: K, start: Long, stop: Long): F[List[V]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRangeByLex(key: K, range: ZRange[V], limit: Option[RangeLimit]): F[List[V]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRangeByScore[T](key: K, range: ZRange[T], limit: Option[RangeLimit])(implicit arg0: Numeric[T]): F[List[V]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRangeByScoreWithScores[T](key: K, range: ZRange[T], limit: Option[RangeLimit])(implicit arg0: Numeric[T]): F[List[ScoreWithValue[V]]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRangeWithScores(key: K, start: Long, stop: Long): F[List[ScoreWithValue[V]]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRank(key: K, value: V): F[Option[Long]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRem(key: K, values: V*): F[Unit]
- Definition Classes
- SortedSetSetter
-
abstract
def
zRemRangeByLex(key: K, range: ZRange[V]): F[Unit]
- Definition Classes
- SortedSetSetter
-
abstract
def
zRemRangeByRank(key: K, start: Long, stop: Long): F[Unit]
- Definition Classes
- SortedSetSetter
-
abstract
def
zRemRangeByScore(key: K, range: ZRange[V])(implicit ev: Numeric[V]): F[Unit]
- Definition Classes
- SortedSetSetter
-
abstract
def
zRevRange(key: K, start: Long, stop: Long): F[List[V]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRevRangeByLex(key: K, range: ZRange[V], limit: Option[RangeLimit]): F[List[V]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRevRangeByScore[T](key: K, range: ZRange[T], limit: Option[RangeLimit])(implicit arg0: Numeric[T]): F[List[V]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRevRangeByScoreWithScores[T](key: K, range: ZRange[T], limit: Option[RangeLimit])(implicit arg0: Numeric[T]): F[List[ScoreWithValue[V]]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRevRangeWithScores(key: K, start: Long, stop: Long): F[List[ScoreWithValue[V]]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zRevRank(key: K, value: V): F[Option[Long]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zScore(key: K, value: V): F[Option[Double]]
- Definition Classes
- SortedSetGetter
-
abstract
def
zUnionStore(destination: K, args: Option[ZStoreArgs], keys: K*): F[Unit]
- Definition Classes
- SortedSetSetter
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )