object Input
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Input
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class ArbitraryInput[A]()(implicit evidence$2: Schema[A]) extends Input[A] with Product with Serializable
- final case class EvalInput[-K, -V](inputK: Input[K], inputV: Input[V]) extends Input[(String, Chunk[K], Chunk[V])] with Product with Serializable
- final case class GetExAtInput[K]()(implicit evidence$21: Schema[K]) extends Input[(K, redis.ExpiredAt, Instant)] with Product with Serializable
- final case class GetExInput[K]()(implicit evidence$20: Schema[K]) extends Input[(K, redis.Expire, zio.Duration)] with Product with Serializable
- final case class GetExPersistInput[K]()(implicit evidence$19: Schema[K]) extends Input[(K, Boolean)] with Product with Serializable
- final case class MemberScoreInput[M]()(implicit evidence$1: Schema[M]) extends Input[redis.MemberScore[M]] with Product with Serializable
- final case class NonEmptyList[-A](input: Input[A]) extends Input[(A, List[A])] with Product with Serializable
- final case class OptionalInput[-A](a: Input[A]) extends Input[Option[A]] with Product with Serializable
- final case class StreamsInput[K, V]()(implicit evidence$17: Schema[K], evidence$18: Schema[V]) extends Input[((K, V), Chunk[(K, V)])] with Product with Serializable
- final case class Tuple10[-A, -B, -C, -D, -E, -F, -G, -H, -I, -J](_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E], _6: Input[F], _7: Input[G], _8: Input[H], _9: Input[I], _10: Input[J]) extends Input[(A, B, C, D, E, F, G, H, I, J)] with Product with Serializable
- final case class Tuple11[-A, -B, -C, -D, -E, -F, -G, -H, -I, -J, -K](_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E], _6: Input[F], _7: Input[G], _8: Input[H], _9: Input[I], _10: Input[J], _11: Input[K]) extends Input[(A, B, C, D, E, F, G, H, I, J, K)] with Product with Serializable
- final case class Tuple2[-A, -B](_1: Input[A], _2: Input[B]) extends Input[(A, B)] with Product with Serializable
- final case class Tuple3[-A, -B, -C](_1: Input[A], _2: Input[B], _3: Input[C]) extends Input[(A, B, C)] with Product with Serializable
- final case class Tuple4[-A, -B, -C, -D](_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D]) extends Input[(A, B, C, D)] with Product with Serializable
- final case class Tuple5[-A, -B, -C, -D, -E](_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E]) extends Input[(A, B, C, D, E)] with Product with Serializable
- final case class Tuple6[-A, -B, -C, -D, -E, -F](_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E], _6: Input[F]) extends Input[(A, B, C, D, E, F)] with Product with Serializable
- final case class Tuple7[-A, -B, -C, -D, -E, -F, -G](_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E], _6: Input[F], _7: Input[G]) extends Input[(A, B, C, D, E, F, G)] with Product with Serializable
- final case class Tuple9[-A, -B, -C, -D, -E, -F, -G, -H, -I](_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E], _6: Input[F], _7: Input[G], _8: Input[H], _9: Input[I]) extends Input[(A, B, C, D, E, F, G, H, I)] with Product with Serializable
- final case class Varargs[-A](input: Input[A]) extends Input[Iterable[A]] with Product with Serializable
- final case class XGroupCreateConsumerInput[K, G, C]()(implicit evidence$11: Schema[K], evidence$12: Schema[G], evidence$13: Schema[C]) extends Input[CreateConsumer[K, G, C]] with Product with Serializable
- final case class XGroupCreateInput[K, G, I]()(implicit evidence$3: Schema[K], evidence$4: Schema[G], evidence$5: Schema[I]) extends Input[Create[K, G, I]] with Product with Serializable
- final case class XGroupDelConsumerInput[K, G, C]()(implicit evidence$14: Schema[K], evidence$15: Schema[G], evidence$16: Schema[C]) extends Input[DelConsumer[K, G, C]] with Product with Serializable
- final case class XGroupDestroyInput[K, G]()(implicit evidence$9: Schema[K], evidence$10: Schema[G]) extends Input[Destroy[K, G]] with Product with Serializable
- final case class XGroupSetIdInput[K, G, I]()(implicit evidence$6: Schema[K], evidence$7: Schema[G], evidence$8: Schema[I]) extends Input[SetId[K, G, I]] with Product with Serializable
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
- def apply[A](implicit input: Input[A]): Input[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object AbsTtlInput extends Input[redis.AbsTtl] with Product with Serializable
- case object AddressInput extends Input[redis.Address] with Product with Serializable
- case object AggregateInput extends Input[redis.Aggregate] with Product with Serializable
- case object AlphaInput extends Input[redis.Alpha] with Product with Serializable
- case object AuthInput extends Input[redis.Auth] with Product with Serializable
- case object BitFieldCommandInput extends Input[redis.BitFieldCommand] with Product with Serializable
- case object BitOperationInput extends Input[redis.BitOperation] with Product with Serializable
- case object BitPosRangeInput extends Input[redis.BitPosRange] with Product with Serializable
- case object BlockInput extends Input[zio.Duration] with Product with Serializable
- case object BoolInput extends Input[Boolean] with Product with Serializable
- case object ByInput extends Input[String] with Product with Serializable
- case object ByteInput extends Input[Chunk[Byte]] with Product with Serializable
- case object ChangedInput extends Input[redis.Changed] with Product with Serializable
- case object ClientKillInput extends Input[redis.ClientKillFilter] with Product with Serializable
- case object ClientPauseModeInput extends Input[redis.ClientPauseMode] with Product with Serializable
- case object ClientTrackingInput extends Input[Option[(Option[Long], Option[redis.ClientTrackingMode], Boolean, Chunk[String])]] with Product with Serializable
- case object CopyInput extends Input[redis.Copy] with Product with Serializable
- case object CountInput extends Input[redis.Count] with Product with Serializable
- case object DoubleInput extends Input[Double] with Product with Serializable
- case object DurationMillisecondsInput extends Input[zio.Duration] with Product with Serializable
- case object DurationSecondsInput extends Input[zio.Duration] with Product with Serializable
- case object DurationTtlInput extends Input[zio.Duration] with Product with Serializable
- case object FreqInput extends Input[redis.Freq] with Product with Serializable
- case object GetInput extends Input[String] with Product with Serializable
- case object IdInput extends Input[Long] with Product with Serializable
- case object IdleInput extends Input[zio.Duration] with Product with Serializable
- case object IdleTimeInput extends Input[redis.IdleTime] with Product with Serializable
- case object IncrementInput extends Input[redis.Increment] with Product with Serializable
- case object KeepTtlInput extends Input[redis.KeepTtl] with Product with Serializable
- case object LimitInput extends Input[redis.Limit] with Product with Serializable
- case object ListMaxLenInput extends Input[redis.ListMaxLen] with Product with Serializable
- case object LongInput extends Input[Long] with Product with Serializable
- case object LongLatInput extends Input[redis.LongLat] with Product with Serializable
- case object NoAckInput extends Input[redis.NoAck] with Product with Serializable
- case object NoInput extends Input[Unit] with Product with Serializable
- case object OrderInput extends Input[redis.Order] with Product with Serializable
- case object PatternInput extends Input[redis.Pattern] with Product with Serializable
- case object PositionInput extends Input[redis.Position] with Product with Serializable
- case object RadiusUnitInput extends Input[redis.RadiusUnit] with Product with Serializable
- case object RangeInput extends Input[Range] with Product with Serializable
- case object RankInput extends Input[redis.Rank] with Product with Serializable
- case object RedisTypeInput extends Input[redis.RedisType] with Product with Serializable
- case object ReplaceInput extends Input[redis.Replace] with Product with Serializable
- case object RetryCountInput extends Input[Long] with Product with Serializable
- case object ScriptDebugInput extends Input[redis.DebugMode] with Product with Serializable
- case object SideInput extends Input[redis.Side] with Product with Serializable
- case object StoreDistInput extends Input[redis.StoreDist] with Product with Serializable
- case object StoreInput extends Input[redis.Store] with Product with Serializable
- case object StralgoLcsQueryTypeInput extends Input[redis.StrAlgoLcsQueryType] with Product with Serializable
- case object StreamMaxLenInput extends Input[redis.StreamMaxLen] with Product with Serializable
- case object StringInput extends Input[String] with Product with Serializable
- case object TimeInput extends Input[zio.Duration] with Product with Serializable
- case object TimeMillisecondsInput extends Input[Instant] with Product with Serializable
- case object TimeSecondsInput extends Input[Instant] with Product with Serializable
- case object UnblockBehaviorInput extends Input[redis.UnblockBehavior] with Product with Serializable
- case object UpdateInput extends Input[redis.Update] with Product with Serializable
- case object WeightsInput extends Input[::[Double]] with Product with Serializable
- case object WithCoordInput extends Input[redis.WithCoord] with Product with Serializable
- case object WithDistInput extends Input[redis.WithDist] with Product with Serializable
- case object WithForceInput extends Input[redis.WithForce] with Product with Serializable
- case object WithHashInput extends Input[redis.WithHash] with Product with Serializable
- case object WithJustIdInput extends Input[redis.WithJustId] with Product with Serializable
- case object WithScoresInput extends Input[redis.WithScores] with Product with Serializable
- case object YesNoInput extends Input[Boolean] with Product with Serializable