object Input

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

Type Members

  1. final case class ArbitraryInput[A]()(implicit evidence$2: Schema[A]) extends Input[A] with Product with Serializable
  2. final case class EvalInput[-K, -V](inputK: Input[K], inputV: Input[V]) extends Input[(String, Chunk[K], Chunk[V])] with Product with Serializable
  3. final case class GetExAtInput[K]()(implicit evidence$21: Schema[K]) extends Input[(K, redis.ExpiredAt, Instant)] with Product with Serializable
  4. final case class GetExInput[K]()(implicit evidence$20: Schema[K]) extends Input[(K, redis.Expire, Duration)] with Product with Serializable
  5. final case class GetExPersistInput[K]()(implicit evidence$19: Schema[K]) extends Input[(K, Boolean)] with Product with Serializable
  6. final case class MemberScoreInput[M]()(implicit evidence$1: Schema[M]) extends Input[redis.MemberScore[M]] with Product with Serializable
  7. final case class NonEmptyList[-A](input: Input[A]) extends Input[(A, List[A])] with Product with Serializable
  8. final case class OptionalInput[-A](a: Input[A]) extends Input[Option[A]] with Product with Serializable
  9. 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
  10. 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
  11. 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
  12. final case class Tuple2[-A, -B](_1: Input[A], _2: Input[B]) extends Input[(A, B)] with Product with Serializable
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. final case class Varargs[-A](input: Input[A]) extends Input[Iterable[A]] with Product with Serializable
  20. 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
  21. 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
  22. 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
  23. final case class XGroupDestroyInput[K, G]()(implicit evidence$9: Schema[K], evidence$10: Schema[G]) extends Input[Destroy[K, G]] with Product with Serializable
  24. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[A](implicit input: Input[A]): Input[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. case object AbsTtlInput extends Input[redis.AbsTtl] with Product with Serializable
  21. case object AddressInput extends Input[redis.Address] with Product with Serializable
  22. case object AggregateInput extends Input[redis.Aggregate] with Product with Serializable
  23. case object AlphaInput extends Input[redis.Alpha] with Product with Serializable
  24. case object AuthInput extends Input[redis.Auth] with Product with Serializable
  25. case object BitFieldCommandInput extends Input[redis.BitFieldCommand] with Product with Serializable
  26. case object BitOperationInput extends Input[redis.BitOperation] with Product with Serializable
  27. case object BitPosRangeInput extends Input[redis.BitPosRange] with Product with Serializable
  28. case object BlockInput extends Input[Duration] with Product with Serializable
  29. case object BoolInput extends Input[Boolean] with Product with Serializable
  30. case object ByInput extends Input[String] with Product with Serializable
  31. case object ByteInput extends Input[Chunk[Byte]] with Product with Serializable
  32. case object ChangedInput extends Input[redis.Changed] with Product with Serializable
  33. case object ClientKillInput extends Input[redis.ClientKillFilter] with Product with Serializable
  34. case object ClientPauseModeInput extends Input[redis.ClientPauseMode] with Product with Serializable
  35. case object ClientTrackingInput extends Input[Option[(Option[Long], Option[redis.ClientTrackingMode], Boolean, Chunk[String])]] with Product with Serializable
  36. case object CopyInput extends Input[redis.Copy] with Product with Serializable
  37. case object CountInput extends Input[redis.Count] with Product with Serializable
  38. case object DoubleInput extends Input[Double] with Product with Serializable
  39. case object DurationMillisecondsInput extends Input[Duration] with Product with Serializable
  40. case object DurationSecondsInput extends Input[Duration] with Product with Serializable
  41. case object DurationTtlInput extends Input[Duration] with Product with Serializable
  42. case object FreqInput extends Input[redis.Freq] with Product with Serializable
  43. case object GetInput extends Input[String] with Product with Serializable
  44. case object IdInput extends Input[Long] with Product with Serializable
  45. case object IdleInput extends Input[Duration] with Product with Serializable
  46. case object IdleTimeInput extends Input[redis.IdleTime] with Product with Serializable
  47. case object IncrementInput extends Input[redis.Increment] with Product with Serializable
  48. case object KeepTtlInput extends Input[redis.KeepTtl] with Product with Serializable
  49. case object LimitInput extends Input[redis.Limit] with Product with Serializable
  50. case object ListMaxLenInput extends Input[redis.ListMaxLen] with Product with Serializable
  51. case object LongInput extends Input[Long] with Product with Serializable
  52. case object LongLatInput extends Input[redis.LongLat] with Product with Serializable
  53. case object NoAckInput extends Input[redis.NoAck] with Product with Serializable
  54. case object NoInput extends Input[Unit] with Product with Serializable
  55. case object OrderInput extends Input[redis.Order] with Product with Serializable
  56. case object PatternInput extends Input[redis.Pattern] with Product with Serializable
  57. case object PositionInput extends Input[redis.Position] with Product with Serializable
  58. case object RadiusUnitInput extends Input[redis.RadiusUnit] with Product with Serializable
  59. case object RangeInput extends Input[Range] with Product with Serializable
  60. case object RankInput extends Input[redis.Rank] with Product with Serializable
  61. case object RedisTypeInput extends Input[redis.RedisType] with Product with Serializable
  62. case object ReplaceInput extends Input[redis.Replace] with Product with Serializable
  63. case object RetryCountInput extends Input[Long] with Product with Serializable
  64. case object ScriptDebugInput extends Input[redis.DebugMode] with Product with Serializable
  65. case object SideInput extends Input[redis.Side] with Product with Serializable
  66. case object StoreDistInput extends Input[redis.StoreDist] with Product with Serializable
  67. case object StoreInput extends Input[redis.Store] with Product with Serializable
  68. case object StralgoLcsQueryTypeInput extends Input[redis.StrAlgoLcsQueryType] with Product with Serializable
  69. case object StreamMaxLenInput extends Input[redis.StreamMaxLen] with Product with Serializable
  70. case object StringInput extends Input[String] with Product with Serializable
  71. case object TimeInput extends Input[Duration] with Product with Serializable
  72. case object TimeMillisecondsInput extends Input[Instant] with Product with Serializable
  73. case object TimeSecondsInput extends Input[Instant] with Product with Serializable
  74. case object UnblockBehaviorInput extends Input[redis.UnblockBehavior] with Product with Serializable
  75. case object UpdateInput extends Input[redis.Update] with Product with Serializable
  76. case object WeightsInput extends Input[::[Double]] with Product with Serializable
  77. case object WithCoordInput extends Input[redis.WithCoord] with Product with Serializable
  78. case object WithDistInput extends Input[redis.WithDist] with Product with Serializable
  79. case object WithForceInput extends Input[redis.WithForce] with Product with Serializable
  80. case object WithHashInput extends Input[redis.WithHash] with Product with Serializable
  81. case object WithJustIdInput extends Input[redis.WithJustId] with Product with Serializable
  82. case object WithScoresInput extends Input[redis.WithScores] with Product with Serializable
  83. case object YesNoInput extends Input[Boolean] with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped