object Output
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Output
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class ArbitraryOutput[A]()(implicit schema: Schema[A]) extends Output[A] with Product with Serializable
- final case class ChunkOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable
- final case class ChunkTuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[Chunk[(A, B)]] with Product with Serializable
- final case class KeyValueOutput[K, V](outK: Output[K], outV: Output[V]) extends Output[Map[K, V]] with Product with Serializable
- final case class MultiStringChunkOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable
- final case class OptionalOutput[+A](output: Output[A]) extends Output[Option[A]] with Product with Serializable
- final case class ScanOutput[+A](output: Output[A]) extends Output[(Long, Chunk[A])] with Product with Serializable
- final case class StreamEntriesOutput[I, K, V]()(implicit idSchema: Schema[I], keySchema: Schema[K], valueSchema: Schema[V]) extends Output[Chunk[redis.StreamEntry[I, K, V]]] with Product with Serializable
- final case class StreamEntryOutput[I, K, V]()(implicit idSchema: Schema[I], keySchema: Schema[K], valueSchema: Schema[V]) extends Output[redis.StreamEntry[I, K, V]] with Product with Serializable
- final case class StreamInfoFullOutput[I, K, V]()(implicit evidence$1: Schema[I], evidence$2: Schema[K], evidence$3: Schema[V]) extends Output[FullStreamInfo[I, K, V]] with Product with Serializable
- final case class StreamInfoOutput[I, K, V]()(implicit evidence$4: Schema[I], evidence$5: Schema[K], evidence$6: Schema[V]) extends Output[redis.StreamInfo[I, K, V]] with Product with Serializable
- final case class StreamOutput[N, I, K, V]()(implicit nameSchema: Schema[N], idSchema: Schema[I], keySchema: Schema[K], valueSchema: Schema[V]) extends Output[redis.StreamChunk[N, I, K, V]] with Product with Serializable
- final case class Tuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[(A, B)] with Product with Serializable
- final case class Tuple3Output[+A, +B, +C](_1: Output[A], _2: Output[B], _3: Output[C]) extends Output[(A, B, C)] with Product with Serializable
- final case class ZRandMemberOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable
- final case class ZRandMemberTuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[Chunk[(A, B)]] with Product with Serializable
Value Members
- final val DurationMillisecondsOutput: Output[zio.Duration]
- final val DurationSecondsOutput: Output[zio.Duration]
- def apply[A](implicit output: Output[A]): Output[A]
- case object BoolOutput extends Output[Boolean] with Product with Serializable
- case object BulkStringOutput extends Output[Chunk[Byte]] with Product with Serializable
- case object ClientTrackingInfoOutput extends Output[redis.ClientTrackingInfo] with Product with Serializable
- case object ClientTrackingRedirectOutput extends Output[redis.ClientTrackingRedirect] with Product with Serializable
- case object DoubleOutput extends Output[Double] with Product with Serializable
- case object GeoOutput extends Output[Chunk[Option[redis.LongLat]]] with Product with Serializable
- case object GeoRadiusOutput extends Output[Chunk[redis.GeoView]] with Product with Serializable
- case object KeyElemOutput extends Output[Option[(String, String)]] with Product with Serializable
- case object LongOutput extends Output[Long] with Product with Serializable
- case object MultiStringOutput extends Output[String] with Product with Serializable
- case object PendingMessagesOutput extends Output[Chunk[redis.PendingMessage]] with Product with Serializable
- case object ResetOutput extends Output[Unit] with Product with Serializable
- case object RespValueOutput extends Output[RespValue] with Product with Serializable
- case object SetOutput extends Output[Boolean] with Product with Serializable
- case object SingleOrMultiStringOutput extends Output[String] with Product with Serializable
- case object StrAlgoLcsOutput extends Output[redis.LcsOutput] with Product with Serializable
- case object StreamConsumersInfoOutput extends Output[Chunk[redis.StreamConsumersInfo]] with Product with Serializable
- case object StreamGroupsInfoOutput extends Output[Chunk[redis.StreamGroupsInfo]] with Product with Serializable
- case object StringOutput extends Output[String] with Product with Serializable
- case object TypeOutput extends Output[redis.RedisType] with Product with Serializable
- case object UnitOutput extends Output[Unit] with Product with Serializable
- case object XPendingOutput extends Output[redis.PendingInfo] with Product with Serializable