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
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- 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]): 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
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SortedSetCommands[F, K, V] to any2stringadd[SortedSetCommands[F, K, V]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (SortedSetCommands[F, K, V], B)
- Implicit
- This member is added by an implicit conversion from SortedSetCommands[F, K, V] to ArrowAssoc[SortedSetCommands[F, K, V]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
ensuring(cond: (SortedSetCommands[F, K, V]) ⇒ Boolean, msg: ⇒ Any): SortedSetCommands[F, K, V]
- Implicit
- This member is added by an implicit conversion from SortedSetCommands[F, K, V] to Ensuring[SortedSetCommands[F, K, V]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (SortedSetCommands[F, K, V]) ⇒ Boolean): SortedSetCommands[F, K, V]
- Implicit
- This member is added by an implicit conversion from SortedSetCommands[F, K, V] to Ensuring[SortedSetCommands[F, K, V]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SortedSetCommands[F, K, V]
- Implicit
- This member is added by an implicit conversion from SortedSetCommands[F, K, V] to Ensuring[SortedSetCommands[F, K, V]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): SortedSetCommands[F, K, V]
- Implicit
- This member is added by an implicit conversion from SortedSetCommands[F, K, V] to Ensuring[SortedSetCommands[F, K, V]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from SortedSetCommands[F, K, V] to StringFormat[SortedSetCommands[F, K, V]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (SortedSetCommands[F, K, V], B)
- Implicit
- This member is added by an implicit conversion from SortedSetCommands[F, K, V] to ArrowAssoc[SortedSetCommands[F, K, V]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc