diff --git a/api/zio/index.html b/api/zio/index.html index a42e7137502590878a2cca9a5e71e6067f1e549c..a0b0df7425536b4ba1adc2f9d6b6547adf48b348 100644 --- a/api/zio/index.html +++ b/api/zio/index.html @@ -1,2 +1,2 @@
p

zio

package zio

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. zio
  2. VersionSpecific
  3. PlatformSpecific
  4. IntersectionTypeCompat
  5. FunctionToLayerOps
  6. EitherCompat
  7. BuildFromCompat
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package redis

Type Members

  1. type &[+A, +B] = A with B
    Definition Classes
    IntersectionTypeCompat
  2. type BuildFrom[-From, -A, +C] = scala.collection.BuildFrom[From, A, C]
    Definition Classes
    BuildFromCompat
  3. type Canceler[-R] = ZIO[R, Nothing, Any]
  4. type Dequeue[+A] = ZQueue[Nothing, Any, Any, Nothing, Nothing, A]
  5. type ERef[+E, A] = ZRef[E, E, A, A]
  6. type ERefM[+E, A] = ZRefM[Any, Any, E, E, A, A]
  7. type Enqueue[-A] = ZQueue[Any, Nothing, Nothing, Any, A, Any]
  8. implicit final class Function0ToLayerSyntax[A] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  9. implicit final class Function10ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  10. implicit final class Function11ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  11. implicit final class Function12ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  12. implicit final class Function13ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  13. implicit final class Function14ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  14. implicit final class Function15ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  15. implicit final class Function16ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  16. implicit final class Function17ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  17. implicit final class Function18ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  18. implicit final class Function19ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  19. implicit final class Function1ToLayerSyntax[A, B] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  20. implicit final class Function20ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  21. implicit final class Function21ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  22. implicit final class Function2ToLayerSyntax[A, B, C] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  23. implicit final class Function3ToLayerSyntax[A, B, C, D] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  24. implicit final class Function4ToLayerSyntax[A, B, C, D, E] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  25. implicit final class Function5ToLayerSyntax[A, B, C, D, E, F] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  26. implicit final class Function6ToLayerSyntax[A, B, C, D, E, F, G] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  27. implicit final class Function7ToLayerSyntax[A, B, C, D, E, F, G, H] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  28. implicit final class Function8ToLayerSyntax[A, B, C, D, E, F, G, H, I] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  29. implicit final class Function9ToLayerSyntax[A, B, C, D, E, F, G, H, I, J] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  30. type Hub[A] = ZHub[Any, Any, Nothing, Nothing, A, A]
  31. type IO[+E, +A] = ZIO[Any, E, A]
  32. type Layer[+E, +ROut] = ZLayer[Any, E, ROut]
  33. type LightTypeTag = izumi.reflect.macrortti.LightTypeTag
    Definition Classes
    VersionSpecific
  34. type Managed[+E, +A] = ZManaged[Any, E, A]
  35. type Queue[A] = ZQueue[Any, Any, Nothing, Nothing, A, A]
  36. type RIO[-R, +A] = ZIO[R, Throwable, A]
  37. type RLayer[-RIn, +ROut] = ZLayer[RIn, Throwable, ROut]
  38. type RManaged[-R, +A] = ZManaged[R, Throwable, A]
  39. type Ref[A] = ZRef[Nothing, Nothing, A, A]
  40. type RefM[A] = ZRefM[Any, Any, Nothing, Nothing, A, A]
  41. type Tag[A] = izumi.reflect.Tag[A]
    Definition Classes
    VersionSpecific
  42. type TagK[F[_]] = HKTag[AnyRef { type Arg[A] = F[A] }]
    Definition Classes
    VersionSpecific
  43. type TagK10[F[_, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9] }]
    Definition Classes
    VersionSpecific
  44. type TagK11[F[_, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10] }]
    Definition Classes
    VersionSpecific
  45. type TagK12[F[_, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11] }]
    Definition Classes
    VersionSpecific
  46. type TagK13[F[_, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12] }]
    Definition Classes
    VersionSpecific
  47. type TagK14[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13] }]
    Definition Classes
    VersionSpecific
  48. type TagK15[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14] }]
    Definition Classes
    VersionSpecific
  49. type TagK16[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15] }]
    Definition Classes
    VersionSpecific
  50. type TagK17[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16] }]
    Definition Classes
    VersionSpecific
  51. type TagK18[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17] }]
    Definition Classes
    VersionSpecific
  52. type TagK19[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18] }]
    Definition Classes
    VersionSpecific
  53. type TagK20[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19] }]
    Definition Classes
    VersionSpecific
  54. type TagK21[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20] }]
    Definition Classes
    VersionSpecific
  55. type TagK22[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21] }]
    Definition Classes
    VersionSpecific
  56. type TagK3[F[_, _, _]] = HKTag[AnyRef { type Arg[A, B, C] = F[A,B,C] }]
    Definition Classes
    VersionSpecific
  57. type TagK4[F[_, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3] = F[A0,A1,A2,A3] }]
    Definition Classes
    VersionSpecific
  58. type TagK5[F[_, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4] = F[A0,A1,A2,A3,A4] }]
    Definition Classes
    VersionSpecific
  59. type TagK6[F[_, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5] = F[A0,A1,A2,A3,A4,A5] }]
    Definition Classes
    VersionSpecific
  60. type TagK7[F[_, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6] = F[A0,A1,A2,A3,A4,A5,A6] }]
    Definition Classes
    VersionSpecific
  61. type TagK8[F[_, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7] = F[A0,A1,A2,A3,A4,A5,A6,A7] }]
    Definition Classes
    VersionSpecific
  62. type TagK9[F[_, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8] }]
    Definition Classes
    VersionSpecific
  63. type TagKK[F[_, _]] = HKTag[AnyRef { type Arg[A, B] = F[A,B] }]
    Definition Classes
    VersionSpecific
  64. type Task[+A] = ZIO[Any, Throwable, A]
  65. type TaskLayer[+ROut] = ZLayer[Any, Throwable, ROut]
  66. type TaskManaged[+A] = ZManaged[Any, Throwable, A]
  67. type UIO[+A] = ZIO[Any, Nothing, A]
  68. type ULayer[+ROut] = ZLayer[Any, Nothing, ROut]
  69. type UManaged[+A] = ZManaged[Any, Nothing, A]
  70. type URIO[-R, +A] = ZIO[R, Nothing, A]
  71. type URLayer[-RIn, +ROut] = ZLayer[RIn, Nothing, ROut]
  72. type URManaged[-R, +A] = ZManaged[R, Nothing, A]
  73. type ZDequeue[-R, +E, +A] = ZQueue[Nothing, R, Any, E, Nothing, A]
  74. type ZEnqueue[-R, +E, -A] = ZQueue[R, Nothing, E, Any, A, Any]
  75. type ZEnv = Clock with Console with System with Random with Blocking
    Definition Classes
    PlatformSpecific

Deprecated Type Members

  1. type Tagged[A] = izumi.reflect.Tag[A]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use Tag

  2. type TaggedF[F[_]] = HKTag[AnyRef { type Arg[A] = F[A] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK

  3. type TaggedF10[F[_, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK10

  4. type TaggedF11[F[_, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK11

  5. type TaggedF12[F[_, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK12

  6. type TaggedF13[F[_, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK13

  7. type TaggedF14[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK14

  8. type TaggedF15[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK15

  9. type TaggedF16[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK16

  10. type TaggedF17[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK17

  11. type TaggedF18[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK18

  12. type TaggedF19[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK19

  13. type TaggedF2[F[_, _]] = HKTag[AnyRef { type Arg[A, B] = F[A,B] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagKK

  14. type TaggedF20[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK20

  15. type TaggedF21[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK21

  16. type TaggedF22[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK22

  17. type TaggedF3[F[_, _, _]] = HKTag[AnyRef { type Arg[A, B, C] = F[A,B,C] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK3

  18. type TaggedF4[F[_, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3] = F[A0,A1,A2,A3] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK4

  19. type TaggedF5[F[_, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4] = F[A0,A1,A2,A3,A4] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK5

  20. type TaggedF6[F[_, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5] = F[A0,A1,A2,A3,A4,A5] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK6

  21. type TaggedF7[F[_, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6] = F[A0,A1,A2,A3,A4,A5,A6] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK7

  22. type TaggedF8[F[_, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7] = F[A0,A1,A2,A3,A4,A5,A6,A7] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK8

  23. type TaggedF9[F[_, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK9

  24. type TypeTag = izumi.reflect.macrortti.LightTypeTag
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use LightTypeTag

Value Members

  1. val Hub: ZHub.type
  2. val Managed: ZManaged.type
  3. lazy val Tag: izumi.reflect.Tag.type
    Definition Classes
    VersionSpecific
  4. lazy val TagK: izumi.reflect.TagK.type
    Definition Classes
    VersionSpecific
  5. lazy val TagK3: izumi.reflect.TagK3.type
    Definition Classes
    VersionSpecific
  6. lazy val TagKK: izumi.reflect.TagKK.type
    Definition Classes
    VersionSpecific
  7. implicit def buildFromNothing[A, Collection[+Element] <: Iterable[Element] with IterableOps[A, Collection, _]]: BuildFrom[Collection[A], Nothing, Collection[Nothing]]
    Definition Classes
    BuildFromCompat

Deprecated Value Members

  1. def buildFromAny[Element, Collection[+Element] <: Iterable[Element] with IterableOps[Any, Collection, Any]]: BuildFrom[Collection[Any], Element, Collection[Element]]
    Definition Classes
    BuildFromCompat
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.6) Use BuildFrom.buildFromIterableOps or buildFromNothing instead

Inherited from VersionSpecific

Inherited from PlatformSpecific

Inherited from IntersectionTypeCompat

Inherited from FunctionToLayerOps

Inherited from EitherCompat

Inherited from BuildFromCompat

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../';
p

zio

package zio

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. zio
  2. VersionSpecific
  3. PlatformSpecific
  4. IntersectionTypeCompat
  5. FunctionToLayerOps
  6. EitherCompat
  7. BuildFromCompat
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package redis

Type Members

  1. type &[+A, +B] = A with B
    Definition Classes
    IntersectionTypeCompat
  2. type BuildFrom[-From, -A, +C] = scala.collection.BuildFrom[From, A, C]
    Definition Classes
    BuildFromCompat
  3. type Canceler[-R] = ZIO[R, Nothing, Any]
  4. type Dequeue[+A] = ZQueue[Nothing, Any, Any, Nothing, Nothing, A]
  5. type ERef[+E, A] = ZRef[E, E, A, A]
  6. type ERefM[+E, A] = ZRefM[Any, Any, E, E, A, A]
  7. type Enqueue[-A] = ZQueue[Any, Nothing, Nothing, Any, A, Any]
  8. implicit final class Function0ToLayerSyntax[A] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  9. implicit final class Function10ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  10. implicit final class Function11ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  11. implicit final class Function12ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  12. implicit final class Function13ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  13. implicit final class Function14ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  14. implicit final class Function15ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  15. implicit final class Function16ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  16. implicit final class Function17ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  17. implicit final class Function18ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  18. implicit final class Function19ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  19. implicit final class Function1ToLayerSyntax[A, B] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  20. implicit final class Function20ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  21. implicit final class Function21ToLayerSyntax[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  22. implicit final class Function2ToLayerSyntax[A, B, C] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  23. implicit final class Function3ToLayerSyntax[A, B, C, D] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  24. implicit final class Function4ToLayerSyntax[A, B, C, D, E] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  25. implicit final class Function5ToLayerSyntax[A, B, C, D, E, F] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  26. implicit final class Function6ToLayerSyntax[A, B, C, D, E, F, G] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  27. implicit final class Function7ToLayerSyntax[A, B, C, D, E, F, G, H] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  28. implicit final class Function8ToLayerSyntax[A, B, C, D, E, F, G, H, I] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  29. implicit final class Function9ToLayerSyntax[A, B, C, D, E, F, G, H, I, J] extends AnyRef
    Definition Classes
    FunctionToLayerOps
  30. type Hub[A] = ZHub[Any, Any, Nothing, Nothing, A, A]
  31. type IO[+E, +A] = ZIO[Any, E, A]
  32. type Layer[+E, +ROut] = ZLayer[Any, E, ROut]
  33. type LightTypeTag = izumi.reflect.macrortti.LightTypeTag
    Definition Classes
    VersionSpecific
  34. type Managed[+E, +A] = ZManaged[Any, E, A]
  35. type Queue[A] = ZQueue[Any, Any, Nothing, Nothing, A, A]
  36. type RIO[-R, +A] = ZIO[R, Throwable, A]
  37. type RLayer[-RIn, +ROut] = ZLayer[RIn, Throwable, ROut]
  38. type RManaged[-R, +A] = ZManaged[R, Throwable, A]
  39. type Ref[A] = ZRef[Nothing, Nothing, A, A]
  40. type RefM[A] = ZRefM[Any, Any, Nothing, Nothing, A, A]
  41. type Tag[A] = izumi.reflect.Tag[A]
    Definition Classes
    VersionSpecific
  42. type TagK[F[_]] = HKTag[AnyRef { type Arg[A] = F[A] }]
    Definition Classes
    VersionSpecific
  43. type TagK10[F[_, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9] }]
    Definition Classes
    VersionSpecific
  44. type TagK11[F[_, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10] }]
    Definition Classes
    VersionSpecific
  45. type TagK12[F[_, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11] }]
    Definition Classes
    VersionSpecific
  46. type TagK13[F[_, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12] }]
    Definition Classes
    VersionSpecific
  47. type TagK14[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13] }]
    Definition Classes
    VersionSpecific
  48. type TagK15[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14] }]
    Definition Classes
    VersionSpecific
  49. type TagK16[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15] }]
    Definition Classes
    VersionSpecific
  50. type TagK17[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16] }]
    Definition Classes
    VersionSpecific
  51. type TagK18[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17] }]
    Definition Classes
    VersionSpecific
  52. type TagK19[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18] }]
    Definition Classes
    VersionSpecific
  53. type TagK20[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19] }]
    Definition Classes
    VersionSpecific
  54. type TagK21[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20] }]
    Definition Classes
    VersionSpecific
  55. type TagK22[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21] }]
    Definition Classes
    VersionSpecific
  56. type TagK3[F[_, _, _]] = HKTag[AnyRef { type Arg[A, B, C] = F[A,B,C] }]
    Definition Classes
    VersionSpecific
  57. type TagK4[F[_, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3] = F[A0,A1,A2,A3] }]
    Definition Classes
    VersionSpecific
  58. type TagK5[F[_, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4] = F[A0,A1,A2,A3,A4] }]
    Definition Classes
    VersionSpecific
  59. type TagK6[F[_, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5] = F[A0,A1,A2,A3,A4,A5] }]
    Definition Classes
    VersionSpecific
  60. type TagK7[F[_, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6] = F[A0,A1,A2,A3,A4,A5,A6] }]
    Definition Classes
    VersionSpecific
  61. type TagK8[F[_, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7] = F[A0,A1,A2,A3,A4,A5,A6,A7] }]
    Definition Classes
    VersionSpecific
  62. type TagK9[F[_, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8] }]
    Definition Classes
    VersionSpecific
  63. type TagKK[F[_, _]] = HKTag[AnyRef { type Arg[A, B] = F[A,B] }]
    Definition Classes
    VersionSpecific
  64. type Task[+A] = ZIO[Any, Throwable, A]
  65. type TaskLayer[+ROut] = ZLayer[Any, Throwable, ROut]
  66. type TaskManaged[+A] = ZManaged[Any, Throwable, A]
  67. type UIO[+A] = ZIO[Any, Nothing, A]
  68. type ULayer[+ROut] = ZLayer[Any, Nothing, ROut]
  69. type UManaged[+A] = ZManaged[Any, Nothing, A]
  70. type URIO[-R, +A] = ZIO[R, Nothing, A]
  71. type URLayer[-RIn, +ROut] = ZLayer[RIn, Nothing, ROut]
  72. type URManaged[-R, +A] = ZManaged[R, Nothing, A]
  73. type ZDequeue[-R, +E, +A] = ZQueue[Nothing, R, Any, E, Nothing, A]
  74. type ZEnqueue[-R, +E, -A] = ZQueue[R, Nothing, E, Any, A, Any]
  75. type ZEnv = Clock with Console with System with Random with Blocking
    Definition Classes
    PlatformSpecific

Deprecated Type Members

  1. type Tagged[A] = izumi.reflect.Tag[A]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use Tag

  2. type TaggedF[F[_]] = HKTag[AnyRef { type Arg[A] = F[A] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK

  3. type TaggedF10[F[_, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK10

  4. type TaggedF11[F[_, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK11

  5. type TaggedF12[F[_, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK12

  6. type TaggedF13[F[_, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK13

  7. type TaggedF14[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK14

  8. type TaggedF15[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK15

  9. type TaggedF16[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK16

  10. type TaggedF17[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK17

  11. type TaggedF18[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK18

  12. type TaggedF19[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK19

  13. type TaggedF2[F[_, _]] = HKTag[AnyRef { type Arg[A, B] = F[A,B] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagKK

  14. type TaggedF20[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK20

  15. type TaggedF21[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK21

  16. type TaggedF22[F[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK22

  17. type TaggedF3[F[_, _, _]] = HKTag[AnyRef { type Arg[A, B, C] = F[A,B,C] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK3

  18. type TaggedF4[F[_, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3] = F[A0,A1,A2,A3] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK4

  19. type TaggedF5[F[_, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4] = F[A0,A1,A2,A3,A4] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK5

  20. type TaggedF6[F[_, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5] = F[A0,A1,A2,A3,A4,A5] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK6

  21. type TaggedF7[F[_, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6] = F[A0,A1,A2,A3,A4,A5,A6] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK7

  22. type TaggedF8[F[_, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7] = F[A0,A1,A2,A3,A4,A5,A6,A7] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK8

  23. type TaggedF9[F[_, _, _, _, _, _, _, _, _]] = HKTag[AnyRef { type Arg[A0, A1, A2, A3, A4, A5, A6, A7, A8] = F[A0,A1,A2,A3,A4,A5,A6,A7,A8] }]
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use TagK9

  24. type TypeTag = izumi.reflect.macrortti.LightTypeTag
    Definition Classes
    VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use LightTypeTag

Value Members

  1. val Hub: ZHub.type
  2. val Managed: ZManaged.type
  3. lazy val Tag: izumi.reflect.Tag.type
    Definition Classes
    VersionSpecific
  4. lazy val TagK: izumi.reflect.TagK.type
    Definition Classes
    VersionSpecific
  5. lazy val TagK3: izumi.reflect.TagK3.type
    Definition Classes
    VersionSpecific
  6. lazy val TagKK: izumi.reflect.TagKK.type
    Definition Classes
    VersionSpecific
  7. implicit def buildFromNothing[A, Collection[+Element] <: Iterable[Element] with IterableOps[A, Collection, _]]: BuildFrom[Collection[A], Nothing, Collection[Nothing]]
    Definition Classes
    BuildFromCompat

Deprecated Value Members

  1. def buildFromAny[Element, Collection[+Element] <: Iterable[Element] with IterableOps[Any, Collection, Any]]: BuildFrom[Collection[Any], Element, Collection[Element]]
    Definition Classes
    BuildFromCompat
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.6) Use BuildFrom.buildFromIterableOps or buildFromNothing instead

Inherited from VersionSpecific

Inherited from PlatformSpecific

Inherited from IntersectionTypeCompat

Inherited from FunctionToLayerOps

Inherited from EitherCompat

Inherited from BuildFromCompat

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/BuildInfo$.html b/api/zio/redis/BuildInfo$.html index 24af7322fe15f1285a7cbf27d3d4bad94b24e440..f49d4269451972420256f93a8b1489645913b325 100644 --- a/api/zio/redis/BuildInfo$.html +++ b/api/zio/redis/BuildInfo$.html @@ -1,2 +1,2 @@
o

zio.redis

BuildInfo

case object BuildInfo extends Product with Serializable

This object was generated by sbt-buildinfo.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuildInfo
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. val isSnapshot: Boolean

    The value is true.

  11. val name: String

    The value is "zio-redis".

  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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. val sbtVersion: String

    The value is "1.7.1".

  18. val scalaVersion: String

    The value is "2.13.8".

  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. val toString: String
    Definition Classes
    BuildInfo → AnyRef → Any
  21. val version: String

    The value is "0.0.0+1-5c5243ae-SNAPSHOT".

  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis

BuildInfo

case object BuildInfo extends Product with Serializable

This object was generated by sbt-buildinfo.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuildInfo
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. val isSnapshot: Boolean

    The value is true.

  11. val name: String

    The value is "zio-redis".

  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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. val sbtVersion: String

    The value is "1.7.1".

  18. val scalaVersion: String

    The value is "2.13.8".

  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. val toString: String
    Definition Classes
    BuildInfo → AnyRef → Any
  21. val version: String

    The value is "0.0.0+1-fa4aa2e0-SNAPSHOT".

  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$AbsTtlInput$.html b/api/zio/redis/Input$$AbsTtlInput$.html index a5beea0aa9e4b5f9f3bfc9eb9491d7b10a35cfdc..180dd685ac10532a4520a9eeede2e39ab4235b43 100644 --- a/api/zio/redis/Input$$AbsTtlInput$.html +++ b/api/zio/redis/Input$$AbsTtlInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

AbsTtlInput

case object AbsTtlInput extends Input[redis.AbsTtl] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbsTtlInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.AbsTtl): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.AbsTtl)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    AbsTtlInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.AbsTtl]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

AbsTtlInput

case object AbsTtlInput extends Input[redis.AbsTtl] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbsTtlInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.AbsTtl): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.AbsTtl)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    AbsTtlInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.AbsTtl]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$AddressInput$.html b/api/zio/redis/Input$$AddressInput$.html index b7e047bcb68e57400285dda0f0b16493518b857c..489d629ec41a34d29aa2336c8b3f1a7ee429c875 100644 --- a/api/zio/redis/Input$$AddressInput$.html +++ b/api/zio/redis/Input$$AddressInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

AddressInput

case object AddressInput extends Input[redis.Address] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddressInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Address): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Address)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    AddressInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Address]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

AddressInput

case object AddressInput extends Input[redis.Address] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddressInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Address): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Address)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    AddressInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Address]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$AggregateInput$.html b/api/zio/redis/Input$$AggregateInput$.html index 0965f1b7a0b86ea5fd2790f9a1c8e76a55d0862f..c372ff9be4de0ea1ae4ae0aed72bcdb0d1eda142 100644 --- a/api/zio/redis/Input$$AggregateInput$.html +++ b/api/zio/redis/Input$$AggregateInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

AggregateInput

case object AggregateInput extends Input[redis.Aggregate] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregateInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Aggregate): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Aggregate)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    AggregateInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Aggregate]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

AggregateInput

case object AggregateInput extends Input[redis.Aggregate] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregateInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Aggregate): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Aggregate)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    AggregateInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Aggregate]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$AlphaInput$.html b/api/zio/redis/Input$$AlphaInput$.html index c2c30066238d5cbf334aac7844cefcc2182585cf..f99dfbb52466fe514e849b745e8198387bb44d0e 100644 --- a/api/zio/redis/Input$$AlphaInput$.html +++ b/api/zio/redis/Input$$AlphaInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

AlphaInput

case object AlphaInput extends Input[redis.Alpha] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AlphaInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Alpha): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Alpha)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    AlphaInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Alpha]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

AlphaInput

case object AlphaInput extends Input[redis.Alpha] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AlphaInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Alpha): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Alpha)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    AlphaInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Alpha]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$ArbitraryInput.html b/api/zio/redis/Input$$ArbitraryInput.html index 2c3fe2afc8a54de0c1891993f62862e7057105e8..7a15ed3b6e9dc031d4c081d0c8ec5762a3c530ac 100644 --- a/api/zio/redis/Input$$ArbitraryInput.html +++ b/api/zio/redis/Input$$ArbitraryInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

ArbitraryInput

final case class ArbitraryInput[A]()(implicit evidence$2: Schema[A]) extends Input[A] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArbitraryInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ArbitraryInput()(implicit arg0: Schema[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => A): Input[B]
    Definition Classes
    Input
  7. def encode(data: A)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ArbitraryInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[A]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

ArbitraryInput

final case class ArbitraryInput[A]()(implicit evidence$2: Schema[A]) extends Input[A] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArbitraryInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ArbitraryInput()(implicit arg0: Schema[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => A): Input[B]
    Definition Classes
    Input
  7. def encode(data: A)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ArbitraryInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[A]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$AuthInput$.html b/api/zio/redis/Input$$AuthInput$.html index 238df8b25b76d834c5710a4e7fe98b16a4711b07..9602b3c389df8e87853bc66e31530846604e150b 100644 --- a/api/zio/redis/Input$$AuthInput$.html +++ b/api/zio/redis/Input$$AuthInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

AuthInput

case object AuthInput extends Input[redis.Auth] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Auth): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Auth)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    AuthInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Auth]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

AuthInput

case object AuthInput extends Input[redis.Auth] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Auth): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Auth)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    AuthInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Auth]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$BitFieldCommandInput$.html b/api/zio/redis/Input$$BitFieldCommandInput$.html index 3d9979b7a4597dc165270cf7d8121fcc558873e8..4e24800e856eaec0d36e2e6755ee84ad35d50498 100644 --- a/api/zio/redis/Input$$BitFieldCommandInput$.html +++ b/api/zio/redis/Input$$BitFieldCommandInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

BitFieldCommandInput

case object BitFieldCommandInput extends Input[redis.BitFieldCommand] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitFieldCommandInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.BitFieldCommand): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.BitFieldCommand)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    BitFieldCommandInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

BitFieldCommandInput

case object BitFieldCommandInput extends Input[redis.BitFieldCommand] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitFieldCommandInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.BitFieldCommand): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.BitFieldCommand)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    BitFieldCommandInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$BitOperationInput$.html b/api/zio/redis/Input$$BitOperationInput$.html index 474729c651b6e407eaad554a54e7f9b01a30343f..9981ef99792f4cacde1db47a1b85ad9ce1ec0bfa 100644 --- a/api/zio/redis/Input$$BitOperationInput$.html +++ b/api/zio/redis/Input$$BitOperationInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

BitOperationInput

case object BitOperationInput extends Input[redis.BitOperation] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitOperationInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.BitOperation): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.BitOperation)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    BitOperationInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.BitOperation]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

BitOperationInput

case object BitOperationInput extends Input[redis.BitOperation] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitOperationInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.BitOperation): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.BitOperation)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    BitOperationInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.BitOperation]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$BitPosRangeInput$.html b/api/zio/redis/Input$$BitPosRangeInput$.html index c784b9ffd1626ed9196dfaba468f798b71b0db7b..9cd5133f868c8f1f94668708edfa884278716503 100644 --- a/api/zio/redis/Input$$BitPosRangeInput$.html +++ b/api/zio/redis/Input$$BitPosRangeInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

BitPosRangeInput

case object BitPosRangeInput extends Input[redis.BitPosRange] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitPosRangeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.BitPosRange): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.BitPosRange)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    BitPosRangeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.BitPosRange]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

BitPosRangeInput

case object BitPosRangeInput extends Input[redis.BitPosRange] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitPosRangeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.BitPosRange): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.BitPosRange)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    BitPosRangeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.BitPosRange]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$BlockInput$.html b/api/zio/redis/Input$$BlockInput$.html index 18d6453c5bed8c15cb223020f23b61b1b63742f0..786e6df16925c29243768a43d6380d55142ba091 100644 --- a/api/zio/redis/Input$$BlockInput$.html +++ b/api/zio/redis/Input$$BlockInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

BlockInput

case object BlockInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    BlockInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

BlockInput

case object BlockInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    BlockInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$BoolInput$.html b/api/zio/redis/Input$$BoolInput$.html index 702b19fb664c74f522e9147efabc058e8f24ec1d..012bea668101e03aaa194bc8120ff94488149157 100644 --- a/api/zio/redis/Input$$BoolInput$.html +++ b/api/zio/redis/Input$$BoolInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

BoolInput

case object BoolInput extends Input[Boolean] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoolInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Boolean): Input[B]
    Definition Classes
    Input
  7. def encode(data: Boolean)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    BoolInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

BoolInput

case object BoolInput extends Input[Boolean] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoolInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Boolean): Input[B]
    Definition Classes
    Input
  7. def encode(data: Boolean)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    BoolInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$ByInput$.html b/api/zio/redis/Input$$ByInput$.html index 8c0a9ddff091d78cec17021cb8c38c2f06a7f26a..d4743ef1248d92d168727242215b70487f512bee 100644 --- a/api/zio/redis/Input$$ByInput$.html +++ b/api/zio/redis/Input$$ByInput$.html @@ -1,2 +1,2 @@

case object ByInput extends Input[String] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => String): Input[B]
    Definition Classes
    Input
  7. def encode(data: String)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ByInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[String]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

case object ByInput extends Input[String] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => String): Input[B]
    Definition Classes
    Input
  7. def encode(data: String)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ByInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[String]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$ByteInput$.html b/api/zio/redis/Input$$ByteInput$.html index 196ed47d900e6c03da8124cdc91eb02a6eb8288c..574e32c209b83af7e4e1165a1dfe37df89de74f6 100644 --- a/api/zio/redis/Input$$ByteInput$.html +++ b/api/zio/redis/Input$$ByteInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

ByteInput

case object ByteInput extends Input[Chunk[Byte]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Chunk[Byte]): Input[B]
    Definition Classes
    Input
  7. def encode(data: Chunk[Byte])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ByteInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Chunk[Byte]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

ByteInput

case object ByteInput extends Input[Chunk[Byte]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Chunk[Byte]): Input[B]
    Definition Classes
    Input
  7. def encode(data: Chunk[Byte])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ByteInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Chunk[Byte]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$ChangedInput$.html b/api/zio/redis/Input$$ChangedInput$.html index 2bd443ce3de10c2c4a94662a3dfbd0b3079cfc5e..81a2ad18d0f1f1aa887e87a4f6fecab70956e4e1 100644 --- a/api/zio/redis/Input$$ChangedInput$.html +++ b/api/zio/redis/Input$$ChangedInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

ChangedInput

case object ChangedInput extends Input[redis.Changed] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChangedInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Changed): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Changed)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ChangedInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Changed]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

ChangedInput

case object ChangedInput extends Input[redis.Changed] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChangedInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Changed): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Changed)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ChangedInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Changed]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$ClientKillInput$.html b/api/zio/redis/Input$$ClientKillInput$.html index d6208d26548ac3a52d3e6bdf155b9b8d49a4017a..263cb1af367c78d5ed9191eaee14857d79585251 100644 --- a/api/zio/redis/Input$$ClientKillInput$.html +++ b/api/zio/redis/Input$$ClientKillInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

ClientKillInput

case object ClientKillInput extends Input[redis.ClientKillFilter] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientKillInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.ClientKillFilter): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.ClientKillFilter)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ClientKillInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

ClientKillInput

case object ClientKillInput extends Input[redis.ClientKillFilter] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientKillInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.ClientKillFilter): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.ClientKillFilter)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ClientKillInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$ClientPauseModeInput$.html b/api/zio/redis/Input$$ClientPauseModeInput$.html index 76ca7900e293eeff125690fe78589b08d848711c..155b61e384a36595dd2df0cb60ca8ded893b8b24 100644 --- a/api/zio/redis/Input$$ClientPauseModeInput$.html +++ b/api/zio/redis/Input$$ClientPauseModeInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

ClientPauseModeInput

case object ClientPauseModeInput extends Input[redis.ClientPauseMode] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientPauseModeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.ClientPauseMode): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.ClientPauseMode)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ClientPauseModeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

ClientPauseModeInput

case object ClientPauseModeInput extends Input[redis.ClientPauseMode] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientPauseModeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.ClientPauseMode): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.ClientPauseMode)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ClientPauseModeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$ClientTrackingInput$.html b/api/zio/redis/Input$$ClientTrackingInput$.html index 5a8365631bdf64607c857598c31ef78f2be9b0c7..6f31562c3641df168ebfe30d8732141fc2cb7841 100644 --- a/api/zio/redis/Input$$ClientTrackingInput$.html +++ b/api/zio/redis/Input$$ClientTrackingInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

ClientTrackingInput

case object ClientTrackingInput extends Input[Option[(Option[Long], Option[redis.ClientTrackingMode], Boolean, Chunk[String])]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientTrackingInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Option[(Option[Long], Option[redis.ClientTrackingMode], Boolean, Chunk[String])]): Input[B]
    Definition Classes
    Input
  7. def encode(data: Option[(Option[Long], Option[redis.ClientTrackingMode], Boolean, Chunk[String])])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ClientTrackingInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

ClientTrackingInput

case object ClientTrackingInput extends Input[Option[(Option[Long], Option[redis.ClientTrackingMode], Boolean, Chunk[String])]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientTrackingInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Option[(Option[Long], Option[redis.ClientTrackingMode], Boolean, Chunk[String])]): Input[B]
    Definition Classes
    Input
  7. def encode(data: Option[(Option[Long], Option[redis.ClientTrackingMode], Boolean, Chunk[String])])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ClientTrackingInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$CopyInput$.html b/api/zio/redis/Input$$CopyInput$.html index 4c3c7f69ec410cfc6c0671ea2e90e40a409c8bf6..20d75913142a1bc64779d21071f8491eb9b18a7b 100644 --- a/api/zio/redis/Input$$CopyInput$.html +++ b/api/zio/redis/Input$$CopyInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

CopyInput

case object CopyInput extends Input[redis.Copy] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CopyInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Copy): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Copy)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    CopyInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Copy]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

CopyInput

case object CopyInput extends Input[redis.Copy] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CopyInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Copy): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Copy)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    CopyInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Copy]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$CountInput$.html b/api/zio/redis/Input$$CountInput$.html index 0ec58e3ab603e9e983414769d3e3526441febbb2..da91540db56915c2e96e4776530b1b2e0a4995a6 100644 --- a/api/zio/redis/Input$$CountInput$.html +++ b/api/zio/redis/Input$$CountInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

CountInput

case object CountInput extends Input[redis.Count] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CountInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Count): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Count)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    CountInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Count]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

CountInput

case object CountInput extends Input[redis.Count] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CountInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Count): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Count)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    CountInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Count]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$DoubleInput$.html b/api/zio/redis/Input$$DoubleInput$.html index 0c21ac23988d0b2070296ff784d6614910c691a3..bec338503e357bdf96527e46d0f436d8e57d5da1 100644 --- a/api/zio/redis/Input$$DoubleInput$.html +++ b/api/zio/redis/Input$$DoubleInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

DoubleInput

case object DoubleInput extends Input[Double] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoubleInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Double): Input[B]
    Definition Classes
    Input
  7. def encode(data: Double)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    DoubleInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Double]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

DoubleInput

case object DoubleInput extends Input[Double] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoubleInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Double): Input[B]
    Definition Classes
    Input
  7. def encode(data: Double)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    DoubleInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Double]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$DurationMillisecondsInput$.html b/api/zio/redis/Input$$DurationMillisecondsInput$.html index c8e09abb08ab3f39021bbc38bf8a3cf8e8b357ce..c2c6569db8bbd86bd9f18ab297e3f3101746628e 100644 --- a/api/zio/redis/Input$$DurationMillisecondsInput$.html +++ b/api/zio/redis/Input$$DurationMillisecondsInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

DurationMillisecondsInput

case object DurationMillisecondsInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DurationMillisecondsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    DurationMillisecondsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

DurationMillisecondsInput

case object DurationMillisecondsInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DurationMillisecondsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    DurationMillisecondsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$DurationSecondsInput$.html b/api/zio/redis/Input$$DurationSecondsInput$.html index 21136668aa81a259aa784861c8989f89b8a54195..d37be0e09e0e560688ab72839034228ac2758093 100644 --- a/api/zio/redis/Input$$DurationSecondsInput$.html +++ b/api/zio/redis/Input$$DurationSecondsInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

DurationSecondsInput

case object DurationSecondsInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DurationSecondsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    DurationSecondsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

DurationSecondsInput

case object DurationSecondsInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DurationSecondsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    DurationSecondsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$DurationTtlInput$.html b/api/zio/redis/Input$$DurationTtlInput$.html index 3e1e0b4a23f2b90209e497353c51552597bced31..109de197894cba68ea3c8d5c8bc641ad3e2ab0d1 100644 --- a/api/zio/redis/Input$$DurationTtlInput$.html +++ b/api/zio/redis/Input$$DurationTtlInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

DurationTtlInput

case object DurationTtlInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DurationTtlInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    DurationTtlInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

DurationTtlInput

case object DurationTtlInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DurationTtlInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    DurationTtlInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$EvalInput.html b/api/zio/redis/Input$$EvalInput.html index ed8d956db2621933fb2e3fbc0e6d7ccf3d2cc611..a82f91f7644a11af7fdc57f82325a3be8a67ab78 100644 --- a/api/zio/redis/Input$$EvalInput.html +++ b/api/zio/redis/Input$$EvalInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

EvalInput

final case class EvalInput[-K, -V](inputK: Input[K], inputV: Input[V]) extends Input[(String, Chunk[K], Chunk[V])] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EvalInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EvalInput(inputK: Input[K], inputV: Input[V])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => (String, Chunk[K], Chunk[V])): Input[B]
    Definition Classes
    Input
  7. def encode(data: (String, Chunk[K], Chunk[V]))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    EvalInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. val inputK: Input[K]
  11. val inputV: Input[V]
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(String, Chunk[K], Chunk[V])]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

EvalInput

final case class EvalInput[-K, -V](inputK: Input[K], inputV: Input[V]) extends Input[(String, Chunk[K], Chunk[V])] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EvalInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EvalInput(inputK: Input[K], inputV: Input[V])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => (String, Chunk[K], Chunk[V])): Input[B]
    Definition Classes
    Input
  7. def encode(data: (String, Chunk[K], Chunk[V]))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    EvalInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. val inputK: Input[K]
  11. val inputV: Input[V]
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(String, Chunk[K], Chunk[V])]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$FreqInput$.html b/api/zio/redis/Input$$FreqInput$.html index c010e7acc4a90a9cddf1a0cbbee3fea1e5e8e3f0..6fd835dbbe92237dd6ae06782386bf44c48d8ad0 100644 --- a/api/zio/redis/Input$$FreqInput$.html +++ b/api/zio/redis/Input$$FreqInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

FreqInput

case object FreqInput extends Input[redis.Freq] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FreqInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Freq): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Freq)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    FreqInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Freq]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

FreqInput

case object FreqInput extends Input[redis.Freq] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FreqInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Freq): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Freq)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    FreqInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Freq]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$GetExAtInput.html b/api/zio/redis/Input$$GetExAtInput.html index a1331220507e5e6b1b70be29ade663e0e839aa56..fe4b4282d42756caf5076ccf92fdb902de339d84 100644 --- a/api/zio/redis/Input$$GetExAtInput.html +++ b/api/zio/redis/Input$$GetExAtInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

GetExAtInput

final case class GetExAtInput[K]()(implicit evidence$21: Schema[K]) extends Input[(K, redis.ExpiredAt, Instant)] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetExAtInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GetExAtInput()(implicit arg0: Schema[K])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => (K, redis.ExpiredAt, Instant)): Input[B]
    Definition Classes
    Input
  7. def encode(data: (K, redis.ExpiredAt, Instant))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    GetExAtInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(K, redis.ExpiredAt, Instant)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

GetExAtInput

final case class GetExAtInput[K]()(implicit evidence$21: Schema[K]) extends Input[(K, redis.ExpiredAt, Instant)] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetExAtInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GetExAtInput()(implicit arg0: Schema[K])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => (K, redis.ExpiredAt, Instant)): Input[B]
    Definition Classes
    Input
  7. def encode(data: (K, redis.ExpiredAt, Instant))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    GetExAtInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(K, redis.ExpiredAt, Instant)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$GetExInput.html b/api/zio/redis/Input$$GetExInput.html index 6407d5f2a76ea0c40eb8ceb51f64bd5bde00b2d6..654ae0c8a375b7f16737843be9d15ac2797d630a 100644 --- a/api/zio/redis/Input$$GetExInput.html +++ b/api/zio/redis/Input$$GetExInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

GetExInput

final case class GetExInput[K]()(implicit evidence$20: Schema[K]) extends Input[(K, redis.Expire, Duration)] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetExInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GetExInput()(implicit arg0: Schema[K])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => (K, redis.Expire, Duration)): Input[B]
    Definition Classes
    Input
  7. def encode(data: (K, redis.Expire, Duration))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    GetExInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(K, redis.Expire, Duration)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

GetExInput

final case class GetExInput[K]()(implicit evidence$20: Schema[K]) extends Input[(K, redis.Expire, Duration)] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetExInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GetExInput()(implicit arg0: Schema[K])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => (K, redis.Expire, Duration)): Input[B]
    Definition Classes
    Input
  7. def encode(data: (K, redis.Expire, Duration))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    GetExInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(K, redis.Expire, Duration)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$GetExPersistInput.html b/api/zio/redis/Input$$GetExPersistInput.html index a33a6ab5f361a9b289a5f2303e06da0ae4a77541..a1f3b6d1ec5db51c5c52ee22156e05f1a31732ea 100644 --- a/api/zio/redis/Input$$GetExPersistInput.html +++ b/api/zio/redis/Input$$GetExPersistInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

GetExPersistInput

final case class GetExPersistInput[K]()(implicit evidence$19: Schema[K]) extends Input[(K, Boolean)] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetExPersistInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GetExPersistInput()(implicit arg0: Schema[K])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => (K, Boolean)): Input[B]
    Definition Classes
    Input
  7. def encode(data: (K, Boolean))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    GetExPersistInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(K, Boolean)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

GetExPersistInput

final case class GetExPersistInput[K]()(implicit evidence$19: Schema[K]) extends Input[(K, Boolean)] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetExPersistInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GetExPersistInput()(implicit arg0: Schema[K])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => (K, Boolean)): Input[B]
    Definition Classes
    Input
  7. def encode(data: (K, Boolean))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    GetExPersistInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(K, Boolean)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$GetInput$.html b/api/zio/redis/Input$$GetInput$.html index 02ef86b65d37984caeab0feddba24ebe48c2dbe4..6eea3be29a5ce2f6585f193b232fa013f3dcc523 100644 --- a/api/zio/redis/Input$$GetInput$.html +++ b/api/zio/redis/Input$$GetInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

GetInput

case object GetInput extends Input[String] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => String): Input[B]
    Definition Classes
    Input
  7. def encode(data: String)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    GetInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[String]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

GetInput

case object GetInput extends Input[String] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => String): Input[B]
    Definition Classes
    Input
  7. def encode(data: String)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    GetInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[String]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$IdInput$.html b/api/zio/redis/Input$$IdInput$.html index d64bdf296f387a4828f206539326721d37014e11..bc57023ba4fa602814428a4b1978f95031625b7f 100644 --- a/api/zio/redis/Input$$IdInput$.html +++ b/api/zio/redis/Input$$IdInput$.html @@ -1,2 +1,2 @@

case object IdInput extends Input[Long] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Long): Input[B]
    Definition Classes
    Input
  7. def encode(data: Long)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    IdInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

case object IdInput extends Input[Long] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Long): Input[B]
    Definition Classes
    Input
  7. def encode(data: Long)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    IdInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$IdleInput$.html b/api/zio/redis/Input$$IdleInput$.html index 98a98f74e36bde5e0664030feeaf17e565bc29d9..5ea9fe818b9f6e24fd3e18a928f9205670dd3bd5 100644 --- a/api/zio/redis/Input$$IdleInput$.html +++ b/api/zio/redis/Input$$IdleInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

IdleInput

case object IdleInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdleInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    IdleInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

IdleInput

case object IdleInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdleInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    IdleInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$IdleTimeInput$.html b/api/zio/redis/Input$$IdleTimeInput$.html index 06e8b022a3cfdaaa17a2ee2d85dea3009b02fec6..3adb3960c29a842cc6179ec9cdf27adb88a32689 100644 --- a/api/zio/redis/Input$$IdleTimeInput$.html +++ b/api/zio/redis/Input$$IdleTimeInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

IdleTimeInput

case object IdleTimeInput extends Input[redis.IdleTime] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdleTimeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.IdleTime): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.IdleTime)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    IdleTimeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.IdleTime]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

IdleTimeInput

case object IdleTimeInput extends Input[redis.IdleTime] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdleTimeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.IdleTime): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.IdleTime)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    IdleTimeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.IdleTime]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$IncrementInput$.html b/api/zio/redis/Input$$IncrementInput$.html index 578372c6251af5637fe6b151f36a5bb3c6255b30..93f831a4c4dc56893099c0ad688430d86a332df6 100644 --- a/api/zio/redis/Input$$IncrementInput$.html +++ b/api/zio/redis/Input$$IncrementInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

IncrementInput

case object IncrementInput extends Input[redis.Increment] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IncrementInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Increment): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Increment)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    IncrementInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Increment]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

IncrementInput

case object IncrementInput extends Input[redis.Increment] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IncrementInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Increment): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Increment)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    IncrementInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Increment]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$KeepTtlInput$.html b/api/zio/redis/Input$$KeepTtlInput$.html index 5abbd2d0711e708aeb721c3eb73827e8fb745861..5bc9896d99a876147e540a7f64fdf6aca471aba5 100644 --- a/api/zio/redis/Input$$KeepTtlInput$.html +++ b/api/zio/redis/Input$$KeepTtlInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

KeepTtlInput

case object KeepTtlInput extends Input[redis.KeepTtl] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeepTtlInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.KeepTtl): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.KeepTtl)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    KeepTtlInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.KeepTtl]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

KeepTtlInput

case object KeepTtlInput extends Input[redis.KeepTtl] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeepTtlInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.KeepTtl): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.KeepTtl)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    KeepTtlInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.KeepTtl]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$LimitInput$.html b/api/zio/redis/Input$$LimitInput$.html index ea166fd5f56bb002b1f9118d3de6238e679528ff..7ffc5a85890f98bcc7c18c4e559e9b81bfedcba7 100644 --- a/api/zio/redis/Input$$LimitInput$.html +++ b/api/zio/redis/Input$$LimitInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

LimitInput

case object LimitInput extends Input[redis.Limit] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LimitInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Limit): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Limit)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    LimitInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Limit]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

LimitInput

case object LimitInput extends Input[redis.Limit] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LimitInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Limit): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Limit)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    LimitInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Limit]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$ListMaxLenInput$.html b/api/zio/redis/Input$$ListMaxLenInput$.html index 984146a8d9cd54fb6f00752334017a9e6f339c01..f3b4b497816374d10ca146e8699ea5f8e94e8737 100644 --- a/api/zio/redis/Input$$ListMaxLenInput$.html +++ b/api/zio/redis/Input$$ListMaxLenInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

ListMaxLenInput

case object ListMaxLenInput extends Input[redis.ListMaxLen] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListMaxLenInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.ListMaxLen): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.ListMaxLen)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ListMaxLenInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.ListMaxLen]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

ListMaxLenInput

case object ListMaxLenInput extends Input[redis.ListMaxLen] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListMaxLenInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.ListMaxLen): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.ListMaxLen)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ListMaxLenInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.ListMaxLen]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$LongInput$.html b/api/zio/redis/Input$$LongInput$.html index 097055fc3a1f40ff9d958dee236d554e87c1db14..8e24f66bf8997befd4f4be759524ac171bc2ddac 100644 --- a/api/zio/redis/Input$$LongInput$.html +++ b/api/zio/redis/Input$$LongInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

LongInput

case object LongInput extends Input[Long] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Long): Input[B]
    Definition Classes
    Input
  7. def encode(data: Long)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    LongInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

LongInput

case object LongInput extends Input[Long] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Long): Input[B]
    Definition Classes
    Input
  7. def encode(data: Long)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    LongInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$LongLatInput$.html b/api/zio/redis/Input$$LongLatInput$.html index 57ca4d1ac9f70ea9370a91730efe1eb7e21fd445..c39d1be63624586fc0e943b7d05aee30f346816c 100644 --- a/api/zio/redis/Input$$LongLatInput$.html +++ b/api/zio/redis/Input$$LongLatInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

LongLatInput

case object LongLatInput extends Input[redis.LongLat] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongLatInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.LongLat): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.LongLat)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    LongLatInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.LongLat]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

LongLatInput

case object LongLatInput extends Input[redis.LongLat] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongLatInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.LongLat): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.LongLat)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    LongLatInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.LongLat]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$MemberScoreInput.html b/api/zio/redis/Input$$MemberScoreInput.html index f05b3bcef16d908b68eea83c3bcaf1c2b3b47d44..816c0fb10c5b154969d6237b7f1f5dd7e16304ed 100644 --- a/api/zio/redis/Input$$MemberScoreInput.html +++ b/api/zio/redis/Input$$MemberScoreInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

MemberScoreInput

final case class MemberScoreInput[M]()(implicit evidence$1: Schema[M]) extends Input[redis.MemberScore[M]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemberScoreInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MemberScoreInput()(implicit arg0: Schema[M])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.MemberScore[M]): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.MemberScore[M])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    MemberScoreInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.MemberScore[M]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

MemberScoreInput

final case class MemberScoreInput[M]()(implicit evidence$1: Schema[M]) extends Input[redis.MemberScore[M]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemberScoreInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MemberScoreInput()(implicit arg0: Schema[M])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.MemberScore[M]): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.MemberScore[M])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    MemberScoreInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.MemberScore[M]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$NoAckInput$.html b/api/zio/redis/Input$$NoAckInput$.html index 308a8dbc07fa98efaa47d7b0c20da2d98c925f9e..60e9c4b0ca79c85cb27f156c99c5917859822d14 100644 --- a/api/zio/redis/Input$$NoAckInput$.html +++ b/api/zio/redis/Input$$NoAckInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

NoAckInput

case object NoAckInput extends Input[redis.NoAck] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoAckInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.NoAck): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.NoAck)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    NoAckInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.NoAck]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

NoAckInput

case object NoAckInput extends Input[redis.NoAck] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoAckInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.NoAck): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.NoAck)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    NoAckInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.NoAck]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$NoInput$.html b/api/zio/redis/Input$$NoInput$.html index 2eb8be5e9158771bc4a123c2a810ea201e4efd48..62b2de2d7dc743cb42841071afb46c7fcd24294b 100644 --- a/api/zio/redis/Input$$NoInput$.html +++ b/api/zio/redis/Input$$NoInput$.html @@ -1,2 +1,2 @@

case object NoInput extends Input[Unit] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Unit): Input[B]
    Definition Classes
    Input
  7. def encode(data: Unit)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    NoInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

case object NoInput extends Input[Unit] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Unit): Input[B]
    Definition Classes
    Input
  7. def encode(data: Unit)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    NoInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$NonEmptyList.html b/api/zio/redis/Input$$NonEmptyList.html index b21a4e5c08bb69ce1da5ea46ba4030a1450b8286..20b1db8ea6a804fc30bfd0996423b7422cea1ad4 100644 --- a/api/zio/redis/Input$$NonEmptyList.html +++ b/api/zio/redis/Input$$NonEmptyList.html @@ -1,2 +1,2 @@
c

zio.redis.Input

NonEmptyList

final case class NonEmptyList[-A](input: Input[A]) extends Input[(A, List[A])] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonEmptyList
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NonEmptyList(input: Input[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => (A, List[A])): Input[B]
    Definition Classes
    Input
  7. def encode(data: (A, List[A]))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    NonEmptyListInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. val input: Input[A]
  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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, List[A])]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

NonEmptyList

final case class NonEmptyList[-A](input: Input[A]) extends Input[(A, List[A])] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonEmptyList
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NonEmptyList(input: Input[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => (A, List[A])): Input[B]
    Definition Classes
    Input
  7. def encode(data: (A, List[A]))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    NonEmptyListInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. val input: Input[A]
  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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, List[A])]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$OptionalInput.html b/api/zio/redis/Input$$OptionalInput.html index 4db5c6b07e57b5cc0cdf830930405e063f8334f0..91c81b2527b4d006e8542b3230300551dcae0f7d 100644 --- a/api/zio/redis/Input$$OptionalInput.html +++ b/api/zio/redis/Input$$OptionalInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

OptionalInput

final case class OptionalInput[-A](a: Input[A]) extends Input[Option[A]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptionalInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new OptionalInput(a: Input[A])

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. val 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 contramap[B](f: (B) => Option[A]): Input[B]
    Definition Classes
    Input
  8. def encode(data: Option[A])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    OptionalInputInput
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Option[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

OptionalInput

final case class OptionalInput[-A](a: Input[A]) extends Input[Option[A]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptionalInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new OptionalInput(a: Input[A])

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. val 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 contramap[B](f: (B) => Option[A]): Input[B]
    Definition Classes
    Input
  8. def encode(data: Option[A])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    OptionalInputInput
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Option[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$OrderInput$.html b/api/zio/redis/Input$$OrderInput$.html index e141f736e4ea6427a4c82d37c33bf7c440741b3a..1bbd905ddf1fb778760057a2fdd6d214d503c910 100644 --- a/api/zio/redis/Input$$OrderInput$.html +++ b/api/zio/redis/Input$$OrderInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

OrderInput

case object OrderInput extends Input[redis.Order] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrderInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Order): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Order)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    OrderInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Order]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

OrderInput

case object OrderInput extends Input[redis.Order] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrderInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Order): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Order)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    OrderInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Order]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$PatternInput$.html b/api/zio/redis/Input$$PatternInput$.html index e02f72420df91c6ff24a54acddfb2df761bb1150..51464a32ca6b985f8159ceaeaff8474c3694387f 100644 --- a/api/zio/redis/Input$$PatternInput$.html +++ b/api/zio/redis/Input$$PatternInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

PatternInput

case object PatternInput extends Input[redis.Pattern] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PatternInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Pattern): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Pattern)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    PatternInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Pattern]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

PatternInput

case object PatternInput extends Input[redis.Pattern] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PatternInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Pattern): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Pattern)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    PatternInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Pattern]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$PositionInput$.html b/api/zio/redis/Input$$PositionInput$.html index f888111b0fd96a43a7ff6eade7e00ee27e4cf92a..24c9e3eac74211a3c4c14f603756d211e9906d58 100644 --- a/api/zio/redis/Input$$PositionInput$.html +++ b/api/zio/redis/Input$$PositionInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

PositionInput

case object PositionInput extends Input[redis.Position] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PositionInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Position): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Position)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    PositionInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Position]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

PositionInput

case object PositionInput extends Input[redis.Position] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PositionInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Position): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Position)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    PositionInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Position]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$RadiusUnitInput$.html b/api/zio/redis/Input$$RadiusUnitInput$.html index 11b0a74db0d13b4be2dd481b1d2272c9e168d24b..12d11eb154aa68c36b2dc8792977d37b65073c2f 100644 --- a/api/zio/redis/Input$$RadiusUnitInput$.html +++ b/api/zio/redis/Input$$RadiusUnitInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

RadiusUnitInput

case object RadiusUnitInput extends Input[redis.RadiusUnit] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RadiusUnitInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.RadiusUnit): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.RadiusUnit)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    RadiusUnitInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.RadiusUnit]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

RadiusUnitInput

case object RadiusUnitInput extends Input[redis.RadiusUnit] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RadiusUnitInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.RadiusUnit): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.RadiusUnit)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    RadiusUnitInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.RadiusUnit]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$RangeInput$.html b/api/zio/redis/Input$$RangeInput$.html index 5cffe43d3cbc5ec7082a4a07c71dae907a096533..8fdd9f9f929f9aa932aa756fcb3a72634e208905 100644 --- a/api/zio/redis/Input$$RangeInput$.html +++ b/api/zio/redis/Input$$RangeInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

RangeInput

case object RangeInput extends Input[Range] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RangeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Range): Input[B]
    Definition Classes
    Input
  7. def encode(data: Range)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    RangeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Range]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

RangeInput

case object RangeInput extends Input[Range] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RangeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Range): Input[B]
    Definition Classes
    Input
  7. def encode(data: Range)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    RangeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Range]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$RankInput$.html b/api/zio/redis/Input$$RankInput$.html index 50fae13906e5d4951772529507ba12818b4ac934..3ae6d630f6fb2f9cc24085bdea5d6248a1dbd750 100644 --- a/api/zio/redis/Input$$RankInput$.html +++ b/api/zio/redis/Input$$RankInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

RankInput

case object RankInput extends Input[redis.Rank] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RankInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Rank): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Rank)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    RankInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Rank]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

RankInput

case object RankInput extends Input[redis.Rank] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RankInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Rank): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Rank)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    RankInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Rank]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$RedisTypeInput$.html b/api/zio/redis/Input$$RedisTypeInput$.html index 76927aecc1de6388a09759e7bc52e1b49757fc7d..ea24f24979a3be2011294048bba630cccfbd222f 100644 --- a/api/zio/redis/Input$$RedisTypeInput$.html +++ b/api/zio/redis/Input$$RedisTypeInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

RedisTypeInput

case object RedisTypeInput extends Input[redis.RedisType] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RedisTypeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.RedisType): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.RedisType)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    RedisTypeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.RedisType]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

RedisTypeInput

case object RedisTypeInput extends Input[redis.RedisType] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RedisTypeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.RedisType): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.RedisType)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    RedisTypeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.RedisType]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$ReplaceInput$.html b/api/zio/redis/Input$$ReplaceInput$.html index 345846065844d2267cdc9d252cf59d71b8fc9995..ab53d08f767d0572c2a0b22dce9d903f08859bed 100644 --- a/api/zio/redis/Input$$ReplaceInput$.html +++ b/api/zio/redis/Input$$ReplaceInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

ReplaceInput

case object ReplaceInput extends Input[redis.Replace] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplaceInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Replace): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Replace)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ReplaceInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Replace]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

ReplaceInput

case object ReplaceInput extends Input[redis.Replace] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplaceInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Replace): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Replace)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ReplaceInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Replace]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$RetryCountInput$.html b/api/zio/redis/Input$$RetryCountInput$.html index 0ae1af2acbd4a302b666c6a90ce2b8654fe04782..e80919f99572bb5807092d4440a8905cc2ef4de4 100644 --- a/api/zio/redis/Input$$RetryCountInput$.html +++ b/api/zio/redis/Input$$RetryCountInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

RetryCountInput

case object RetryCountInput extends Input[Long] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RetryCountInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Long): Input[B]
    Definition Classes
    Input
  7. def encode(data: Long)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    RetryCountInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

RetryCountInput

case object RetryCountInput extends Input[Long] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RetryCountInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Long): Input[B]
    Definition Classes
    Input
  7. def encode(data: Long)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    RetryCountInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$ScriptDebugInput$.html b/api/zio/redis/Input$$ScriptDebugInput$.html index c3b58aff53fe137973cd15d5db8a2c11a22ffd37..16e861b9af24873ee97fca9cd60bd612de2474bc 100644 --- a/api/zio/redis/Input$$ScriptDebugInput$.html +++ b/api/zio/redis/Input$$ScriptDebugInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

ScriptDebugInput

case object ScriptDebugInput extends Input[redis.DebugMode] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScriptDebugInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.DebugMode): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.DebugMode)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ScriptDebugInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.DebugMode]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

ScriptDebugInput

case object ScriptDebugInput extends Input[redis.DebugMode] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScriptDebugInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.DebugMode): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.DebugMode)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    ScriptDebugInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.DebugMode]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$SideInput$.html b/api/zio/redis/Input$$SideInput$.html index f16591b088c52145d9e58a3642de59868bfddf76..6378aa326577103ae9e6ea2d4bc0f15164852da5 100644 --- a/api/zio/redis/Input$$SideInput$.html +++ b/api/zio/redis/Input$$SideInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

SideInput

case object SideInput extends Input[redis.Side] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SideInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Side): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Side)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    SideInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Side]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

SideInput

case object SideInput extends Input[redis.Side] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SideInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Side): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Side)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    SideInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Side]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$StoreDistInput$.html b/api/zio/redis/Input$$StoreDistInput$.html index e80f6001d0dced02bc69a487558b97b30e4dafde..2e9623e65728f8f1732763887efacb075494b975 100644 --- a/api/zio/redis/Input$$StoreDistInput$.html +++ b/api/zio/redis/Input$$StoreDistInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

StoreDistInput

case object StoreDistInput extends Input[redis.StoreDist] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StoreDistInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.StoreDist): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.StoreDist)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StoreDistInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.StoreDist]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

StoreDistInput

case object StoreDistInput extends Input[redis.StoreDist] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StoreDistInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.StoreDist): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.StoreDist)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StoreDistInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.StoreDist]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$StoreInput$.html b/api/zio/redis/Input$$StoreInput$.html index eee7da47226b6e5cdaa8c2abec8ae0bc9e0c2572..e07be69b69ecf11fd5b8e098976ad8446b8044e5 100644 --- a/api/zio/redis/Input$$StoreInput$.html +++ b/api/zio/redis/Input$$StoreInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

StoreInput

case object StoreInput extends Input[redis.Store] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StoreInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Store): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Store)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StoreInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Store]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

StoreInput

case object StoreInput extends Input[redis.Store] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StoreInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Store): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Store)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StoreInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Store]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$StralgoLcsQueryTypeInput$.html b/api/zio/redis/Input$$StralgoLcsQueryTypeInput$.html index dbf16ba62677397d00ab6cb41895061a4fe86fbb..1320d3ca043760d614b43e3a0b7b661269bd9802 100644 --- a/api/zio/redis/Input$$StralgoLcsQueryTypeInput$.html +++ b/api/zio/redis/Input$$StralgoLcsQueryTypeInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

StralgoLcsQueryTypeInput

case object StralgoLcsQueryTypeInput extends Input[redis.StrAlgoLcsQueryType] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StralgoLcsQueryTypeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.StrAlgoLcsQueryType): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.StrAlgoLcsQueryType)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StralgoLcsQueryTypeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

StralgoLcsQueryTypeInput

case object StralgoLcsQueryTypeInput extends Input[redis.StrAlgoLcsQueryType] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StralgoLcsQueryTypeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.StrAlgoLcsQueryType): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.StrAlgoLcsQueryType)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StralgoLcsQueryTypeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$StreamMaxLenInput$.html b/api/zio/redis/Input$$StreamMaxLenInput$.html index e23e762830596ed0a4fb1a6eb6dc346b9d1bd593..4dc2526a057a37406e0447cd48d2ebcfd99c3414 100644 --- a/api/zio/redis/Input$$StreamMaxLenInput$.html +++ b/api/zio/redis/Input$$StreamMaxLenInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

StreamMaxLenInput

case object StreamMaxLenInput extends Input[redis.StreamMaxLen] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamMaxLenInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.StreamMaxLen): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.StreamMaxLen)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StreamMaxLenInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.StreamMaxLen]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

StreamMaxLenInput

case object StreamMaxLenInput extends Input[redis.StreamMaxLen] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamMaxLenInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.StreamMaxLen): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.StreamMaxLen)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StreamMaxLenInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.StreamMaxLen]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$StreamsInput.html b/api/zio/redis/Input$$StreamsInput.html index 3f4589ff241a470aa558ab441595217056ed2e89..1c628917c01103a154f7d8017d96d59b6d3774e3 100644 --- a/api/zio/redis/Input$$StreamsInput.html +++ b/api/zio/redis/Input$$StreamsInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

StreamsInput

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

Linear Supertypes
Serializable, Product, Equals, Input[((K, V), Chunk[(K, V)])], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StreamsInput()(implicit arg0: Schema[K], arg1: Schema[V])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => ((K, V), Chunk[(K, V)])): Input[B]
    Definition Classes
    Input
  7. def encode(data: ((K, V), Chunk[(K, V)]))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StreamsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[((K, V), Chunk[(K, V)])]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

StreamsInput

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

Linear Supertypes
Serializable, Product, Equals, Input[((K, V), Chunk[(K, V)])], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StreamsInput()(implicit arg0: Schema[K], arg1: Schema[V])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => ((K, V), Chunk[(K, V)])): Input[B]
    Definition Classes
    Input
  7. def encode(data: ((K, V), Chunk[(K, V)]))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StreamsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[((K, V), Chunk[(K, V)])]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$StringInput$.html b/api/zio/redis/Input$$StringInput$.html index 5ffb88d67b3ccd8732d735038e5f0c7f143451cf..b391d035088a8373659a501b5460d6f89133320a 100644 --- a/api/zio/redis/Input$$StringInput$.html +++ b/api/zio/redis/Input$$StringInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

StringInput

case object StringInput extends Input[String] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => String): Input[B]
    Definition Classes
    Input
  7. def encode(data: String)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StringInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[String]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

StringInput

case object StringInput extends Input[String] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => String): Input[B]
    Definition Classes
    Input
  7. def encode(data: String)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    StringInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[String]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$TimeInput$.html b/api/zio/redis/Input$$TimeInput$.html index 1cdc6b45cba9abab67b21cb37666d4a26cb26038..e9750a4cf47c987200141d256ed8f66f7977cd64 100644 --- a/api/zio/redis/Input$$TimeInput$.html +++ b/api/zio/redis/Input$$TimeInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

TimeInput

case object TimeInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    TimeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

TimeInput

case object TimeInput extends Input[Duration] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Duration): Input[B]
    Definition Classes
    Input
  7. def encode(data: Duration)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    TimeInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Duration]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$TimeMillisecondsInput$.html b/api/zio/redis/Input$$TimeMillisecondsInput$.html index 570b3bc8cc3ca74be0e8df61892915d544087200..9e88d41ac0cbb919acf1d664e2f227274a7c7227 100644 --- a/api/zio/redis/Input$$TimeMillisecondsInput$.html +++ b/api/zio/redis/Input$$TimeMillisecondsInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

TimeMillisecondsInput

case object TimeMillisecondsInput extends Input[Instant] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeMillisecondsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Instant): Input[B]
    Definition Classes
    Input
  7. def encode(data: Instant)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    TimeMillisecondsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Instant]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

TimeMillisecondsInput

case object TimeMillisecondsInput extends Input[Instant] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeMillisecondsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Instant): Input[B]
    Definition Classes
    Input
  7. def encode(data: Instant)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    TimeMillisecondsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Instant]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$TimeSecondsInput$.html b/api/zio/redis/Input$$TimeSecondsInput$.html index a374dec320970e806fa80c9017104d91306b96cb..b322ec6fd8d148234ad4d4d1af811ebd00cdfa75 100644 --- a/api/zio/redis/Input$$TimeSecondsInput$.html +++ b/api/zio/redis/Input$$TimeSecondsInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

TimeSecondsInput

case object TimeSecondsInput extends Input[Instant] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeSecondsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Instant): Input[B]
    Definition Classes
    Input
  7. def encode(data: Instant)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    TimeSecondsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Instant]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

TimeSecondsInput

case object TimeSecondsInput extends Input[Instant] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeSecondsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Instant): Input[B]
    Definition Classes
    Input
  7. def encode(data: Instant)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    TimeSecondsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Instant]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$Tuple10.html b/api/zio/redis/Input$$Tuple10.html index 8ccf7496ccbf2e26d9bca2299027f415dea554d4..7386ec6b751d9c1e40a2f52058ee62a5c4760a7c 100644 --- a/api/zio/redis/Input$$Tuple10.html +++ b/api/zio/redis/Input$$Tuple10.html @@ -1,2 +1,2 @@

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E, F, G, H, I, J)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple10
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple10(_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])

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. val _1: Input[A]
  5. val _10: Input[J]
  6. val _2: Input[B]
  7. val _3: Input[C]
  8. val _4: Input[D]
  9. val _5: Input[E]
  10. val _6: Input[F]
  11. val _7: Input[G]
  12. val _8: Input[H]
  13. val _9: Input[I]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  16. final def contramap[B](f: (B) => (A, B, C, D, E, F, G, H, I, J)): Input[B]
    Definition Classes
    Input
  17. def encode(data: (A, B, C, D, E, F, G, H, I, J))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple10Input
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E, F, G, H, I, J)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E, F, G, H, I, J)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple10
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple10(_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])

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. val _1: Input[A]
  5. val _10: Input[J]
  6. val _2: Input[B]
  7. val _3: Input[C]
  8. val _4: Input[D]
  9. val _5: Input[E]
  10. val _6: Input[F]
  11. val _7: Input[G]
  12. val _8: Input[H]
  13. val _9: Input[I]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  16. final def contramap[B](f: (B) => (A, B, C, D, E, F, G, H, I, J)): Input[B]
    Definition Classes
    Input
  17. def encode(data: (A, B, C, D, E, F, G, H, I, J))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple10Input
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E, F, G, H, I, J)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$Tuple11.html b/api/zio/redis/Input$$Tuple11.html index 9e72be7142b3121a952a1427e62b124c0d04872c..68113570ee1b5db3179feda744c05cf653da9031 100644 --- a/api/zio/redis/Input$$Tuple11.html +++ b/api/zio/redis/Input$$Tuple11.html @@ -1,2 +1,2 @@

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E, F, G, H, I, J, K)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple11
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple11(_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])

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. val _1: Input[A]
  5. val _10: Input[J]
  6. val _11: Input[K]
  7. val _2: Input[B]
  8. val _3: Input[C]
  9. val _4: Input[D]
  10. val _5: Input[E]
  11. val _6: Input[F]
  12. val _7: Input[G]
  13. val _8: Input[H]
  14. val _9: Input[I]
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  17. final def contramap[B](f: (B) => (A, B, C, D, E, F, G, H, I, J, K)): Input[B]
    Definition Classes
    Input
  18. def encode(data: (A, B, C, D, E, F, G, H, I, J, K))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple11Input
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E, F, G, H, I, J, K)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E, F, G, H, I, J, K)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple11
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple11(_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])

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. val _1: Input[A]
  5. val _10: Input[J]
  6. val _11: Input[K]
  7. val _2: Input[B]
  8. val _3: Input[C]
  9. val _4: Input[D]
  10. val _5: Input[E]
  11. val _6: Input[F]
  12. val _7: Input[G]
  13. val _8: Input[H]
  14. val _9: Input[I]
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  17. final def contramap[B](f: (B) => (A, B, C, D, E, F, G, H, I, J, K)): Input[B]
    Definition Classes
    Input
  18. def encode(data: (A, B, C, D, E, F, G, H, I, J, K))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple11Input
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E, F, G, H, I, J, K)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$Tuple2.html b/api/zio/redis/Input$$Tuple2.html index 66e1ef0402354e14d29708600d916316b89f8c91..18e4aa643fea843c762e91d783cfb148da4cec06 100644 --- a/api/zio/redis/Input$$Tuple2.html +++ b/api/zio/redis/Input$$Tuple2.html @@ -1,2 +1,2 @@

final case class Tuple2[-A, -B](_1: Input[A], _2: Input[B]) extends Input[(A, B)] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple2
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple2(_1: Input[A], _2: Input[B])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def contramap[B](f: (B) => (A, B)): Input[B]
    Definition Classes
    Input
  9. def encode(data: (A, B))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple2Input
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

final case class Tuple2[-A, -B](_1: Input[A], _2: Input[B]) extends Input[(A, B)] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple2
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple2(_1: Input[A], _2: Input[B])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def contramap[B](f: (B) => (A, B)): Input[B]
    Definition Classes
    Input
  9. def encode(data: (A, B))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple2Input
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$Tuple3.html b/api/zio/redis/Input$$Tuple3.html index a393b1e89d3ffb8e9e800f7fde156922f208c311..0230cb7eade2d4892226124864924b377dbe54c1 100644 --- a/api/zio/redis/Input$$Tuple3.html +++ b/api/zio/redis/Input$$Tuple3.html @@ -1,2 +1,2 @@

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple3
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple3(_1: Input[A], _2: Input[B], _3: Input[C])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. final def contramap[B](f: (B) => (A, B, C)): Input[B]
    Definition Classes
    Input
  10. def encode(data: (A, B, C))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple3Input
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple3
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple3(_1: Input[A], _2: Input[B], _3: Input[C])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. final def contramap[B](f: (B) => (A, B, C)): Input[B]
    Definition Classes
    Input
  10. def encode(data: (A, B, C))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple3Input
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$Tuple4.html b/api/zio/redis/Input$$Tuple4.html index b0858f8a6d92844db3a40b5f1072f0409738cc0e..ee911a0dc38dfb23861ff97b7071c3d51d36e31c 100644 --- a/api/zio/redis/Input$$Tuple4.html +++ b/api/zio/redis/Input$$Tuple4.html @@ -1,2 +1,2 @@

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple4
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple4(_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. val _4: Input[D]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. final def contramap[B](f: (B) => (A, B, C, D)): Input[B]
    Definition Classes
    Input
  11. def encode(data: (A, B, C, D))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple4Input
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple4
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple4(_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. val _4: Input[D]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. final def contramap[B](f: (B) => (A, B, C, D)): Input[B]
    Definition Classes
    Input
  11. def encode(data: (A, B, C, D))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple4Input
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$Tuple5.html b/api/zio/redis/Input$$Tuple5.html index 26b4503193ca4191f46879bd5d8a3884f56085d9..9ae163c079d7ed54d71160a63a9042110330c0a3 100644 --- a/api/zio/redis/Input$$Tuple5.html +++ b/api/zio/redis/Input$$Tuple5.html @@ -1,2 +1,2 @@

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple5
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple5(_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. val _4: Input[D]
  8. val _5: Input[E]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. final def contramap[B](f: (B) => (A, B, C, D, E)): Input[B]
    Definition Classes
    Input
  12. def encode(data: (A, B, C, D, E))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple5Input
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple5
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple5(_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. val _4: Input[D]
  8. val _5: Input[E]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. final def contramap[B](f: (B) => (A, B, C, D, E)): Input[B]
    Definition Classes
    Input
  12. def encode(data: (A, B, C, D, E))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple5Input
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$Tuple6.html b/api/zio/redis/Input$$Tuple6.html index 3a80bf9b2562975a35000126cbf4c23207455be4..0225391b63aa7e0dfbef0d9880657a11172d73b6 100644 --- a/api/zio/redis/Input$$Tuple6.html +++ b/api/zio/redis/Input$$Tuple6.html @@ -1,2 +1,2 @@

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E, F)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple6
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple6(_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E], _6: Input[F])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. val _4: Input[D]
  8. val _5: Input[E]
  9. val _6: Input[F]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  12. final def contramap[B](f: (B) => (A, B, C, D, E, F)): Input[B]
    Definition Classes
    Input
  13. def encode(data: (A, B, C, D, E, F))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple6Input
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E, F)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E, F)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple6
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple6(_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E], _6: Input[F])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. val _4: Input[D]
  8. val _5: Input[E]
  9. val _6: Input[F]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  12. final def contramap[B](f: (B) => (A, B, C, D, E, F)): Input[B]
    Definition Classes
    Input
  13. def encode(data: (A, B, C, D, E, F))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple6Input
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E, F)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$Tuple7.html b/api/zio/redis/Input$$Tuple7.html index b2407f3c2c7b24c21349eee548592b0ad90cbd2b..08226aa43e874b79f010e9d7b4fb527f8b0901d8 100644 --- a/api/zio/redis/Input$$Tuple7.html +++ b/api/zio/redis/Input$$Tuple7.html @@ -1,2 +1,2 @@

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E, F, G)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple7
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple7(_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E], _6: Input[F], _7: Input[G])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. val _4: Input[D]
  8. val _5: Input[E]
  9. val _6: Input[F]
  10. val _7: Input[G]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  13. final def contramap[B](f: (B) => (A, B, C, D, E, F, G)): Input[B]
    Definition Classes
    Input
  14. def encode(data: (A, B, C, D, E, F, G))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple7Input
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E, F, G)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E, F, G)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple7
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple7(_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E], _6: Input[F], _7: Input[G])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. val _4: Input[D]
  8. val _5: Input[E]
  9. val _6: Input[F]
  10. val _7: Input[G]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  13. final def contramap[B](f: (B) => (A, B, C, D, E, F, G)): Input[B]
    Definition Classes
    Input
  14. def encode(data: (A, B, C, D, E, F, G))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple7Input
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E, F, G)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$Tuple9.html b/api/zio/redis/Input$$Tuple9.html index 9c47057a8fd7e2963dc270bf6f278f8bff727b52..c6de33cdba879a7f5c3856bbfb8509ef329e67c6 100644 --- a/api/zio/redis/Input$$Tuple9.html +++ b/api/zio/redis/Input$$Tuple9.html @@ -1,2 +1,2 @@

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E, F, G, H, I)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple9
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple9(_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])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. val _4: Input[D]
  8. val _5: Input[E]
  9. val _6: Input[F]
  10. val _7: Input[G]
  11. val _8: Input[H]
  12. val _9: Input[I]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  15. final def contramap[B](f: (B) => (A, B, C, D, E, F, G, H, I)): Input[B]
    Definition Classes
    Input
  16. def encode(data: (A, B, C, D, E, F, G, H, I))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple9Input
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E, F, G, H, I)]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

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

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E, F, G, H, I)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple9
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple9(_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])

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. val _1: Input[A]
  5. val _2: Input[B]
  6. val _3: Input[C]
  7. val _4: Input[D]
  8. val _5: Input[E]
  9. val _6: Input[F]
  10. val _7: Input[G]
  11. val _8: Input[H]
  12. val _9: Input[I]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  15. final def contramap[B](f: (B) => (A, B, C, D, E, F, G, H, I)): Input[B]
    Definition Classes
    Input
  16. def encode(data: (A, B, C, D, E, F, G, H, I))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple9Input
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[(A, B, C, D, E, F, G, H, I)]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$UnblockBehaviorInput$.html b/api/zio/redis/Input$$UnblockBehaviorInput$.html index 5aed9fd657d353b3c7b3cf34f0db9009bebd9cb9..fac90a8e06900dad6b73f248ebffde550205b3d0 100644 --- a/api/zio/redis/Input$$UnblockBehaviorInput$.html +++ b/api/zio/redis/Input$$UnblockBehaviorInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

UnblockBehaviorInput

case object UnblockBehaviorInput extends Input[redis.UnblockBehavior] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnblockBehaviorInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.UnblockBehavior): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.UnblockBehavior)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    UnblockBehaviorInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

UnblockBehaviorInput

case object UnblockBehaviorInput extends Input[redis.UnblockBehavior] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnblockBehaviorInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.UnblockBehavior): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.UnblockBehavior)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    UnblockBehaviorInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$UpdateInput$.html b/api/zio/redis/Input$$UpdateInput$.html index f79f9d83a080965e21489240c7dad9bd6295ea3f..25fe1bf2326d0d1a1d01df1b233e84349eb9f903 100644 --- a/api/zio/redis/Input$$UpdateInput$.html +++ b/api/zio/redis/Input$$UpdateInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

UpdateInput

case object UpdateInput extends Input[redis.Update] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Update): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Update)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    UpdateInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Update]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

UpdateInput

case object UpdateInput extends Input[redis.Update] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.Update): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.Update)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    UpdateInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.Update]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$Varargs.html b/api/zio/redis/Input$$Varargs.html index 44f31cba333528843f5d7b5a370ce0ab45f79587..d17a21020cf7f7314ed8296a8de3dcd609bdb2e6 100644 --- a/api/zio/redis/Input$$Varargs.html +++ b/api/zio/redis/Input$$Varargs.html @@ -1,2 +1,2 @@

final case class Varargs[-A](input: Input[A]) extends Input[Iterable[A]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Varargs
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Varargs(input: Input[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Iterable[A]): Input[B]
    Definition Classes
    Input
  7. def encode(data: Iterable[A])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    VarargsInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. val input: Input[A]
  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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Iterable[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

final case class Varargs[-A](input: Input[A]) extends Input[Iterable[A]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Varargs
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Varargs(input: Input[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Iterable[A]): Input[B]
    Definition Classes
    Input
  7. def encode(data: Iterable[A])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    VarargsInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. val input: Input[A]
  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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Iterable[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$WeightsInput$.html b/api/zio/redis/Input$$WeightsInput$.html index 632471c1d823af05d7a0a1c25f62ffc9d8cafc25..ad68cf66f34dace7094e134f9c61a535d29ca30f 100644 --- a/api/zio/redis/Input$$WeightsInput$.html +++ b/api/zio/redis/Input$$WeightsInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

WeightsInput

case object WeightsInput extends Input[::[Double]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WeightsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => ::[Double]): Input[B]
    Definition Classes
    Input
  7. def encode(data: ::[Double])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WeightsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[::[Double]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

WeightsInput

case object WeightsInput extends Input[::[Double]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WeightsInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => ::[Double]): Input[B]
    Definition Classes
    Input
  7. def encode(data: ::[Double])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WeightsInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[::[Double]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$WithCoordInput$.html b/api/zio/redis/Input$$WithCoordInput$.html index 94296f62b8b88008635c8e82e1d8791d22d47ad7..136a9e2d222f33d65b1966ed1b1f756ce6bba5a2 100644 --- a/api/zio/redis/Input$$WithCoordInput$.html +++ b/api/zio/redis/Input$$WithCoordInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

WithCoordInput

case object WithCoordInput extends Input[redis.WithCoord] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithCoordInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithCoord): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithCoord)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithCoordInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithCoord]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

WithCoordInput

case object WithCoordInput extends Input[redis.WithCoord] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithCoordInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithCoord): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithCoord)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithCoordInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithCoord]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$WithDistInput$.html b/api/zio/redis/Input$$WithDistInput$.html index 2dee70ec3125ce80b1902f85aba2c29102ee771c..d9956abb322475285e8eddc8ae88397bddbc3b39 100644 --- a/api/zio/redis/Input$$WithDistInput$.html +++ b/api/zio/redis/Input$$WithDistInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

WithDistInput

case object WithDistInput extends Input[redis.WithDist] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithDistInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithDist): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithDist)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithDistInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithDist]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

WithDistInput

case object WithDistInput extends Input[redis.WithDist] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithDistInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithDist): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithDist)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithDistInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithDist]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$WithForceInput$.html b/api/zio/redis/Input$$WithForceInput$.html index c1cdaa1bd961d3bb99bbbcbd84277ebc138203b9..4a1d1d8883d7a46fa4021d3efc4e4ee3dd00e339 100644 --- a/api/zio/redis/Input$$WithForceInput$.html +++ b/api/zio/redis/Input$$WithForceInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

WithForceInput

case object WithForceInput extends Input[redis.WithForce] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithForceInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithForce): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithForce)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithForceInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithForce]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

WithForceInput

case object WithForceInput extends Input[redis.WithForce] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithForceInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithForce): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithForce)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithForceInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithForce]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$WithHashInput$.html b/api/zio/redis/Input$$WithHashInput$.html index 7346a3f57a0d527c03b71e593ee3c50de444f2b5..2758a379af873efc4446c73ab2d86881344c1612 100644 --- a/api/zio/redis/Input$$WithHashInput$.html +++ b/api/zio/redis/Input$$WithHashInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

WithHashInput

case object WithHashInput extends Input[redis.WithHash] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithHashInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithHash): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithHash)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithHashInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithHash]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

WithHashInput

case object WithHashInput extends Input[redis.WithHash] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithHashInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithHash): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithHash)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithHashInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithHash]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$WithJustIdInput$.html b/api/zio/redis/Input$$WithJustIdInput$.html index b824c16e0856218c8cc522f61a59a087acd74412..2b8fc68e63245ec56474540987aeee7eb7ee2321 100644 --- a/api/zio/redis/Input$$WithJustIdInput$.html +++ b/api/zio/redis/Input$$WithJustIdInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

WithJustIdInput

case object WithJustIdInput extends Input[redis.WithJustId] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithJustIdInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithJustId): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithJustId)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithJustIdInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithJustId]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

WithJustIdInput

case object WithJustIdInput extends Input[redis.WithJustId] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithJustIdInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithJustId): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithJustId)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithJustIdInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithJustId]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$WithScoresInput$.html b/api/zio/redis/Input$$WithScoresInput$.html index 5ca13f1dd9b315e61941d15fce383f2593c27d37..d3cf81c2d419b3e67fa81a952d576de0e6284d31 100644 --- a/api/zio/redis/Input$$WithScoresInput$.html +++ b/api/zio/redis/Input$$WithScoresInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

WithScoresInput

case object WithScoresInput extends Input[redis.WithScores] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithScoresInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithScores): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithScores)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithScoresInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithScores]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

WithScoresInput

case object WithScoresInput extends Input[redis.WithScores] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithScoresInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => redis.WithScores): Input[B]
    Definition Classes
    Input
  7. def encode(data: redis.WithScores)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    WithScoresInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[redis.WithScores]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$XGroupCreateConsumerInput.html b/api/zio/redis/Input$$XGroupCreateConsumerInput.html index ba9b6dd0d30fc96cd7275d65a29f9b5b03b3f5a9..115420d89ad6d5dae2f35530e70c7f982cabf6f9 100644 --- a/api/zio/redis/Input$$XGroupCreateConsumerInput.html +++ b/api/zio/redis/Input$$XGroupCreateConsumerInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

XGroupCreateConsumerInput

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGroupCreateConsumerInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XGroupCreateConsumerInput()(implicit arg0: Schema[K], arg1: Schema[G], arg2: Schema[C])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => CreateConsumer[K, G, C]): Input[B]
    Definition Classes
    Input
  7. def encode(data: CreateConsumer[K, G, C])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    XGroupCreateConsumerInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[CreateConsumer[K, G, C]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

XGroupCreateConsumerInput

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGroupCreateConsumerInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XGroupCreateConsumerInput()(implicit arg0: Schema[K], arg1: Schema[G], arg2: Schema[C])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => CreateConsumer[K, G, C]): Input[B]
    Definition Classes
    Input
  7. def encode(data: CreateConsumer[K, G, C])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    XGroupCreateConsumerInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[CreateConsumer[K, G, C]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$XGroupCreateInput.html b/api/zio/redis/Input$$XGroupCreateInput.html index f2638d120a97cd7c1715c7ab50d45c859875a145..caf1c9da06264c3955b67751f49a77b371fd0328 100644 --- a/api/zio/redis/Input$$XGroupCreateInput.html +++ b/api/zio/redis/Input$$XGroupCreateInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

XGroupCreateInput

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGroupCreateInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XGroupCreateInput()(implicit arg0: Schema[K], arg1: Schema[G], arg2: Schema[I])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Create[K, G, I]): Input[B]
    Definition Classes
    Input
  7. def encode(data: Create[K, G, I])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    XGroupCreateInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Create[K, G, I]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

XGroupCreateInput

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGroupCreateInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XGroupCreateInput()(implicit arg0: Schema[K], arg1: Schema[G], arg2: Schema[I])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Create[K, G, I]): Input[B]
    Definition Classes
    Input
  7. def encode(data: Create[K, G, I])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    XGroupCreateInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Create[K, G, I]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$XGroupDelConsumerInput.html b/api/zio/redis/Input$$XGroupDelConsumerInput.html index 550d5030dccc18c881ac80e367d177eb16d188ea..11f4a9705c0625885ad8bd4d1e90f00a802fc8f7 100644 --- a/api/zio/redis/Input$$XGroupDelConsumerInput.html +++ b/api/zio/redis/Input$$XGroupDelConsumerInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

XGroupDelConsumerInput

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGroupDelConsumerInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XGroupDelConsumerInput()(implicit arg0: Schema[K], arg1: Schema[G], arg2: Schema[C])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => DelConsumer[K, G, C]): Input[B]
    Definition Classes
    Input
  7. def encode(data: DelConsumer[K, G, C])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    XGroupDelConsumerInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[DelConsumer[K, G, C]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

XGroupDelConsumerInput

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGroupDelConsumerInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XGroupDelConsumerInput()(implicit arg0: Schema[K], arg1: Schema[G], arg2: Schema[C])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => DelConsumer[K, G, C]): Input[B]
    Definition Classes
    Input
  7. def encode(data: DelConsumer[K, G, C])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    XGroupDelConsumerInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[DelConsumer[K, G, C]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$XGroupDestroyInput.html b/api/zio/redis/Input$$XGroupDestroyInput.html index 1af32f70ff4574896d4648e7e3bc5517bf2d1ab0..d38b76427fde4947f990491b047efb028ba41d81 100644 --- a/api/zio/redis/Input$$XGroupDestroyInput.html +++ b/api/zio/redis/Input$$XGroupDestroyInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

XGroupDestroyInput

final case class XGroupDestroyInput[K, G]()(implicit evidence$9: Schema[K], evidence$10: Schema[G]) extends Input[Destroy[K, G]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGroupDestroyInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XGroupDestroyInput()(implicit arg0: Schema[K], arg1: Schema[G])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Destroy[K, G]): Input[B]
    Definition Classes
    Input
  7. def encode(data: Destroy[K, G])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    XGroupDestroyInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Destroy[K, G]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

XGroupDestroyInput

final case class XGroupDestroyInput[K, G]()(implicit evidence$9: Schema[K], evidence$10: Schema[G]) extends Input[Destroy[K, G]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGroupDestroyInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XGroupDestroyInput()(implicit arg0: Schema[K], arg1: Schema[G])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Destroy[K, G]): Input[B]
    Definition Classes
    Input
  7. def encode(data: Destroy[K, G])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    XGroupDestroyInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Destroy[K, G]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$XGroupSetIdInput.html b/api/zio/redis/Input$$XGroupSetIdInput.html index 5b886bc91d8a78409f53e069012d49b7f3807b95..bb0adea529c383bb471742bec89f7d5c6e408782 100644 --- a/api/zio/redis/Input$$XGroupSetIdInput.html +++ b/api/zio/redis/Input$$XGroupSetIdInput.html @@ -1,2 +1,2 @@
c

zio.redis.Input

XGroupSetIdInput

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGroupSetIdInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XGroupSetIdInput()(implicit arg0: Schema[K], arg1: Schema[G], arg2: Schema[I])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => SetId[K, G, I]): Input[B]
    Definition Classes
    Input
  7. def encode(data: SetId[K, G, I])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    XGroupSetIdInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[SetId[K, G, I]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Input

XGroupSetIdInput

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGroupSetIdInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XGroupSetIdInput()(implicit arg0: Schema[K], arg1: Schema[G], arg2: Schema[I])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => SetId[K, G, I]): Input[B]
    Definition Classes
    Input
  7. def encode(data: SetId[K, G, I])(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    XGroupSetIdInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[SetId[K, G, I]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$$YesNoInput$.html b/api/zio/redis/Input$$YesNoInput$.html index a08d86207d0102dad292af123772058e1a1d86dc..20edf21f4481e2e6a6ccac40d2fd9d0195d67d67 100644 --- a/api/zio/redis/Input$$YesNoInput$.html +++ b/api/zio/redis/Input$$YesNoInput$.html @@ -1,2 +1,2 @@
o

zio.redis.Input

YesNoInput

case object YesNoInput extends Input[Boolean] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YesNoInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Boolean): Input[B]
    Definition Classes
    Input
  7. def encode(data: Boolean)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    YesNoInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Input

YesNoInput

case object YesNoInput extends Input[Boolean] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YesNoInput
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def contramap[B](f: (B) => Boolean): Input[B]
    Definition Classes
    Input
  7. def encode(data: Boolean)(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    YesNoInputInput
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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. def productElementName(n: Int): String
    Definition Classes
    Product
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Input[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Input$.html b/api/zio/redis/Input$.html index cce6563bc009d56b7bca8b5bfbbfa68e795e701b..bc5b3ae5c7732377aa2e813b7c537f9e2bb24238 100644 --- a/api/zio/redis/Input$.html +++ b/api/zio/redis/Input$.html @@ -1,2 +1,2 @@

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

+var toRoot = '../../';

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

diff --git a/api/zio/redis/Output$$BulkStringOutput$.html b/api/zio/redis/Output$$BulkStringOutput$.html index 2a50814832fe0f39cb428b35240f19c682d70921..149266978dbc40028b7bac22f64ea8f2b03a0538 100644 --- a/api/zio/redis/Output$$BulkStringOutput$.html +++ b/api/zio/redis/Output$$BulkStringOutput$.html @@ -1,2 +1,2 @@
o

zio.redis.Output

BulkStringOutput

case object BulkStringOutput extends Output[Chunk[Byte]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BulkStringOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[Byte]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[Byte]
    Attributes
    protected
    Definition Classes
    BulkStringOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[Byte]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Output

BulkStringOutput

case object BulkStringOutput extends Output[Chunk[Byte]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BulkStringOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[Byte]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[Byte]
    Attributes
    protected
    Definition Classes
    BulkStringOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[Byte]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$ChunkOutput.html b/api/zio/redis/Output$$ChunkOutput.html index 1f4128cb22e6ae6dd821982134fea172274f5912..aad652a0eb9047107fbe905f58bdd8354a3e518a 100644 --- a/api/zio/redis/Output$$ChunkOutput.html +++ b/api/zio/redis/Output$$ChunkOutput.html @@ -1,2 +1,2 @@
c

zio.redis.Output

ChunkOutput

final case class ChunkOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChunkOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChunkOutput(output: Output[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def map[B](f: (Chunk[A]) => B): Output[B]
    Definition Classes
    Output
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. val output: Output[A]
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[A]
    Attributes
    protected
    Definition Classes
    ChunkOutputOutput
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Output

ChunkOutput

final case class ChunkOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChunkOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChunkOutput(output: Output[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def map[B](f: (Chunk[A]) => B): Output[B]
    Definition Classes
    Output
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. val output: Output[A]
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[A]
    Attributes
    protected
    Definition Classes
    ChunkOutputOutput
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$ChunkTuple2Output.html b/api/zio/redis/Output$$ChunkTuple2Output.html index 54a24432130a54d751c949673cea4ceda7baab87..4aa094d096dbaaaa0e2a9338e5e6fa9079fbd21f 100644 --- a/api/zio/redis/Output$$ChunkTuple2Output.html +++ b/api/zio/redis/Output$$ChunkTuple2Output.html @@ -1,2 +1,2 @@
c

zio.redis.Output

ChunkTuple2Output

final case class ChunkTuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[Chunk[(A, B)]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChunkTuple2Output
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChunkTuple2Output(_1: Output[A], _2: Output[B])

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. val _1: Output[A]
  5. val _2: Output[B]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def map[B](f: (Chunk[(A, B)]) => B): Output[B]
    Definition Classes
    Output
  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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[(A, B)]
    Attributes
    protected
    Definition Classes
    ChunkTuple2OutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[(A, B)]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Output

ChunkTuple2Output

final case class ChunkTuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[Chunk[(A, B)]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChunkTuple2Output
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChunkTuple2Output(_1: Output[A], _2: Output[B])

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. val _1: Output[A]
  5. val _2: Output[B]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def map[B](f: (Chunk[(A, B)]) => B): Output[B]
    Definition Classes
    Output
  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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[(A, B)]
    Attributes
    protected
    Definition Classes
    ChunkTuple2OutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[(A, B)]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$GeoOutput$.html b/api/zio/redis/Output$$GeoOutput$.html index ee2edc6ac00b682bd4173ff6c7b432fb59c7582f..0199999880eda6f89c3e5bfe288770a4cd68ae6f 100644 --- a/api/zio/redis/Output$$GeoOutput$.html +++ b/api/zio/redis/Output$$GeoOutput$.html @@ -1,2 +1,2 @@
o

zio.redis.Output

GeoOutput

case object GeoOutput extends Output[Chunk[Option[redis.LongLat]]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[Option[redis.LongLat]]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[Option[redis.LongLat]]
    Attributes
    protected
    Definition Classes
    GeoOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[Option[redis.LongLat]]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Output

GeoOutput

case object GeoOutput extends Output[Chunk[Option[redis.LongLat]]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[Option[redis.LongLat]]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[Option[redis.LongLat]]
    Attributes
    protected
    Definition Classes
    GeoOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[Option[redis.LongLat]]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$GeoRadiusOutput$.html b/api/zio/redis/Output$$GeoRadiusOutput$.html index f3cceb39b410ee225461638cd7c58b5dda6c0446..6f1862bd4910ad4d7273fe6f6693a503dac80e35 100644 --- a/api/zio/redis/Output$$GeoRadiusOutput$.html +++ b/api/zio/redis/Output$$GeoRadiusOutput$.html @@ -1,2 +1,2 @@
o

zio.redis.Output

GeoRadiusOutput

case object GeoRadiusOutput extends Output[Chunk[redis.GeoView]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoRadiusOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[redis.GeoView]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[redis.GeoView]
    Attributes
    protected
    Definition Classes
    GeoRadiusOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[redis.GeoView]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Output

GeoRadiusOutput

case object GeoRadiusOutput extends Output[Chunk[redis.GeoView]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoRadiusOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[redis.GeoView]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[redis.GeoView]
    Attributes
    protected
    Definition Classes
    GeoRadiusOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[redis.GeoView]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$MultiStringChunkOutput.html b/api/zio/redis/Output$$MultiStringChunkOutput.html index 7289ce76b93e48b4e35ef2264f6ae952b0f3fb1c..a34de85fde34e7d893d42f7b35f557c9d89e0f59 100644 --- a/api/zio/redis/Output$$MultiStringChunkOutput.html +++ b/api/zio/redis/Output$$MultiStringChunkOutput.html @@ -1,2 +1,2 @@
c

zio.redis.Output

MultiStringChunkOutput

final case class MultiStringChunkOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiStringChunkOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MultiStringChunkOutput(output: Output[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def map[B](f: (Chunk[A]) => B): Output[B]
    Definition Classes
    Output
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. val output: Output[A]
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[A]
    Attributes
    protected
    Definition Classes
    MultiStringChunkOutputOutput
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Output

MultiStringChunkOutput

final case class MultiStringChunkOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiStringChunkOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MultiStringChunkOutput(output: Output[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def map[B](f: (Chunk[A]) => B): Output[B]
    Definition Classes
    Output
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. val output: Output[A]
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[A]
    Attributes
    protected
    Definition Classes
    MultiStringChunkOutputOutput
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$PendingMessagesOutput$.html b/api/zio/redis/Output$$PendingMessagesOutput$.html index 01e107402175ae26bd7dacbcaac79cc7a0d7361f..9d79c8921927ee659aa5af1d808e7be577384244 100644 --- a/api/zio/redis/Output$$PendingMessagesOutput$.html +++ b/api/zio/redis/Output$$PendingMessagesOutput$.html @@ -1,2 +1,2 @@
o

zio.redis.Output

PendingMessagesOutput

case object PendingMessagesOutput extends Output[Chunk[redis.PendingMessage]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PendingMessagesOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[redis.PendingMessage]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[redis.PendingMessage]
    Attributes
    protected
    Definition Classes
    PendingMessagesOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Output

PendingMessagesOutput

case object PendingMessagesOutput extends Output[Chunk[redis.PendingMessage]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PendingMessagesOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[redis.PendingMessage]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[redis.PendingMessage]
    Attributes
    protected
    Definition Classes
    PendingMessagesOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$ScanOutput.html b/api/zio/redis/Output$$ScanOutput.html index c4f8cf40ebe543bccc62f5658687240f0e426065..63eeacc9864c877117c1ae94a4e689bcc24cb57d 100644 --- a/api/zio/redis/Output$$ScanOutput.html +++ b/api/zio/redis/Output$$ScanOutput.html @@ -1,2 +1,2 @@
c

zio.redis.Output

ScanOutput

final case class ScanOutput[+A](output: Output[A]) extends Output[(Long, Chunk[A])] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScanOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScanOutput(output: Output[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def map[B](f: ((Long, Chunk[A])) => B): Output[B]
    Definition Classes
    Output
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. val output: Output[A]
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def tryDecode(respValue: RespValue)(implicit codec: Codec): (Long, Chunk[A])
    Attributes
    protected
    Definition Classes
    ScanOutputOutput
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[(Long, Chunk[A])]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Output

ScanOutput

final case class ScanOutput[+A](output: Output[A]) extends Output[(Long, Chunk[A])] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScanOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScanOutput(output: Output[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def map[B](f: ((Long, Chunk[A])) => B): Output[B]
    Definition Classes
    Output
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. val output: Output[A]
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def tryDecode(respValue: RespValue)(implicit codec: Codec): (Long, Chunk[A])
    Attributes
    protected
    Definition Classes
    ScanOutputOutput
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[(Long, Chunk[A])]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$StreamConsumersInfoOutput$.html b/api/zio/redis/Output$$StreamConsumersInfoOutput$.html index ec19be53784bdbfc6d698988ee626857d1d831d4..bb200db2db421cf24aaf23aa01f4134cede3d33d 100644 --- a/api/zio/redis/Output$$StreamConsumersInfoOutput$.html +++ b/api/zio/redis/Output$$StreamConsumersInfoOutput$.html @@ -1,2 +1,2 @@
o

zio.redis.Output

StreamConsumersInfoOutput

case object StreamConsumersInfoOutput extends Output[Chunk[redis.StreamConsumersInfo]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamConsumersInfoOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[redis.StreamConsumersInfo]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[redis.StreamConsumersInfo]
    Attributes
    protected
    Definition Classes
    StreamConsumersInfoOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Output

StreamConsumersInfoOutput

case object StreamConsumersInfoOutput extends Output[Chunk[redis.StreamConsumersInfo]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamConsumersInfoOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[redis.StreamConsumersInfo]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[redis.StreamConsumersInfo]
    Attributes
    protected
    Definition Classes
    StreamConsumersInfoOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$StreamEntriesOutput.html b/api/zio/redis/Output$$StreamEntriesOutput.html index b5e96594950cb40319b0fce62dc065257171e4c8..72f3ed34f14a07fcef7c8032fd750fbf4f39ad67 100644 --- a/api/zio/redis/Output$$StreamEntriesOutput.html +++ b/api/zio/redis/Output$$StreamEntriesOutput.html @@ -1,2 +1,2 @@
c

zio.redis.Output

StreamEntriesOutput

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamEntriesOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StreamEntriesOutput()(implicit idSchema: Schema[I], keySchema: Schema[K], valueSchema: Schema[V])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def map[B](f: (Chunk[redis.StreamEntry[I, K, V]]) => B): Output[B]
    Definition Classes
    Output
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. def productElementNames: Iterator[String]
    Definition Classes
    Product
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[redis.StreamEntry[I, K, V]]
    Attributes
    protected
    Definition Classes
    StreamEntriesOutputOutput
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[redis.StreamEntry[I, K, V]]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Output

StreamEntriesOutput

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamEntriesOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StreamEntriesOutput()(implicit idSchema: Schema[I], keySchema: Schema[K], valueSchema: Schema[V])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def map[B](f: (Chunk[redis.StreamEntry[I, K, V]]) => B): Output[B]
    Definition Classes
    Output
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. def productElementNames: Iterator[String]
    Definition Classes
    Product
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[redis.StreamEntry[I, K, V]]
    Attributes
    protected
    Definition Classes
    StreamEntriesOutputOutput
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[redis.StreamEntry[I, K, V]]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$StreamGroupsInfoOutput$.html b/api/zio/redis/Output$$StreamGroupsInfoOutput$.html index 00c006ff35a58b85485cabbf6dcf5efe2f3dddb7..e127024b802c085b5b4705382e62f99c49251c30 100644 --- a/api/zio/redis/Output$$StreamGroupsInfoOutput$.html +++ b/api/zio/redis/Output$$StreamGroupsInfoOutput$.html @@ -1,2 +1,2 @@
o

zio.redis.Output

StreamGroupsInfoOutput

case object StreamGroupsInfoOutput extends Output[Chunk[redis.StreamGroupsInfo]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamGroupsInfoOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[redis.StreamGroupsInfo]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[redis.StreamGroupsInfo]
    Attributes
    protected
    Definition Classes
    StreamGroupsInfoOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
o

zio.redis.Output

StreamGroupsInfoOutput

case object StreamGroupsInfoOutput extends Output[Chunk[redis.StreamGroupsInfo]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamGroupsInfoOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def map[B](f: (Chunk[redis.StreamGroupsInfo]) => B): Output[B]
    Definition Classes
    Output
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[redis.StreamGroupsInfo]
    Attributes
    protected
    Definition Classes
    StreamGroupsInfoOutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$ZRandMemberOutput.html b/api/zio/redis/Output$$ZRandMemberOutput.html index 6e5a3e691a1af6fd0ab6464bbe4c6c14f9cda2a3..eb7a0fb2dce8ce49f7d90ffde1fed80c4103ddc1 100644 --- a/api/zio/redis/Output$$ZRandMemberOutput.html +++ b/api/zio/redis/Output$$ZRandMemberOutput.html @@ -1,2 +1,2 @@
c

zio.redis.Output

ZRandMemberOutput

final case class ZRandMemberOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZRandMemberOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZRandMemberOutput(output: Output[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def map[B](f: (Chunk[A]) => B): Output[B]
    Definition Classes
    Output
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. val output: Output[A]
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[A]
    Attributes
    protected
    Definition Classes
    ZRandMemberOutputOutput
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Output

ZRandMemberOutput

final case class ZRandMemberOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZRandMemberOutput
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZRandMemberOutput(output: Output[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def map[B](f: (Chunk[A]) => B): Output[B]
    Definition Classes
    Output
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. val output: Output[A]
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[A]
    Attributes
    protected
    Definition Classes
    ZRandMemberOutputOutput
  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])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$$ZRandMemberTuple2Output.html b/api/zio/redis/Output$$ZRandMemberTuple2Output.html index a5ffe079f807619ff2ec2334fc59ec2b132200de..03bdb1787860f015e8ae69b1f1dabdcb91f9b152 100644 --- a/api/zio/redis/Output$$ZRandMemberTuple2Output.html +++ b/api/zio/redis/Output$$ZRandMemberTuple2Output.html @@ -1,2 +1,2 @@
c

zio.redis.Output

ZRandMemberTuple2Output

final case class ZRandMemberTuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[Chunk[(A, B)]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZRandMemberTuple2Output
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZRandMemberTuple2Output(_1: Output[A], _2: Output[B])

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. val _1: Output[A]
  5. val _2: Output[B]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def map[B](f: (Chunk[(A, B)]) => B): Output[B]
    Definition Classes
    Output
  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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[(A, B)]
    Attributes
    protected
    Definition Classes
    ZRandMemberTuple2OutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[(A, B)]]

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';
c

zio.redis.Output

ZRandMemberTuple2Output

final case class ZRandMemberTuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[Chunk[(A, B)]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZRandMemberTuple2Output
  2. Serializable
  3. Product
  4. Equals
  5. Output
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZRandMemberTuple2Output(_1: Output[A], _2: Output[B])

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. val _1: Output[A]
  5. val _2: Output[B]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def map[B](f: (Chunk[(A, B)]) => B): Output[B]
    Definition Classes
    Output
  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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def tryDecode(respValue: RespValue)(implicit codec: Codec): Chunk[(A, B)]
    Attributes
    protected
    Definition Classes
    ZRandMemberTuple2OutputOutput
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Output[Chunk[(A, B)]]

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/Output$.html b/api/zio/redis/Output$.html index 2a3e4321a14b5406e5a34c5b955bd7aad7d9abd1..300c9cfb4f4b96757ce41aae6dcd0458926154a5 100644 --- a/api/zio/redis/Output$.html +++ b/api/zio/redis/Output$.html @@ -1,2 +1,2 @@

object Output

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

Type Members

  1. final case class ArbitraryOutput[A]()(implicit schema: Schema[A]) extends Output[A] with Product with Serializable
  2. final case class ChunkOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable
  3. final case class ChunkTuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[Chunk[(A, B)]] with Product with Serializable
  4. final case class KeyValueOutput[K, V](outK: Output[K], outV: Output[V]) extends Output[Map[K, V]] with Product with Serializable
  5. final case class MultiStringChunkOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable
  6. final case class OptionalOutput[+A](output: Output[A]) extends Output[Option[A]] with Product with Serializable
  7. final case class ScanOutput[+A](output: Output[A]) extends Output[(Long, Chunk[A])] with Product with Serializable
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. final case class Tuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[(A, B)] with Product with Serializable
  14. 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
  15. final case class ZRandMemberOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable
  16. final case class ZRandMemberTuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[Chunk[(A, B)]] 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. final val DurationMillisecondsOutput: Output[Duration]
  5. final val DurationSecondsOutput: Output[Duration]
  6. def apply[A](implicit output: Output[A]): Output[A]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. case object BoolOutput extends Output[Boolean] with Product with Serializable
  23. case object BulkStringOutput extends Output[Chunk[Byte]] with Product with Serializable
  24. case object ClientTrackingInfoOutput extends Output[redis.ClientTrackingInfo] with Product with Serializable
  25. case object ClientTrackingRedirectOutput extends Output[redis.ClientTrackingRedirect] with Product with Serializable
  26. case object DoubleOutput extends Output[Double] with Product with Serializable
  27. case object GeoOutput extends Output[Chunk[Option[redis.LongLat]]] with Product with Serializable
  28. case object GeoRadiusOutput extends Output[Chunk[redis.GeoView]] with Product with Serializable
  29. case object KeyElemOutput extends Output[Option[(String, String)]] with Product with Serializable
  30. case object LongOutput extends Output[Long] with Product with Serializable
  31. case object MultiStringOutput extends Output[String] with Product with Serializable
  32. case object PendingMessagesOutput extends Output[Chunk[redis.PendingMessage]] with Product with Serializable
  33. case object ResetOutput extends Output[Unit] with Product with Serializable
  34. case object RespValueOutput extends Output[RespValue] with Product with Serializable
  35. case object SetOutput extends Output[Boolean] with Product with Serializable
  36. case object SingleOrMultiStringOutput extends Output[String] with Product with Serializable
  37. case object StrAlgoLcsOutput extends Output[redis.LcsOutput] with Product with Serializable
  38. case object StreamConsumersInfoOutput extends Output[Chunk[redis.StreamConsumersInfo]] with Product with Serializable
  39. case object StreamGroupsInfoOutput extends Output[Chunk[redis.StreamGroupsInfo]] with Product with Serializable
  40. case object StringOutput extends Output[String] with Product with Serializable
  41. case object TypeOutput extends Output[redis.RedisType] with Product with Serializable
  42. case object UnitOutput extends Output[Unit] with Product with Serializable
  43. case object XPendingOutput extends Output[redis.PendingInfo] 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

+var toRoot = '../../';

object Output

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

Type Members

  1. final case class ArbitraryOutput[A]()(implicit schema: Schema[A]) extends Output[A] with Product with Serializable
  2. final case class ChunkOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable
  3. final case class ChunkTuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[Chunk[(A, B)]] with Product with Serializable
  4. final case class KeyValueOutput[K, V](outK: Output[K], outV: Output[V]) extends Output[Map[K, V]] with Product with Serializable
  5. final case class MultiStringChunkOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable
  6. final case class OptionalOutput[+A](output: Output[A]) extends Output[Option[A]] with Product with Serializable
  7. final case class ScanOutput[+A](output: Output[A]) extends Output[(Long, Chunk[A])] with Product with Serializable
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. final case class Tuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[(A, B)] with Product with Serializable
  14. 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
  15. final case class ZRandMemberOutput[+A](output: Output[A]) extends Output[Chunk[A]] with Product with Serializable
  16. final case class ZRandMemberTuple2Output[+A, +B](_1: Output[A], _2: Output[B]) extends Output[Chunk[(A, B)]] 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. final val DurationMillisecondsOutput: Output[Duration]
  5. final val DurationSecondsOutput: Output[Duration]
  6. def apply[A](implicit output: Output[A]): Output[A]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. case object BoolOutput extends Output[Boolean] with Product with Serializable
  23. case object BulkStringOutput extends Output[Chunk[Byte]] with Product with Serializable
  24. case object ClientTrackingInfoOutput extends Output[redis.ClientTrackingInfo] with Product with Serializable
  25. case object ClientTrackingRedirectOutput extends Output[redis.ClientTrackingRedirect] with Product with Serializable
  26. case object DoubleOutput extends Output[Double] with Product with Serializable
  27. case object GeoOutput extends Output[Chunk[Option[redis.LongLat]]] with Product with Serializable
  28. case object GeoRadiusOutput extends Output[Chunk[redis.GeoView]] with Product with Serializable
  29. case object KeyElemOutput extends Output[Option[(String, String)]] with Product with Serializable
  30. case object LongOutput extends Output[Long] with Product with Serializable
  31. case object MultiStringOutput extends Output[String] with Product with Serializable
  32. case object PendingMessagesOutput extends Output[Chunk[redis.PendingMessage]] with Product with Serializable
  33. case object ResetOutput extends Output[Unit] with Product with Serializable
  34. case object RespValueOutput extends Output[RespValue] with Product with Serializable
  35. case object SetOutput extends Output[Boolean] with Product with Serializable
  36. case object SingleOrMultiStringOutput extends Output[String] with Product with Serializable
  37. case object StrAlgoLcsOutput extends Output[redis.LcsOutput] with Product with Serializable
  38. case object StreamConsumersInfoOutput extends Output[Chunk[redis.StreamConsumersInfo]] with Product with Serializable
  39. case object StreamGroupsInfoOutput extends Output[Chunk[redis.StreamGroupsInfo]] with Product with Serializable
  40. case object StringOutput extends Output[String] with Product with Serializable
  41. case object TypeOutput extends Output[redis.RedisType] with Product with Serializable
  42. case object UnitOutput extends Output[Unit] with Product with Serializable
  43. case object XPendingOutput extends Output[redis.PendingInfo] 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

diff --git a/api/zio/redis/Redis$.html b/api/zio/redis/Redis$.html index 5e2a622400bdcbdba06070b6c09f870f54b32c9e..4ffb029be6229bbb041d1fb05b9d35c0f311383a 100644 --- a/api/zio/redis/Redis$.html +++ b/api/zio/redis/Redis$.html @@ -1,2 +1,2 @@

object Redis

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. lazy val live: URLayer[Has[RedisExecutor] with Has[Codec], Has[Redis]]
  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])

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

+var toRoot = '../../';

object Redis

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. lazy val live: URLayer[Has[RedisExecutor] with Has[Codec], Has[Redis]]
  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])

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

diff --git a/api/zio/redis/RedisExecutor$.html b/api/zio/redis/RedisExecutor$.html index 53ca6fc40209d55288a1c87a9564e95a7cc1f8f6..0037e126bfdec21d5e9d06f9f32ff119cf15e6de 100644 --- a/api/zio/redis/RedisExecutor$.html +++ b/api/zio/redis/RedisExecutor$.html @@ -1,2 +1,2 @@

object RedisExecutor

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. lazy val live: ZLayer[Logging with Has[RedisConfig], IOError, Has[RedisExecutor]]
  12. lazy val local: ZLayer[Logging, IOError, Has[RedisExecutor]]
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. lazy val test: URLayer[Random with Clock, Has[RedisExecutor]]
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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

+var toRoot = '../../';

object RedisExecutor

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. lazy val live: ZLayer[Logging with Has[RedisConfig], IOError, Has[RedisExecutor]]
  12. lazy val local: ZLayer[Logging, IOError, Has[RedisExecutor]]
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. lazy val test: URLayer[Random with Clock, Has[RedisExecutor]]
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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

diff --git a/api/zio/redis/RedisExecutor.html b/api/zio/redis/RedisExecutor.html index 7e8d49f048abefb9b943e5a0c8931b232135726d..24b571043fed8fe448b0da5a3f6f28929004af48 100644 --- a/api/zio/redis/RedisExecutor.html +++ b/api/zio/redis/RedisExecutor.html @@ -1,2 +1,2 @@

trait RedisExecutor extends AnyRef

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

Abstract Value Members

  1. abstract def execute(command: Chunk[BulkString]): IO[RedisError, RespValue]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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

+var toRoot = '../../';

trait RedisExecutor extends AnyRef

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

Abstract Value Members

  1. abstract def execute(command: Chunk[BulkString]): IO[RedisError, RespValue]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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

diff --git a/api/zio/redis/RespValue$$Array.html b/api/zio/redis/RespValue$$Array.html index b6ff7ba4fbd1b103c3f94fcb5b082c0caa075ecb..0966d2386bdb5d56fae5e5cf94465d7055e97c12 100644 --- a/api/zio/redis/RespValue$$Array.html +++ b/api/zio/redis/RespValue$$Array.html @@ -1,2 +1,2 @@

Packages

final case class Array(values: Chunk[RespValue]) extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Array
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Array(values: Chunk[RespValue])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  11. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. val values: Chunk[RespValue]
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

final case class Array(values: Chunk[RespValue]) extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Array
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Array(values: Chunk[RespValue])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  11. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. val values: Chunk[RespValue]
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/RespValue$$BulkString.html b/api/zio/redis/RespValue$$BulkString.html index d9a2b3a07bf49fbdc6b61bc05e56b9158c7ca35c..6eb7eb8578cbfbe73293fc9b5b7ab0661fdcfdb0 100644 --- a/api/zio/redis/RespValue$$BulkString.html +++ b/api/zio/redis/RespValue$$BulkString.html @@ -1,2 +1,2 @@

Packages

final case class BulkString(value: Chunk[Byte]) extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BulkString
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BulkString(value: Chunk[Byte])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  11. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. val value: Chunk[Byte]
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

final case class BulkString(value: Chunk[Byte]) extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BulkString
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BulkString(value: Chunk[Byte])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  11. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. val value: Chunk[Byte]
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/RespValue$$Error.html b/api/zio/redis/RespValue$$Error.html index f70bbc4b58d75dda8dac3de6e0a8d5d8a1d1751d..5b1ef31715cdeda97d6a7b877fd7c7ac3a29e652 100644 --- a/api/zio/redis/RespValue$$Error.html +++ b/api/zio/redis/RespValue$$Error.html @@ -1,2 +1,2 @@

Packages

final case class Error(value: String) extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Error
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Error(value: String)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  11. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. val value: String
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

final case class Error(value: String) extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Error
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Error(value: String)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  11. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. val value: String
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/RespValue$$Integer.html b/api/zio/redis/RespValue$$Integer.html index 5ac786ed47e22445bbacfa08f6ce9ec43a9998dd..726fa9693007740d0e5ad9df3d41b6876d0547f9 100644 --- a/api/zio/redis/RespValue$$Integer.html +++ b/api/zio/redis/RespValue$$Integer.html @@ -1,2 +1,2 @@

Packages

final case class Integer(value: Long) extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Integer
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Integer(value: Long)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  11. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. val value: Long
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

final case class Integer(value: Long) extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Integer
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Integer(value: Long)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  11. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. val value: Long
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/RespValue$$NullArray$.html b/api/zio/redis/RespValue$$NullArray$.html index 853a636a6c6dd6ab8bc0f415250f2e0e8ac1284e..bdaae6751278cccea25e04b66b3c38536fddfca1 100644 --- a/api/zio/redis/RespValue$$NullArray$.html +++ b/api/zio/redis/RespValue$$NullArray$.html @@ -1,2 +1,2 @@

Packages

case object NullArray extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NullArray
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. def productElementName(n: Int): String
    Definition Classes
    Product
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

case object NullArray extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NullArray
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. def productElementName(n: Int): String
    Definition Classes
    Product
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/RespValue$$NullBulkString$.html b/api/zio/redis/RespValue$$NullBulkString$.html index 121797ab99468f1a6d77d5cd9ccd9a054c337d33..e9b4cf3edf6bc79219d5279e3fd267b904fe7630 100644 --- a/api/zio/redis/RespValue$$NullBulkString$.html +++ b/api/zio/redis/RespValue$$NullBulkString$.html @@ -1,2 +1,2 @@

Packages

o

zio.redis.RespValue

NullBulkString

case object NullBulkString extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NullBulkString
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. def productElementName(n: Int): String
    Definition Classes
    Product
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

o

zio.redis.RespValue

NullBulkString

case object NullBulkString extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NullBulkString
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. def productElementName(n: Int): String
    Definition Classes
    Product
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/RespValue$$SimpleString.html b/api/zio/redis/RespValue$$SimpleString.html index 8706217690731deca485f84629ea2d583e4e3d8f..9428d973e5a32bfcedfba40b61f6ddbdfd1ad10a 100644 --- a/api/zio/redis/RespValue$$SimpleString.html +++ b/api/zio/redis/RespValue$$SimpleString.html @@ -1,2 +1,2 @@

Packages

c

zio.redis.RespValue

SimpleString

final case class SimpleString(value: String) extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleString
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleString(value: String)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  11. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. val value: String
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

c

zio.redis.RespValue

SimpleString

final case class SimpleString(value: String) extends RespValue with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleString
  2. RespValue
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleString(value: String)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  11. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. final def serialize: Chunk[Byte]
    Definition Classes
    RespValue
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. val value: String
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from RespValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/RespValue$.html b/api/zio/redis/RespValue$.html index f20f064f71c3f690ca836aeb969625f66ea4b42e..a1b44d2aa9214ccce65f7a2c1846c4ec6bf1fe8b 100644 --- a/api/zio/redis/RespValue$.html +++ b/api/zio/redis/RespValue$.html @@ -1,2 +1,2 @@

object RespValue extends Serializable

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

Type Members

  1. final case class Array(values: Chunk[RespValue]) extends RespValue with Product with Serializable
  2. final case class BulkString(value: Chunk[Byte]) extends RespValue with Product with Serializable
  3. final case class Error(value: String) extends RespValue with Product with Serializable
  4. final case class Integer(value: Long) extends RespValue with Product with Serializable
  5. final case class SimpleString(value: String) extends RespValue 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. object ArrayValues
  20. case object NullArray extends RespValue with Product with Serializable
  21. case object NullBulkString extends RespValue 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 Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

object RespValue extends Serializable

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

Type Members

  1. final case class Array(values: Chunk[RespValue]) extends RespValue with Product with Serializable
  2. final case class BulkString(value: Chunk[Byte]) extends RespValue with Product with Serializable
  3. final case class Error(value: String) extends RespValue with Product with Serializable
  4. final case class Integer(value: Long) extends RespValue with Product with Serializable
  5. final case class SimpleString(value: String) extends RespValue 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. object ArrayValues
  20. case object NullArray extends RespValue with Product with Serializable
  21. case object NullBulkString extends RespValue 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 Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/RespValue.html b/api/zio/redis/RespValue.html index 330d4bacbbb891c1de69c0d0d81c0d34a8b4df59..8a92dac77c281de6516da5adc7da85f37184cd9b 100644 --- a/api/zio/redis/RespValue.html +++ b/api/zio/redis/RespValue.html @@ -1,2 +1,2 @@

sealed trait RespValue extends Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RespValue
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def productArity: Int
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. def productIterator: Iterator[Any]
    Definition Classes
    Product
  17. def productPrefix: String
    Definition Classes
    Product
  18. final def serialize: Chunk[Byte]
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

sealed trait RespValue extends Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RespValue
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def productArity: Int
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. def productIterator: Iterator[Any]
    Definition Classes
    Product
  17. def productPrefix: String
    Definition Classes
    Product
  18. final def serialize: Chunk[Byte]
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/ResultBuilder$$ResultBuilder1.html b/api/zio/redis/ResultBuilder$$ResultBuilder1.html index b16691c25689a80d1e2945ebb84cee339e58ba9b..1bf1d10f3c7bc967f0250058690b897ea1897b7e 100644 --- a/api/zio/redis/ResultBuilder$$ResultBuilder1.html +++ b/api/zio/redis/ResultBuilder$$ResultBuilder1.html @@ -1,2 +1,2 @@

Packages

t

zio.redis.ResultBuilder

ResultBuilder1

trait ResultBuilder1[+F[_]] extends ResultBuilder

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

Abstract Value Members

  1. abstract def returning[R](implicit arg0: Schema[R]): ZIO[Has[Redis], RedisError, F[R]]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def flatMap(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  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 map(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ResultBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

t

zio.redis.ResultBuilder

ResultBuilder1

trait ResultBuilder1[+F[_]] extends ResultBuilder

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

Abstract Value Members

  1. abstract def returning[R](implicit arg0: Schema[R]): ZIO[Has[Redis], RedisError, F[R]]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def flatMap(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  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 map(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ResultBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/ResultBuilder$$ResultBuilder2.html b/api/zio/redis/ResultBuilder$$ResultBuilder2.html index 775c9eb24cacb5788a62747d351cfdb28d4223aa..6274ddd600a10b4918544bcff0a30b8cb9f90cf1 100644 --- a/api/zio/redis/ResultBuilder$$ResultBuilder2.html +++ b/api/zio/redis/ResultBuilder$$ResultBuilder2.html @@ -1,2 +1,2 @@

Packages

t

zio.redis.ResultBuilder

ResultBuilder2

trait ResultBuilder2[+F[_, _]] extends ResultBuilder

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

Abstract Value Members

  1. abstract def returning[R1, R2](implicit arg0: Schema[R1], arg1: Schema[R2]): ZIO[Has[Redis], RedisError, F[R1, R2]]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def flatMap(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  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 map(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ResultBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

t

zio.redis.ResultBuilder

ResultBuilder2

trait ResultBuilder2[+F[_, _]] extends ResultBuilder

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

Abstract Value Members

  1. abstract def returning[R1, R2](implicit arg0: Schema[R1], arg1: Schema[R2]): ZIO[Has[Redis], RedisError, F[R1, R2]]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def flatMap(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  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 map(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ResultBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/ResultBuilder$$ResultBuilder3.html b/api/zio/redis/ResultBuilder$$ResultBuilder3.html index 6a13d18aac8ccde511d1091ea2eaad897370c57c..a8f7147c6bcab6400e542b8b59709675ede4aa6c 100644 --- a/api/zio/redis/ResultBuilder$$ResultBuilder3.html +++ b/api/zio/redis/ResultBuilder$$ResultBuilder3.html @@ -1,2 +1,2 @@

Packages

t

zio.redis.ResultBuilder

ResultBuilder3

trait ResultBuilder3[+F[_, _, _]] extends ResultBuilder

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

Abstract Value Members

  1. abstract def returning[R1, R2, R3](implicit arg0: Schema[R1], arg1: Schema[R2], arg2: Schema[R3]): ZIO[Has[Redis], RedisError, F[R1, R2, R3]]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def flatMap(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  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 map(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ResultBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

t

zio.redis.ResultBuilder

ResultBuilder3

trait ResultBuilder3[+F[_, _, _]] extends ResultBuilder

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

Abstract Value Members

  1. abstract def returning[R1, R2, R3](implicit arg0: Schema[R1], arg1: Schema[R2], arg2: Schema[R3]): ZIO[Has[Redis], RedisError, F[R1, R2, R3]]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def flatMap(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  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 map(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ResultBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/ResultBuilder$$ResultOutputBuilder.html b/api/zio/redis/ResultBuilder$$ResultOutputBuilder.html index 85c19461b8bab2b17e42df9261f1f1b3ada804a1..97e38a5e887494663653c81fcc8509d79b69d871 100644 --- a/api/zio/redis/ResultBuilder$$ResultOutputBuilder.html +++ b/api/zio/redis/ResultBuilder$$ResultOutputBuilder.html @@ -1,2 +1,2 @@

Packages

t

zio.redis.ResultBuilder

ResultOutputBuilder

trait ResultOutputBuilder extends ResultBuilder

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

Abstract Value Members

  1. abstract def returning[R](implicit arg0: Output[R]): ZIO[Has[Redis], RedisError, R]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def flatMap(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  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 map(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ResultBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

t

zio.redis.ResultBuilder

ResultOutputBuilder

trait ResultOutputBuilder extends ResultBuilder

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

Abstract Value Members

  1. abstract def returning[R](implicit arg0: Output[R]): ZIO[Has[Redis], RedisError, R]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def flatMap(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  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 map(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
    Definition Classes
    ResultBuilder
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ResultBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/zio/redis/ResultBuilder.html b/api/zio/redis/ResultBuilder.html index 93058bc55a8f3a70a262bdad81b705ad32d339ff..1453fee12e11a61c00701ca6eb3988716277467e 100644 --- a/api/zio/redis/ResultBuilder.html +++ b/api/zio/redis/ResultBuilder.html @@ -1,2 +1,2 @@

sealed trait ResultBuilder extends AnyRef

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def flatMap(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
  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 map(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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

+var toRoot = '../../';

sealed trait ResultBuilder extends AnyRef

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def flatMap(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
  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 map(f: (Nothing) => Any)(implicit nrt: NeedsReturnType): ZIO[Any, Nothing, Nothing]
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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

diff --git a/api/zio/redis/api/Connection.html b/api/zio/redis/api/Connection.html index fb977386624f3214a90333c54eed7b6738c7f11d..8df06572717a2835b51706e67385b8655f237d47 100644 --- a/api/zio/redis/api/Connection.html +++ b/api/zio/redis/api/Connection.html @@ -1,25 +1,25 @@

Packages

t

zio.redis.api

Connection

trait Connection extends AnyRef

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def auth(password: String): ZIO[Has[Redis], RedisError, Unit]

    Authenticates the current connection to the server in two cases:

    Authenticates the current connection to the server in two cases:

    • If the Redis server is password protected via the the requirepass option
    • If a Redis 6.0 instance, or greater, is using the Redis ACL system. In this +var toRoot = '../../../';

      Packages

      t

      zio.redis.api

      Connection

      trait Connection extends AnyRef

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

      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. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      5. final def auth(password: String): ZIO[Has[Redis], RedisError, Unit]

        Authenticates the current connection to the server in two cases:

        Authenticates the current connection to the server in two cases:

        • If the Redis server is password protected via the the requirepass option
        • If a Redis 6.0 instance, or greater, is using the Redis ACL system. In this case it is assumed that the implicit username is default.
        password

        the password used to authenticate the connection

        returns

        if the password provided via AUTH matches the password in the configuration file, the Unit value is returned and - the server starts accepting commands. Otherwise, an error is returned and the client needs to try a new password.

      6. final def clientCaching(track: Boolean): ZIO[Has[Redis], RedisError, Unit]

        Controls the tracking of the keys in the next command executed by the connection, when tracking is enabled in Optin + the server starts accepting commands. Otherwise, an error is returned and the client needs to try a new password.

    • final def clientCaching(track: Boolean): ZIO[Has[Redis], RedisError, Unit]

      Controls the tracking of the keys in the next command executed by the connection, when tracking is enabled in Optin or Optout mode.

      Controls the tracking of the keys in the next command executed by the connection, when tracking is enabled in Optin or Optout mode.

      track

      specifies whether to enable the tracking of the keys in the next command or not

      returns

      - the Unit value.

    • final def clientGetName: ZIO[Has[Redis], RedisError, Option[String]]

      Returns the name of the current connection as set by clientSetName + the Unit value.

  6. final def clientGetName: ZIO[Has[Redis], RedisError, Option[String]]

    Returns the name of the current connection as set by clientSetName

    Returns the name of the current connection as set by clientSetName

    returns

    - the connection name, or None if a name wasn't set.

  7. final def clientGetRedir: ZIO[Has[Redis], RedisError, redis.ClientTrackingRedirect]

    Returns the client ID we are redirecting our tracking notifications to + the connection name, or None if a name wasn't set.

  • final def clientGetRedir: ZIO[Has[Redis], RedisError, redis.ClientTrackingRedirect]

    Returns the client ID we are redirecting our tracking notifications to

    Returns the client ID we are redirecting our tracking notifications to

    returns

    - the client ID if the tracking is enabled and the notifications are being redirected

  • final def clientId: ZIO[Has[Redis], RedisError, Long]

    Returns the ID of the current connection.

    Returns the ID of the current connection. Every connection ID has certain guarantees:

    • It is never repeated, so if clientID returns the same number, the caller can be sure that the underlying client + the client ID if the tracking is enabled and the notifications are being redirected

  • final def clientId: ZIO[Has[Redis], RedisError, Long]

    Returns the ID of the current connection.

    Returns the ID of the current connection. Every connection ID has certain guarantees:

    • It is never repeated, so if clientID returns the same number, the caller can be sure that the underlying client did not disconnect and reconnect the connection, but it is still the same connection.
    • The ID is monotonically incremental. If the ID of a connection is greater than the ID of another connection, it is guaranteed that the second connection was established with the server at a later time.
    returns

    - the ID of the current connection.

  • final def clientKill(filters: redis.ClientKillFilter*): ZIO[Has[Redis], RedisError, Long]

    Closes client connections with the specified filters.The following filters are available:

    Closes client connections with the specified filters.The following filters are available:

    • Address(ip, port). Kill all clients connected to specified address
    • LocalAddress(ip, port). Kill all clients connected to specified local (bind) address
    • Id(id). Allows to kill a client by its unique ID field. Client ID's are retrieved using the CLIENT LIST command
    • ClientType, where the type is one of normal, master, replica and pubsub. This closes the connections of all the + the ID of the current connection.

  • final def clientKill(filters: redis.ClientKillFilter*): ZIO[Has[Redis], RedisError, Long]

    Closes client connections with the specified filters.The following filters are available:

    Closes client connections with the specified filters.The following filters are available:

    • Address(ip, port). Kill all clients connected to specified address
    • LocalAddress(ip, port). Kill all clients connected to specified local (bind) address
    • Id(id). Allows to kill a client by its unique ID field. Client ID's are retrieved using the CLIENT LIST command
    • ClientType, where the type is one of normal, master, replica and pubsub. This closes the connections of all the clients in the specified class. Note that clients blocked into the MONITOR command are considered to belong to the normal class
    • User(username). Closes all the connections that are authenticated with the specified ACL username, however it returns an error if the username does not map to an existing ACL user
    • SkipMe(skip). By default this option is set to yes, that is, the client calling the command will not get @@ -28,54 +28,54 @@ or Optout mode. logical AND
    filters

    the specified filters for killing clients

    returns

    - the number of clients killed.

  • final def clientKill(address: redis.Address): ZIO[Has[Redis], RedisError, Unit]

    Closes a given client connection with the specified address + the number of clients killed.

  • final def clientKill(address: redis.Address): ZIO[Has[Redis], RedisError, Unit]

    Closes a given client connection with the specified address

    Closes a given client connection with the specified address

    address

    the address of the client to kill

    returns

    - the Unit value.

  • final def clientPause(timeout: Duration, mode: Option[redis.ClientPauseMode] = None): ZIO[Has[Redis], RedisError, Unit]

    Able to suspend all the Redis clients for the specified amount of time (in milliseconds).

    Able to suspend all the Redis clients for the specified amount of time (in milliseconds). Currently supports two + the Unit value.

  • final def clientPause(timeout: Duration, mode: Option[redis.ClientPauseMode] = None): ZIO[Has[Redis], RedisError, Unit]

    Able to suspend all the Redis clients for the specified amount of time (in milliseconds).

    Able to suspend all the Redis clients for the specified amount of time (in milliseconds). Currently supports two modes:

    • All: This is the default mode. All client commands are blocked
    • Write: Clients are only blocked if they attempt to execute a write command
    timeout

    the length of the pause in milliseconds

    mode

    option to specify the client pause mode

    returns

    - the Unit value.

  • final def clientSetName(name: String): ZIO[Has[Redis], RedisError, Unit]

    Assigns a name to the current connection + the Unit value.

  • final def clientSetName(name: String): ZIO[Has[Redis], RedisError, Unit]

    Assigns a name to the current connection

    Assigns a name to the current connection

    name

    the name to be assigned

    returns

    - the Unit value.

  • final def clientTrackingInfo: ZIO[Has[Redis], RedisError, redis.ClientTrackingInfo]

    Returns information about the current client connection's use of the server assisted client side caching feature + the Unit value.

  • final def clientTrackingInfo: ZIO[Has[Redis], RedisError, redis.ClientTrackingInfo]

    Returns information about the current client connection's use of the server assisted client side caching feature

    Returns information about the current client connection's use of the server assisted client side caching feature

    returns

    - tracking information.

  • final def clientTrackingOff: ZIO[Has[Redis], RedisError, Unit]

    Disables the tracking feature of the Redis server, that is used for server assisted client side caching + tracking information.

  • final def clientTrackingOff: ZIO[Has[Redis], RedisError, Unit]

    Disables the tracking feature of the Redis server, that is used for server assisted client side caching

    Disables the tracking feature of the Redis server, that is used for server assisted client side caching

    returns

    - the Unit value.

  • final def clientTrackingOn(redirect: Option[Long] = None, trackingMode: Option[redis.ClientTrackingMode] = None, noLoop: Boolean = false, prefixes: Set[String] = Set.empty): ZIO[Has[Redis], RedisError, Unit]

    Enables the tracking feature of the Redis server, that is used for server assisted client side caching.

    Enables the tracking feature of the Redis server, that is used for server assisted client side caching. The feature + the Unit value.

  • final def clientTrackingOn(redirect: Option[Long] = None, trackingMode: Option[redis.ClientTrackingMode] = None, noLoop: Boolean = false, prefixes: Set[String] = Set.empty): ZIO[Has[Redis], RedisError, Unit]

    Enables the tracking feature of the Redis server, that is used for server assisted client side caching.

    Enables the tracking feature of the Redis server, that is used for server assisted client side caching. The feature will remain active in the current connection for all its life, unless tracking is turned off with clientTrackingOff

    redirect

    the ID of the connection we want to send invalidation messages to

    trackingMode

    the mode used for tracking

    noLoop

    no loop option

    prefixes

    the prefixes registered

    returns

    - the Unit value.

  • final def clientUnblock(clientId: Long, error: Option[redis.UnblockBehavior] = None): ZIO[Has[Redis], RedisError, Boolean]

    Unblocks, from a different connection, a client blocked in a blocking operation + the Unit value.

  • final def clientUnblock(clientId: Long, error: Option[redis.UnblockBehavior] = None): ZIO[Has[Redis], RedisError, Boolean]

    Unblocks, from a different connection, a client blocked in a blocking operation

    Unblocks, from a different connection, a client blocked in a blocking operation

    clientId

    the ID of the client to unblock

    error

    option to specify the unblocking behavior

    returns

    - true if the client was unblocked successfully, or false if the client wasn't unblocked.

  • final def clientUnpause: ZIO[Has[Redis], RedisError, Unit]

    Resumes command processing for all clients that were paused by clientPause

    Resumes command processing for all clients that were paused by clientPause

    returns

    - the Unit value.

  • def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  • final def echo(message: String): ZIO[Has[Redis], RedisError, String]

    Echoes the given string.

    Echoes the given string. + true if the client was unblocked successfully, or false if the client wasn't unblocked.

  • final def clientUnpause: ZIO[Has[Redis], RedisError, Unit]

    Resumes command processing for all clients that were paused by clientPause

    Resumes command processing for all clients that were paused by clientPause

    returns

    + the Unit value.

  • def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  • final def echo(message: String): ZIO[Has[Redis], RedisError, String]

    Echoes the given string.

    Echoes the given string.

    message

    the message to be echoed

    returns

    - the message.

  • 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 ping(message: Option[String] = None): ZIO[Has[Redis], RedisError, String]

    Pings the server.

    Pings the server. + the message.

  • 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 ping(message: Option[String] = None): ZIO[Has[Redis], RedisError, String]

    Pings the server.

    Pings the server.

    message

    the optional message to receive back from server

    returns

    PONG if no argument is provided, otherwise return a copy of the argument as a bulk. This command is often used to - test if a connection is still alive, or to measure latency.

  • final def quit: ZIO[Has[Redis], RedisError, Unit]

    Ask the server to close the connection.

    Ask the server to close the connection. The connection is closed as soon as all pending replies have been written + test if a connection is still alive, or to measure latency.

  • final def quit: ZIO[Has[Redis], RedisError, Unit]

    Ask the server to close the connection.

    Ask the server to close the connection. The connection is closed as soon as all pending replies have been written to the client

    returns

    - the Unit value.

  • final def reset: ZIO[Has[Redis], RedisError, Unit]

    Performs a full reset of the connection's server-side context, mimicking the effects of disconnecting and + the Unit value.

  • final def reset: ZIO[Has[Redis], RedisError, Unit]

    Performs a full reset of the connection's server-side context, mimicking the effects of disconnecting and reconnecting again

    Performs a full reset of the connection's server-side context, mimicking the effects of disconnecting and reconnecting again

    returns

    - the Unit value.

  • final def select(index: Long): ZIO[Has[Redis], RedisError, Unit]

    Changes the database for the current connection to the database having the specified numeric index.

    Changes the database for the current connection to the database having the specified numeric index. The currently + the Unit value.

  • final def select(index: Long): ZIO[Has[Redis], RedisError, Unit]

    Changes the database for the current connection to the database having the specified numeric index.

    Changes the database for the current connection to the database having the specified numeric index. The currently selected database is a property of the connection; clients should track the selected database and re-select it on reconnection.

    index

    diff --git a/api/zio/redis/api/Geo.html b/api/zio/redis/api/Geo.html index f89f40b3cf9b8f66921ffe89307dd42cd23bdabf..1d8d1a4b82562411709614cb29fd84b14c024a1f 100644 --- a/api/zio/redis/api/Geo.html +++ b/api/zio/redis/api/Geo.html @@ -1,30 +1,30 @@

    Packages

    trait Geo extends AnyRef

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

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. final def geoAdd[K, M](key: K, item: (redis.LongLat, M), items: (redis.LongLat, M)*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

      Adds the specified geospatial items (latitude, longitude, name) to the specified key.

      Adds the specified geospatial items (latitude, longitude, name) to the specified key. +var toRoot = '../../../';

      Packages

      trait Geo extends AnyRef

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

      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. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      5. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
      6. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      7. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      8. final def geoAdd[K, M](key: K, item: (redis.LongLat, M), items: (redis.LongLat, M)*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

        Adds the specified geospatial items (latitude, longitude, name) to the specified key.

        Adds the specified geospatial items (latitude, longitude, name) to the specified key.

        key

        sorted set where the items will be stored

        item

        tuple of (latitude, longitude, name) to add

        items

        additional items

        returns

        - number of new elements added to the sorted set.

      9. final def geoDist[K, M](key: K, member1: M, member2: M, radiusUnit: Option[redis.RadiusUnit] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

        Return the distance between two members in the geospatial index represented by the sorted set.

        Return the distance between two members in the geospatial index represented by the sorted set. + number of new elements added to the sorted set.

  • final def geoDist[K, M](key: K, member1: M, member2: M, radiusUnit: Option[redis.RadiusUnit] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

    Return the distance between two members in the geospatial index represented by the sorted set.

    Return the distance between two members in the geospatial index represented by the sorted set.

    key

    sorted set of geospatial members

    member1

    member in set

    member2

    member in set

    radiusUnit

    Unit of distance ("m", "km", "ft", "mi")

    returns

    - distance between the two specified members in the specified unit or None if either member is missing.

  • final def geoHash[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[Option[String]]]

    Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a + distance between the two specified members in the specified unit or None if either member is missing.

  • final def geoHash[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[Option[String]]]

    Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.

    Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.

    key

    sorted set of geospatial members

    member

    member in set

    members

    additional members

    returns

    - chunk of geohashes, where value is None if a member is not in the set.

  • final def geoPos[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[Option[redis.LongLat]]]

    Return the positions (longitude, latitude) of all the specified members of the geospatial index represented by the + chunk of geohashes, where value is None if a member is not in the set.

  • final def geoPos[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[Option[redis.LongLat]]]

    Return the positions (longitude, latitude) of all the specified members of the geospatial index represented by the sorted set at key.

    Return the positions (longitude, latitude) of all the specified members of the geospatial index represented by the sorted set at key.

    key

    sorted set of geospatial members

    member

    member in the set

    members

    additional members

    returns

    - chunk of positions, where value is None if a member is not in the set.

  • final def geoRadius[K](key: K, center: redis.LongLat, radius: Double, radiusUnit: redis.RadiusUnit, withCoord: Option[redis.WithCoord] = None, withDist: Option[redis.WithDist] = None, withHash: Option[redis.WithHash] = None, count: Option[redis.Count] = None, order: Option[redis.Order] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[redis.GeoView]]

    Return geospatial members of a sorted set which are within the area specified with a *center location* and the + chunk of positions, where value is None if a member is not in the set.

  • final def geoRadius[K](key: K, center: redis.LongLat, radius: Double, radiusUnit: redis.RadiusUnit, withCoord: Option[redis.WithCoord] = None, withDist: Option[redis.WithDist] = None, withHash: Option[redis.WithHash] = None, count: Option[redis.Count] = None, order: Option[redis.Order] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[redis.GeoView]]

    Return geospatial members of a sorted set which are within the area specified with a *center location* and the *maximum distance from the center*.

    Return geospatial members of a sorted set which are within the area specified with a *center location* and the *maximum distance from the center*.

    key

    @@ -37,7 +37,7 @@ sorted set at key. flag to include raw geohash sorted set score of each member in the result

    count

    limit the results to the first N matching items

    order

    sort returned items in the given Order

    returns

    - chunk of members within the specified are.

  • final def geoRadiusByMember[K, M](key: K, member: M, radius: Double, radiusUnit: redis.RadiusUnit, withCoord: Option[redis.WithCoord] = None, withDist: Option[redis.WithDist] = None, withHash: Option[redis.WithHash] = None, count: Option[redis.Count] = None, order: Option[redis.Order] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[redis.GeoView]]

    Return geospatial members of a sorted set which are within the area specified with an *existing member* in the set + chunk of members within the specified are.

  • final def geoRadiusByMember[K, M](key: K, member: M, radius: Double, radiusUnit: redis.RadiusUnit, withCoord: Option[redis.WithCoord] = None, withDist: Option[redis.WithDist] = None, withHash: Option[redis.WithHash] = None, count: Option[redis.Count] = None, order: Option[redis.Order] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[redis.GeoView]]

    Return geospatial members of a sorted set which are within the area specified with an *existing member* in the set and the *maximum distance from the location of that member*.

    Return geospatial members of a sorted set which are within the area specified with an *existing member* in the set and the *maximum distance from the location of that member*.

    key

    @@ -50,7 +50,7 @@ and the *maximum distance from the location of that member*. flag to include raw geohash sorted set score of each member in the result

    count

    limit the results to the first N matching items

    order

    sort returned items in the given Order number should be stored

    returns

    - chunk of members within the specified area, or an error if the member is not in the set.

  • final def geoRadiusByMemberStore[K, M](key: K, member: M, radius: Double, radiusUnit: redis.RadiusUnit, store: redis.StoreOptions, withCoord: Option[redis.WithCoord] = None, withDist: Option[redis.WithDist] = None, withHash: Option[redis.WithHash] = None, count: Option[redis.Count] = None, order: Option[redis.Order] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Similar to geoRadiusByMember, but store the results to the argument passed to store and return the number of + chunk of members within the specified area, or an error if the member is not in the set.

  • final def geoRadiusByMemberStore[K, M](key: K, member: M, radius: Double, radiusUnit: redis.RadiusUnit, store: redis.StoreOptions, withCoord: Option[redis.WithCoord] = None, withDist: Option[redis.WithDist] = None, withHash: Option[redis.WithHash] = None, count: Option[redis.Count] = None, order: Option[redis.Order] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Similar to geoRadiusByMember, but store the results to the argument passed to store and return the number of elements stored.

    Similar to geoRadiusByMember, but store the results to the argument passed to store and return the number of elements stored. Added as a separate Scala function because it returns a Long instead of the list of results. Find geospatial members of a sorted set which are within the area specified with an *existing member* in the set and the @@ -67,7 +67,7 @@ geospatial members of a sorted set which are within the area specified with an * limit the results to the first N matching items

    order

    sort returned items in the given Order

    returns

    chunk of members within the specified area, or an error if the member is not in the set. -We expect at least one of Option[Store] and Option[StoreDist] to be passed here.

  • final def geoRadiusStore[K](key: K, center: redis.LongLat, radius: Double, radiusUnit: redis.RadiusUnit, store: redis.StoreOptions, withCoord: Option[redis.WithCoord] = None, withDist: Option[redis.WithDist] = None, withHash: Option[redis.WithHash] = None, count: Option[redis.Count] = None, order: Option[redis.Order] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Similar to geoRadius, but store the results to the argument passed to store and return the number of elements +We expect at least one of Option[Store] and Option[StoreDist] to be passed here.

  • final def geoRadiusStore[K](key: K, center: redis.LongLat, radius: Double, radiusUnit: redis.RadiusUnit, store: redis.StoreOptions, withCoord: Option[redis.WithCoord] = None, withDist: Option[redis.WithDist] = None, withHash: Option[redis.WithHash] = None, count: Option[redis.Count] = None, order: Option[redis.Order] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Similar to geoRadius, but store the results to the argument passed to store and return the number of elements stored.

    Similar to geoRadius, but store the results to the argument passed to store and return the number of elements stored. Added as a separate Scala function because it returns a Long instead of the list of results. Find the geospatial members of a sorted set which are within the area specified with a *center location* and the *maximum diff --git a/api/zio/redis/api/Hashes.html b/api/zio/redis/api/Hashes.html index b01914a388fee71fd1755950a3e45e741f8399fd..05d2cd9c7fb21bcb04f3611ead3713c02dac4c48 100644 --- a/api/zio/redis/api/Hashes.html +++ b/api/zio/redis/api/Hashes.html @@ -1,10 +1,10 @@

    Packages

    trait Hashes extends AnyRef

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

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. final def hDel[K, F](key: K, field: F, fields: F*)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

      Removes the specified fields from the hash stored at key.

      Removes the specified fields from the hash stored at key. +var toRoot = '../../../';

      Packages

      trait Hashes extends AnyRef

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

      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. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      5. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
      6. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      7. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      8. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native() @IntrinsicCandidate()
      9. final def hDel[K, F](key: K, field: F, fields: F*)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

        Removes the specified fields from the hash stored at key.

        Removes the specified fields from the hash stored at key.

        key

        of the hash that should be removed

        field

        field to remove

        fields

        additional fields

        returns

        - number of fields removed from the hash.

      10. final def hExists[K, F](key: K, field: F)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Boolean]

        Returns if field is an existing field in the hash stored at key.

        Returns if field is an existing field in the hash stored at key. + number of fields removed from the hash.

      11. final def hExists[K, F](key: K, field: F)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Boolean]

        Returns if field is an existing field in the hash stored at key.

        Returns if field is an existing field in the hash stored at key.

        key

        of the hash that should be inspected

        field

        field to inspect

        returns

        @@ -15,26 +15,26 @@ var toRoot = '../../../';

      12. final def hIncrBy[K, F](key: K, field: F, increment: Long)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

        Increments the number stored at field in the hash stored at key by increment.

        Increments the number stored at field in the hash stored at key by increment. If field does not exist the + map of field -> value pairs under the key.

      13. final def hIncrBy[K, F](key: K, field: F, increment: Long)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

        Increments the number stored at field in the hash stored at key by increment.

        Increments the number stored at field in the hash stored at key by increment. If field does not exist the value is set to increment.

        key

        of the hash that should be updated

        field

        field containing an integer, or a new field

        increment

        integer to increment with

        returns

        - integer value after incrementing, or error if the field is not an integer.

      14. final def hIncrByFloat[K, F](key: K, field: F, increment: Double)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Double]

        Increment the specified field of a hash stored at key, and representing a floating point number by the + integer value after incrementing, or error if the field is not an integer.

    10. final def hIncrByFloat[K, F](key: K, field: F, increment: Double)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Double]

      Increment the specified field of a hash stored at key, and representing a floating point number by the specified increment.

      Increment the specified field of a hash stored at key, and representing a floating point number by the specified increment.

      key

      of the hash that should be updated

      field

      field containing a float, or a new field

      increment

      float to increment with

      returns

      - float value after incrementing, or error if the field is not a float.

    11. final def hKeys[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

      Returns all field names in the hash stored at key.

      Returns all field names in the hash stored at key. + float value after incrementing, or error if the field is not a float.

    12. final def hKeys[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

      Returns all field names in the hash stored at key.

      Returns all field names in the hash stored at key.

      key

      of the hash whose fields should be returned

      returns

      - chunk of field names.

    13. final def hLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

      Returns the number of fields contained in the hash stored at key.

      Returns the number of fields contained in the hash stored at key. + chunk of field names.

    14. final def hLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

      Returns the number of fields contained in the hash stored at key.

      Returns the number of fields contained in the hash stored at key.

      key

      of the hash whose fields should be counted

      returns

      - number of fields.

    15. final def hRandField[K](key: K, count: Long, withValues: Boolean = false)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

      Returns an array of at most count distinct fields randomly.

      Returns an array of at most count distinct fields randomly. If called with a negative count, the command will + number of fields.

    16. final def hRandField[K](key: K, count: Long, withValues: Boolean = false)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

      Returns an array of at most count distinct fields randomly.

      Returns an array of at most count distinct fields randomly. If called with a negative count, the command will return exactly count fields, allowing repeats. If withValues is true it will return fields with his values intercalated.

      key

      @@ -45,40 +45,40 @@ intercalated.

      Returns a random field from the hash value stored at key

      key

      of the hash which fields should be read

      returns

      - random field in the hash or None when key does not exist.

    17. final def hScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[redis.Count] = None)(implicit arg0: Schema[K]): ResultBuilder2[[x, y](Long, Chunk[(x, y)])]

      Iterates fields of Hash types and their associated values using a cursor-based iterator + random field in the hash or None when key does not exist.

  • final def hScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[redis.Count] = None)(implicit arg0: Schema[K]): ResultBuilder2[[x, y](Long, Chunk[(x, y)])]

    Iterates fields of Hash types and their associated values using a cursor-based iterator

    Iterates fields of Hash types and their associated values using a cursor-based iterator

    key

    of the hash that should be scanned

    cursor

    integer representing iterator

    pattern

    regular expression matching keys to scan

    count

    approximate number of elements to return (see https://redis.io/commands/scan#the-count-option)

    returns

    - pair containing the next cursor and list of elements scanned.

  • final def hSet[K, F, V](key: K, pair: (F, V), pairs: (F, V)*)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Sets field -> value pairs in the hash stored at key + pair containing the next cursor and list of elements scanned.

  • final def hSet[K, F, V](key: K, pair: (F, V), pairs: (F, V)*)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Sets field -> value pairs in the hash stored at key

    Sets field -> value pairs in the hash stored at key

    key

    of the hash whose value should be set

    pair

    mapping of a field to value

    pairs

    additional pairs

    returns

    - number of fields added.

  • final def hSetNx[K, F, V](key: K, field: F, value: V)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Sets field in the hash stored at key to value, only if field does not yet exist + number of fields added.

  • final def hSetNx[K, F, V](key: K, field: F, value: V)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Sets field in the hash stored at key to value, only if field does not yet exist

    Sets field in the hash stored at key to value, only if field does not yet exist

    key

    of the hash whose value should be set

    field

    for which a value should be set

    value

    that should be set

    returns

    - true if field is a new field and value was set, otherwise false.

  • final def hStrLen[K, F](key: K, field: F)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

    Returns the string length of the value associated with field in the hash stored at key + true if field is a new field and value was set, otherwise false.

  • final def hStrLen[K, F](key: K, field: F)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

    Returns the string length of the value associated with field in the hash stored at key

    Returns the string length of the value associated with field in the hash stored at key

    key

    of the hash that should be read

    field

    which value length should be returned

    returns

    - string length of the value in field, or zero if either field or key do not exist.

  • final def hVals[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Returns all values in the hash stored at key + string length of the value in field, or zero if either field or key do not exist.

  • final def hVals[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Returns all values in the hash stored at key

    Returns all values in the hash stored at key

    key

    of the hash which values should be read

    returns

    - list of values in the hash, or an empty list when key does not exist.

  • def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  • final def hmGet[K, F](key: K, field: F, fields: F*)(implicit arg0: Schema[K], arg1: Schema[F]): ResultBuilder1[[x]Chunk[Option[x]]]

    Returns the values associated with the specified fields in the hash stored at key.

    Returns the values associated with the specified fields in the hash stored at key. + list of values in the hash, or an empty list when key does not exist.

  • def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  • final def hmGet[K, F](key: K, field: F, fields: F*)(implicit arg0: Schema[K], arg1: Schema[F]): ResultBuilder1[[x]Chunk[Option[x]]]

    Returns the values associated with the specified fields in the hash stored at key.

    Returns the values associated with the specified fields in the hash stored at key.

    key

    of the hash whose values should be read

    field

    fields to retrieve

    fields

    additional fields

    returns

    - chunk of values, where value is None if the field is not in the hash.

  • final def hmSet[K, F, V](key: K, pair: (F, V), pairs: (F, V)*)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Sets the specified field -> value pairs in the hash stored at key.

    Sets the specified field -> value pairs in the hash stored at key. Deprecated: As per Redis 4.0.0, HMSET is + chunk of values, where value is None if the field is not in the hash.

  • final def hmSet[K, F, V](key: K, pair: (F, V), pairs: (F, V)*)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Sets the specified field -> value pairs in the hash stored at key.

    Sets the specified field -> value pairs in the hash stored at key. Deprecated: As per Redis 4.0.0, HMSET is considered deprecated. Please use hSet instead.

    key

    of the hash whose value should be set

    pair

    diff --git a/api/zio/redis/api/HyperLogLog.html b/api/zio/redis/api/HyperLogLog.html index 9e96982a62fb56c4b972006c6f21d6c629aa8a64..0511c0e7e0194725522f2a519ddc6066c46bc0a3 100644 --- a/api/zio/redis/api/HyperLogLog.html +++ b/api/zio/redis/api/HyperLogLog.html @@ -1,14 +1,14 @@

    Packages

    t

    zio.redis.api

    HyperLogLog

    trait HyperLogLog extends AnyRef

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

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    14. final def pfAdd[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

      Adds the specified elements to the specified HyperLogLog.

      Adds the specified elements to the specified HyperLogLog. +var toRoot = '../../../';

      Packages

      t

      zio.redis.api

      HyperLogLog

      trait HyperLogLog extends AnyRef

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

      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. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      5. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
      6. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      7. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      8. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native() @IntrinsicCandidate()
      9. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native() @IntrinsicCandidate()
      10. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      11. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      12. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native() @IntrinsicCandidate()
      13. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native() @IntrinsicCandidate()
      14. final def pfAdd[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

        Adds the specified elements to the specified HyperLogLog.

        Adds the specified elements to the specified HyperLogLog.

        key

        HLL key where the elements will be added

        element

        element to count

        elements

        additional elements to count

        returns

        - boolean indicating if at least 1 HyperLogLog register was altered.

      15. final def pfCount[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

        Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

        Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s). + boolean indicating if at least 1 HyperLogLog register was altered.

  • final def pfCount[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

    key

    HLL key

    keys

    additional keys

    returns

    - approximate number of unique elements observed via PFADD.

  • final def pfMerge[K](destKey: K, sourceKey: K, sourceKeys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Merge N different HyperLogLogs into a single one.

    Merge N different HyperLogLogs into a single one. + approximate number of unique elements observed via PFADD.

  • final def pfMerge[K](destKey: K, sourceKey: K, sourceKeys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Merge N different HyperLogLogs into a single one.

    Merge N different HyperLogLogs into a single one.

    destKey

    HLL key where the merged HLLs will be stored

    sourceKey

    HLL key to merge

    sourceKeys

    diff --git a/api/zio/redis/api/Keys.html b/api/zio/redis/api/Keys.html index cf146945897bed30069d78064c430ba2b472f371..40c76245e1c851e7a47968f8e06fd61d56fe0ea9 100644 --- a/api/zio/redis/api/Keys.html +++ b/api/zio/redis/api/Keys.html @@ -1,31 +1,31 @@

    Packages

    trait Keys extends AnyRef

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

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def del[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

      Removes the specified keys.

      Removes the specified keys. A key is ignored if it does not exist. +var toRoot = '../../../';

      Packages

      trait Keys extends AnyRef

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

      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. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      5. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
      6. final def del[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

        Removes the specified keys.

        Removes the specified keys. A key is ignored if it does not exist.

        key

        one required key

        keys

        maybe rest of the keys

        returns

        The number of keys that were removed.

        See also

        - unlink

      7. final def dump[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Byte]]

        Serialize the value stored at key in a Redis-specific format and return it to the user.

        Serialize the value stored at key in a Redis-specific format and return it to the user. + unlink

  • final def dump[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Byte]]

    Serialize the value stored at key in a Redis-specific format and return it to the user.

    Serialize the value stored at key in a Redis-specific format and return it to the user.

    key

    key

    returns

    - bytes for value stored at key.

  • final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  • final def exists[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    The number of keys existing among the ones specified as arguments.

    The number of keys existing among the ones specified as arguments. Keys mentioned multiple times and existing are + bytes for value stored at key.

  • final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  • final def exists[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    The number of keys existing among the ones specified as arguments.

    The number of keys existing among the ones specified as arguments. Keys mentioned multiple times and existing are counted multiple times.

    key

    one required key

    keys

    maybe rest of the keys

    returns

    - The number of keys existing.

  • final def expire[K](key: K, timeout: Duration)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Set a timeout on key.

    Set a timeout on key. After the timeout has expired, the key will automatically be deleted. + The number of keys existing.

  • final def expire[K](key: K, timeout: Duration)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Set a timeout on key.

    Set a timeout on key. After the timeout has expired, the key will automatically be deleted.

    key

    key

    timeout

    timeout

    returns

    true, if the timeout was set, false if the key didn't exist.

    See also

    - expireAt

  • final def expireAt[K](key: K, timestamp: Instant)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Deletes the key at the specific timestamp.

    Deletes the key at the specific timestamp. A timestamp in the past will delete the key immediately. + expireAt

  • final def expireAt[K](key: K, timestamp: Instant)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Deletes the key at the specific timestamp.

    Deletes the key at the specific timestamp. A timestamp in the past will delete the key immediately.

    key

    key

    timestamp

    an absolute Unix timestamp (seconds since January 1, 1970)

    returns

    true, if the timeout was set, false if the key didn't exist.

    See also

    - expire

  • 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 keys(pattern: String): ResultBuilder1[Chunk]

    Returns all keys matching pattern.

    Returns all keys matching pattern. + expire

  • 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 keys(pattern: String): ResultBuilder1[Chunk]

    Returns all keys matching pattern.

    Returns all keys matching pattern.

    pattern

    string pattern

    returns

    - keys matching pattern.

  • final def migrate[K](host: String, port: Long, key: K, destinationDb: Long, timeout: Duration, auth: Option[redis.Auth] = None, copy: Option[redis.Copy] = None, replace: Option[redis.Replace] = None, keys: Option[(K, List[K])])(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, String]

    Atomically transfer a key from a source Redis instance to a destination Redis instance.

    Atomically transfer a key from a source Redis instance to a destination Redis instance. On success the key is + keys matching pattern.

  • final def migrate[K](host: String, port: Long, key: K, destinationDb: Long, timeout: Duration, auth: Option[redis.Auth] = None, copy: Option[redis.Copy] = None, replace: Option[redis.Replace] = None, keys: Option[(K, List[K])])(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, String]

    Atomically transfer a key from a source Redis instance to a destination Redis instance.

    Atomically transfer a key from a source Redis instance to a destination Redis instance. On success the key is deleted from the original instance and is guaranteed to exist in the target instance.

    host

    remote redis host

    port

    @@ -37,38 +37,38 @@ deleted from the original instance and is guaranteed to exist in the target inst copy option, to not remove the key from the local instance

    replace

    replace option, to replace existing key on the remote instance

    keys

    keys option, to migrate multiple keys, non empty list of keys

    returns

    - string OK on success, or NOKEY if no keys were found in the source instance.

  • final def move[K](key: K, destinationDb: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Move key from the currently selected database to the specified destination database.

    Move key from the currently selected database to the specified destination database. When key already exists in the + string OK on success, or NOKEY if no keys were found in the source instance.

  • final def move[K](key: K, destinationDb: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Move key from the currently selected database to the specified destination database.

    Move key from the currently selected database to the specified destination database. When key already exists in the destination database, or it does not exist in the source database, it does nothing.

    key

    key

    destinationDb

    destination database id

    returns

    - true if the key was moved.

  • 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 pExpire[K](key: K, timeout: Duration)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Set a timeout on key.

    Set a timeout on key. After the timeout has expired, the key will automatically be deleted. + true if the key was moved.

  • 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 pExpire[K](key: K, timeout: Duration)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Set a timeout on key.

    Set a timeout on key. After the timeout has expired, the key will automatically be deleted.

    key

    key

    timeout

    timeout

    returns

    true, if the timeout was set, false if the key didn't exist.

    See also

    - pExpireAt

  • final def pExpireAt[K](key: K, timestamp: Instant)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Deletes the key at the specific timestamp.

    Deletes the key at the specific timestamp. A timestamp in the past will delete the key immediately. + pExpireAt

  • final def pExpireAt[K](key: K, timestamp: Instant)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Deletes the key at the specific timestamp.

    Deletes the key at the specific timestamp. A timestamp in the past will delete the key immediately.

    key

    key

    timestamp

    an absolute Unix timestamp (milliseconds since January 1, 1970)

    returns

    true, if the timeout was set, false if the key didn't exist.

    See also

    - pExpire

  • final def pTtl[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Duration]

    Returns the remaining time to live of a key that has a timeout.

    Returns the remaining time to live of a key that has a timeout. + pExpire

  • final def pTtl[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Duration]

    Returns the remaining time to live of a key that has a timeout.

    Returns the remaining time to live of a key that has a timeout.

    key

    key

    returns

    - remaining time to live of a key that has a timeout, error otherwise.

  • final def persist[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Remove the existing timeout on key.

    Remove the existing timeout on key. + remaining time to live of a key that has a timeout, error otherwise.

  • final def persist[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Remove the existing timeout on key.

    Remove the existing timeout on key.

    key

    key

    returns

    true if timeout was removed, false if key does not exist or does not have an associated timeout.

  • final def randomKey: ResultBuilder1[Option]

    Return a random key from the currently selected database.

    Return a random key from the currently selected database.

    returns

    - key or None when the database is empty.

  • final def rename[K](key: K, newKey: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Renames key to newKey.

    Renames key to newKey. It returns an error when key does not exist. If newKey already exists it is overwritten. + key or None when the database is empty.

  • final def rename[K](key: K, newKey: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Renames key to newKey.

    Renames key to newKey. It returns an error when key does not exist. If newKey already exists it is overwritten.

    key

    key to be renamed

    newKey

    new name

    returns

    - unit if successful, error otherwise.

  • final def renameNx[K](key: K, newKey: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Renames key to newKey if newKey does not yet exist.

    Renames key to newKey if newKey does not yet exist. It returns an error when key does not exist. + unit if successful, error otherwise.

  • final def renameNx[K](key: K, newKey: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Renames key to newKey if newKey does not yet exist.

    Renames key to newKey if newKey does not yet exist. It returns an error when key does not exist.

    key

    key to be renamed

    newKey

    new name

    returns

    - true if key was renamed to newKey, false if newKey already exists.

  • final def restore[K](key: K, ttl: Long, value: Chunk[Byte], replace: Option[redis.Replace] = None, absTtl: Option[redis.AbsTtl] = None, idleTime: Option[redis.IdleTime] = None, freq: Option[redis.Freq] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Create a key associated with a value that is obtained by deserializing the provided serialized value.

    Create a key associated with a value that is obtained by deserializing the provided serialized value. Error when + true if key was renamed to newKey, false if newKey already exists.

  • final def restore[K](key: K, ttl: Long, value: Chunk[Byte], replace: Option[redis.Replace] = None, absTtl: Option[redis.AbsTtl] = None, idleTime: Option[redis.IdleTime] = None, freq: Option[redis.Freq] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Create a key associated with a value that is obtained by deserializing the provided serialized value.

    Create a key associated with a value that is obtained by deserializing the provided serialized value. Error when key already exists unless you use the REPLACE option.

    key

    key

    ttl

    @@ -79,14 +79,14 @@ key already exists unless you use the REPLACE option. expire

    idleTime

    idle time based eviction policy

    freq

    frequency based eviction policy

    returns

    - unit on success.

  • final def scan(cursor: Long, pattern: Option[String] = None, count: Option[redis.Count] = None, type: Option[redis.RedisType] = None): ResultBuilder1[[x](Long, Chunk[x])]

    Iterates the set of keys in the currently selected Redis database.

    Iterates the set of keys in the currently selected Redis database. An iteration starts when the cursor is set to 0, + unit on success.

  • final def scan(cursor: Long, pattern: Option[String] = None, count: Option[redis.Count] = None, type: Option[redis.RedisType] = None): ResultBuilder1[[x](Long, Chunk[x])]

    Iterates the set of keys in the currently selected Redis database.

    Iterates the set of keys in the currently selected Redis database. An iteration starts when the cursor is set to 0, and terminates when the cursor returned by the server is 0.

    cursor

    cursor value, starts with zero

    pattern

    key pattern

    count

    count option, specifies number of returned elements per call

    returns

    returns an updated cursor that the user needs to use as the cursor argument in the next call along with the - values.

  • final def sort[K](key: K, by: Option[String] = None, limit: Option[redis.Limit] = None, order: redis.Order = Order.Ascending, get: Option[(String, List[String])] = None, alpha: Option[redis.Alpha] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Sorts the list, set, or sorted set stored at key.

    Sorts the list, set, or sorted set stored at key. Returns the sorted elements. + values.

  • final def sort[K](key: K, by: Option[String] = None, limit: Option[redis.Limit] = None, order: redis.Order = Order.Ascending, get: Option[(String, List[String])] = None, alpha: Option[redis.Alpha] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Sorts the list, set, or sorted set stored at key.

    Sorts the list, set, or sorted set stored at key. Returns the sorted elements.

    key

    key

    by

    by option, specifies a pattern to use as an external key

    limit

    @@ -94,7 +94,7 @@ and terminates when the cursor returned by the server is 0. ordering option, sort descending instead of ascending

    get

    get option, return the values referenced by the keys generated from the get patterns

    alpha

    alpha option, sort the values alphanumerically, instead of by interpreting the value as floating point number

    returns

    - the sorted values, or the values found using the get patterns.

  • final def sortStore[K](key: K, storeAt: redis.Store, by: Option[String] = None, limit: Option[redis.Limit] = None, order: redis.Order = Order.Ascending, get: Option[(String, List[String])] = None, alpha: Option[redis.Alpha] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Sorts the list, set, or sorted set stored at key.

    Sorts the list, set, or sorted set stored at key. Stores the results at storeAt. Returns the number of values + the sorted values, or the values found using the get patterns.

  • final def sortStore[K](key: K, storeAt: redis.Store, by: Option[String] = None, limit: Option[redis.Limit] = None, order: redis.Order = Order.Ascending, get: Option[(String, List[String])] = None, alpha: Option[redis.Alpha] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Sorts the list, set, or sorted set stored at key.

    Sorts the list, set, or sorted set stored at key. Stores the results at storeAt. Returns the number of values sorted.

    The functions sort and sortStore are both implemented by the Redis command SORT. Because they have different return types, they are split into two Scala functions.

    key

    @@ -105,23 +105,23 @@ types, they are split into two Scala functions. ordering option, sort descending instead of ascending

    get

    get option, return the values referenced by the keys generated from the get patterns

    alpha

    alpha option, sort the values alphanumerically, instead of by interpreting the value as floating point number

    returns

    - the sorted values, or the values found using the get patterns.

  • final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  • def toString(): String
    Definition Classes
    AnyRef → Any
  • final def touch[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Alters the last access time of a key(s).

    Alters the last access time of a key(s). A key is ignored if it does not exist. + the sorted values, or the values found using the get patterns.

  • final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  • def toString(): String
    Definition Classes
    AnyRef → Any
  • final def touch[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Alters the last access time of a key(s).

    Alters the last access time of a key(s). A key is ignored if it does not exist.

    key

    one required key

    keys

    maybe rest of the keys

    returns

    - The number of keys that were touched.

  • final def ttl[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Duration]

    Returns the remaining time to live of a key that has a timeout.

    Returns the remaining time to live of a key that has a timeout. + The number of keys that were touched.

  • final def ttl[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Duration]

    Returns the remaining time to live of a key that has a timeout.

    Returns the remaining time to live of a key that has a timeout.

    key

    key

    returns

    - remaining time to live of a key that has a timeout, error otherwise.

  • final def typeOf[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, redis.RedisType]

    Returns the string representation of the type of the value stored at key.

    Returns the string representation of the type of the value stored at key. + remaining time to live of a key that has a timeout, error otherwise.

  • final def typeOf[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, redis.RedisType]

    Returns the string representation of the type of the value stored at key.

    Returns the string representation of the type of the value stored at key.

    key

    key

    returns

    - type of the value stored at key.

  • final def unlink[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified keys.

    Removes the specified keys. A key is ignored if it does not exist. The command performs the actual memory + type of the value stored at key.

  • final def unlink[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified keys.

    Removes the specified keys. A key is ignored if it does not exist. The command performs the actual memory reclaiming in a different thread, so it is not blocking.

    key

    one required key

    keys

    maybe rest of the keys

    returns

    The number of keys that were unlinked.

    See also

    - del

  • 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])
  • final def wait_(replicas: Long, timeout: Duration): ZIO[Has[Redis], RedisError, Long]

    This command blocks the current client until all the previous write commands are successfully transferred and + del

  • 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])
  • final def wait_(replicas: Long, timeout: Duration): ZIO[Has[Redis], RedisError, Long]

    This command blocks the current client until all the previous write commands are successfully transferred and acknowledged by at least the specified number of replicas.

    This command blocks the current client until all the previous write commands are successfully transferred and acknowledged by at least the specified number of replicas.

    replicas

    diff --git a/api/zio/redis/api/Lists.html b/api/zio/redis/api/Lists.html index d0ce7f4967091fccb2646ce4b9bfe7945081fa78..3124fdd70bcea22a2b23996d746c7196d6433b08 100644 --- a/api/zio/redis/api/Lists.html +++ b/api/zio/redis/api/Lists.html @@ -38,13 +38,13 @@ available. This is the blocking variant of index

    the requested index. It is zero-based, so 0 means the first element, 1 the second element and so on. Negative indices can be used to designate elements starting at the tail of the list

    returns

    - the requested element, or empty if the index is out of range.

  • final def lInsert[K, V](key: K, position: redis.Position, pivot: V, element: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Inserts element in the list stored at key either before or after the reference value pivot.

    Inserts element in the list stored at key either before or after the reference value pivot. + the requested element, or empty if the index is out of range.

  • final def lInsert[K, V](key: K, position: redis.Position, pivot: V, element: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Inserts element in the list stored at key either before or after the reference value pivot.

    Inserts element in the list stored at key either before or after the reference value pivot.

    key

    the key identifier

    position

    the position in which the element will be inserted

    pivot

    the reference value

    element

    the value to be inserted

    returns

    - the length of the list after the insert operation, or -1 when the value pivot was not found.

  • final def lLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the length of the list stored at key.

    Returns the length of the list stored at key. + the length of the list after the insert operation, or -1 when the value pivot was not found.

  • final def lLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the length of the list stored at key.

    Returns the length of the list stored at key.

    key

    the key identifier. If key does not exist, it is interpreted as an empty list and 0 is returned

    returns

    the length of the list at key.

  • final def lMove[S, D](source: S, destination: D, sourceSide: redis.Side, destinationSide: redis.Side)(implicit arg0: Schema[S], arg1: Schema[D]): ResultBuilder1[Option]

    Atomically returns and removes the first/last element (head/tail depending on the wherefrom argument) of the list @@ -60,7 +60,7 @@ the list stored at destination. the element which is moved or nil when the source is empty.

  • final def lPop[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Option]

    Removes and returns the first element of the list stored at key.

    Removes and returns the first element of the list stored at key.

    key

    the key identifier

    returns

    - the value of the first element, or empty when key does not exist.

  • final def lPos[K, V](key: K, element: V, rank: Option[redis.Rank] = None, maxLen: Option[redis.ListMaxLen] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Option[Long]]

    The command returns the index of matching elements inside a Redis list.

    The command returns the index of matching elements inside a Redis list. By default, when no options are given, it + the value of the first element, or empty when key does not exist.

  • final def lPos[K, V](key: K, element: V, rank: Option[redis.Rank] = None, maxLen: Option[redis.ListMaxLen] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Option[Long]]

    The command returns the index of matching elements inside a Redis list.

    The command returns the index of matching elements inside a Redis list. By default, when no options are given, it will scan the list from head to tail, looking for the first match of "element". If the element is found, its index (the zero-based position in the list) is returned. Otherwise, if no match is found, NULL is returned.

    key

    @@ -68,7 +68,7 @@ will scan the list from head to tail, looking for the first match of "element". the element to search for

    rank

    the rank of the element

    maxLen

    limit the number of performed comparisons

    returns

    - Either an integer or an array depending on the count option.

  • final def lPosCount[K, V](key: K, element: V, count: redis.Count, rank: Option[redis.Rank] = None, maxLen: Option[redis.ListMaxLen] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Chunk[Long]]

    The command returns the index of matching elements inside a Redis list.

    The command returns the index of matching elements inside a Redis list. By default, when no options are given, it + Either an integer or an array depending on the count option.

  • final def lPosCount[K, V](key: K, element: V, count: redis.Count, rank: Option[redis.Rank] = None, maxLen: Option[redis.ListMaxLen] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Chunk[Long]]

    The command returns the index of matching elements inside a Redis list.

    The command returns the index of matching elements inside a Redis list. By default, when no options are given, it will scan the list from head to tail, looking for the first match of "element". If the element is found, its index (the zero-based position in the list) is returned. Otherwise, if no match is found, NULL is returned.

    key

    @@ -77,36 +77,36 @@ will scan the list from head to tail, looking for the first match of "element". return up count element indexes

    rank

    the rank of the element

    maxLen

    limit the number of performed comparisons

    returns

    - Either an integer or an array depending on the count option.

  • final def lPush[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Prepends one or multiple elements to the list stored at key.

    Prepends one or multiple elements to the list stored at key. If key does not exist, it is created as empty list + Either an integer or an array depending on the count option.

  • final def lPush[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Prepends one or multiple elements to the list stored at key.

    Prepends one or multiple elements to the list stored at key. If key does not exist, it is created as empty list before performing the push operations.

    key

    the key identifier

    element

    the first element to prepend

    elements

    the rest of elements to prepend

    returns

    - the length of the list after the push operation.

  • final def lPushX[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Prepends an element to a list, only if the list exists.

    Prepends an element to a list, only if the list exists. In contrary to zio.redis.api.Lists#lPush, no operation + the length of the list after the push operation.

  • final def lPushX[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Prepends an element to a list, only if the list exists.

    Prepends an element to a list, only if the list exists. In contrary to zio.redis.api.Lists#lPush, no operation will be performed when key does not yet exist.

    key

    the key identifier

    element

    the first element to prepend

    elements

    the rest of elements to prepends

    returns

    - the length of the list after the push operation.

  • final def lRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Gets a range of elements from the list stored at key.

    Gets a range of elements from the list stored at key. + the length of the list after the push operation.

  • final def lRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Gets a range of elements from the list stored at key.

    Gets a range of elements from the list stored at key.

    key

    the key identifier

    range

    the range of elements to retrieve. The range should be zero-based, with 0 being the first element of the list (the head of the list), 1 being the next element and so on

    returns

    - a chunk of elements in the specified range.

  • final def lRem[K](key: K, count: Long, element: String)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Removes the first count occurrences of element from the list stored at key.

    Removes the first count occurrences of element from the list stored at key. The count argument influences the + a chunk of elements in the specified range.

  • final def lRem[K](key: K, count: Long, element: String)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Removes the first count occurrences of element from the list stored at key.

    Removes the first count occurrences of element from the list stored at key. The count argument influences the operation in the following ways:

    • count > 0: Remove elements equal to element moving from head to tail.
    • count < 0: Remove elements equal to element moving from tail to head.
    • count = 0: Remove all elements equal to element.
    key

    the key identifier. Non-existing keys are treated like empty lists, so when key does not exist, the command will always return 0

    count

    the number of elements to remove

    element

    the element to be removed

    returns

    - the number of removed elements.

  • final def lSet[K, V](key: K, index: Long, element: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Sets the list element at index to element.

    Sets the list element at index to element. + the number of removed elements.

  • final def lSet[K, V](key: K, index: Long, element: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Sets the list element at index to element.

    Sets the list element at index to element.

    key

    the key identifier

    index

    the requested index. The index is zero-based, so 0 means the first element, 1 the second element and so on

    element

    the value to be inserted

    returns

    - the Unit value.

  • final def lTrim[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Trims an existing list so that it will contain only the specified range of elements.

    Trims an existing list so that it will contain only the specified range of elements. + the Unit value.

  • final def lTrim[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Trims an existing list so that it will contain only the specified range of elements.

    Trims an existing list so that it will contain only the specified range of elements.

    key

    the key identifier

    range

    the range of elements to trim. The range should be zero-based, with 0 being the first element of the list (the @@ -121,13 +121,13 @@ the list and pushing it as first element of the same list, so it can be consider

    source

    the key identifier of the source list

    destination

    the key identifier of the destination list

    returns

    - the element being popped and pushed. If source does not exist, empty is returned and no operation is performed.

  • final def rPush[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Appends one or more elements to the list stored at key.

    Appends one or more elements to the list stored at key. If key does not exist, it is created as empty list before + the element being popped and pushed. If source does not exist, empty is returned and no operation is performed.

  • final def rPush[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Appends one or more elements to the list stored at key.

    Appends one or more elements to the list stored at key. If key does not exist, it is created as empty list before performing the push operation.

    key

    the key identifier

    element

    the first element to append

    elements

    the rest of elements to append

    returns

    - the length of the list after the push operation.

  • final def rPushX[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Appends on or multiple elements to the list stored at key, only if the list exists.

    Appends on or multiple elements to the list stored at key, only if the list exists. In contrary to + the length of the list after the push operation.

  • final def rPushX[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Appends on or multiple elements to the list stored at key, only if the list exists.

    Appends on or multiple elements to the list stored at key, only if the list exists. In contrary to zio.redis.api.Lists#rPush, no operation will be performed when key does not yet exist.

    key

    the key identifier

    element

    diff --git a/api/zio/redis/api/Scripting.html b/api/zio/redis/api/Scripting.html index 56d52a2189f62820591bbd31a10d5f05be5b1c1b..9afdb1f97cf376ac7d7602641f8ea669c3e13e80 100644 --- a/api/zio/redis/api/Scripting.html +++ b/api/zio/redis/api/Scripting.html @@ -1,23 +1,23 @@

    Packages

    t

    zio.redis.api

    Scripting

    trait Scripting extends AnyRef

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

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def eval[K, A](script: String, keys: Chunk[K], args: Chunk[A])(implicit arg0: Input[K], arg1: Input[A]): ResultOutputBuilder

      Evaluates a Lua script.

      Evaluates a Lua script. +var toRoot = '../../../';

      Packages

      t

      zio.redis.api

      Scripting

      trait Scripting extends AnyRef

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

      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. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      5. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
      6. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      7. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      8. def eval[K, A](script: String, keys: Chunk[K], args: Chunk[A])(implicit arg0: Input[K], arg1: Input[A]): ResultOutputBuilder

        Evaluates a Lua script.

        Evaluates a Lua script.

        script

        Lua script

        keys

        keys available through KEYS param in the script

        args

        values available through ARGV param in the script

        returns

        redis protocol value that is converted from the Lua type. You have to write decoder that would convert redis - protocol value to a suitable type for your app

      9. def evalSha[K, A](sha1: String, keys: Chunk[K], args: Chunk[A])(implicit arg0: Input[K], arg1: Input[A]): ResultOutputBuilder

        Evaluates a Lua script cached on the server side by its SHA1 digest.

        Evaluates a Lua script cached on the server side by its SHA1 digest. Scripts could be cached using the + protocol value to a suitable type for your app

  • def evalSha[K, A](sha1: String, keys: Chunk[K], args: Chunk[A])(implicit arg0: Input[K], arg1: Input[A]): ResultOutputBuilder

    Evaluates a Lua script cached on the server side by its SHA1 digest.

    Evaluates a Lua script cached on the server side by its SHA1 digest. Scripts could be cached using the zio.redis.api.Scripting.scriptLoad method.

    sha1

    SHA1 digest

    keys

    keys available through KEYS param in the script

    args

    values available through ARGV param in the script

    returns

    redis protocol value that is converted from the Lua type. You have to write decoder that would convert redis - protocol value to a suitable type for your app

  • 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()
  • def scriptExists(sha1: String, sha1s: String*): ZIO[Has[Redis], RedisError, Chunk[Boolean]]

    Checks existence of the scripts in the script cache.

    Checks existence of the scripts in the script cache. + protocol value to a suitable type for your app

  • 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()
  • def scriptExists(sha1: String, sha1s: String*): ZIO[Has[Redis], RedisError, Chunk[Boolean]]

    Checks existence of the scripts in the script cache.

    Checks existence of the scripts in the script cache.

    sha1

    one required SHA1 digest

    sha1s

    maybe rest of the SHA1 digests

    returns

    for every corresponding SHA1 digest of a script that actually exists in the script cache, an true is returned, - otherwise false is returned.

  • def scriptLoad(script: String): ZIO[Has[Redis], RedisError, String]

    Loads a script into the scripts cache.

    Loads a script into the scripts cache. After the script is loaded into the script cache it could be evaluated using + otherwise false is returned.

  • def scriptLoad(script: String): ZIO[Has[Redis], RedisError, String]

    Loads a script into the scripts cache.

    Loads a script into the scripts cache. After the script is loaded into the script cache it could be evaluated using the zio.redis.api.Scripting.evalSha method.

    script

    Lua script

    returns

    diff --git a/api/zio/redis/api/Sets.html b/api/zio/redis/api/Sets.html index 02963692b0dd8fe5f0aa42ce7bda438049463777..e19fc55b026ef4ccba58c142a82e175a011b363c 100644 --- a/api/zio/redis/api/Sets.html +++ b/api/zio/redis/api/Sets.html @@ -1,69 +1,69 @@

    Packages

    trait Sets extends AnyRef

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

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    14. final def sAdd[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

      Add one or more members to a set.

      Add one or more members to a set. +var toRoot = '../../../';

      Packages

      trait Sets extends AnyRef

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

      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. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      5. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
      6. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      7. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      8. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native() @IntrinsicCandidate()
      9. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native() @IntrinsicCandidate()
      10. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      11. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      12. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native() @IntrinsicCandidate()
      13. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native() @IntrinsicCandidate()
      14. final def sAdd[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

        Add one or more members to a set.

        Add one or more members to a set.

        key

        Key of set to add to

        member

        first member to add

        members

        subsequent members to add

        returns

        Returns the number of elements that were added to the set, not including all the elements already present into - the set.

      15. final def sCard[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

        Get the number of members in a set.

        Get the number of members in a set. + the set.

  • final def sCard[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Get the number of members in a set.

    Get the number of members in a set.

    key

    Key of set to get the number of members of

    returns

    - Returns the cardinality (number of elements) of the set, or 0 if key does not exist.

  • final def sDiff[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Subtract multiple sets.

    Subtract multiple sets. + Returns the cardinality (number of elements) of the set, or 0 if key does not exist.

  • final def sDiff[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Subtract multiple sets.

    Subtract multiple sets.

    key

    Key of the set to subtract from

    keys

    Keys of the sets to subtract

    returns

    - Returns the members of the set resulting from the difference between the first set and all the successive sets.

  • final def sDiffStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Subtract multiple sets and store the resulting set in a key.

    Subtract multiple sets and store the resulting set in a key. + Returns the members of the set resulting from the difference between the first set and all the successive sets.

  • final def sDiffStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Subtract multiple sets and store the resulting set in a key.

    Subtract multiple sets and store the resulting set in a key.

    destination

    Key of set to store the resulting set

    key

    Key of set to be subtracted from

    keys

    Keys of sets to subtract

    returns

    - Returns the number of elements in the resulting set.

  • final def sInter[K](destination: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Intersect multiple sets and store the resulting set in a key.

    Intersect multiple sets and store the resulting set in a key. + Returns the number of elements in the resulting set.

  • final def sInter[K](destination: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Intersect multiple sets and store the resulting set in a key.

    Intersect multiple sets and store the resulting set in a key.

    destination

    Key of set to store the resulting set

    keys

    Keys of the sets to intersect with each other

    returns

    - Returns the members of the set resulting from the intersection of all the given sets.

  • final def sInterStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Intersect multiple sets and store the resulting set in a key.

    Intersect multiple sets and store the resulting set in a key. + Returns the members of the set resulting from the intersection of all the given sets.

  • final def sInterStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Intersect multiple sets and store the resulting set in a key.

    Intersect multiple sets and store the resulting set in a key.

    destination

    Key of set to store the resulting set

    key

    Key of first set to intersect

    keys

    Keys of subsequent sets to intersect

    returns

    - Returns the number of elements in the resulting set.

  • final def sIsMember[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Boolean]

    Determine if a given value is a member of a set.

    Determine if a given value is a member of a set. + Returns the number of elements in the resulting set.

  • final def sIsMember[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Boolean]

    Determine if a given value is a member of a set.

    Determine if a given value is a member of a set.

    key

    of the set

    member

    value which should be searched in the set

    returns

    Returns 1 if the element is a member of the set. 0 if the element is not a member of the set, or if key does not - exist.

  • final def sMembers[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Get all the members in a set.

    Get all the members in a set. + exist.

  • final def sMembers[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Get all the members in a set.

    Get all the members in a set.

    key

    Key of the set to get the members of

    returns

    - Returns the members of the set.

  • final def sMove[S, D, M](source: S, destination: D, member: M)(implicit arg0: Schema[S], arg1: Schema[D], arg2: Schema[M]): ZIO[Has[Redis], RedisError, Boolean]

    Move a member from one set to another.

    Move a member from one set to another. + Returns the members of the set.

  • final def sMove[S, D, M](source: S, destination: D, member: M)(implicit arg0: Schema[S], arg1: Schema[D], arg2: Schema[M]): ZIO[Has[Redis], RedisError, Boolean]

    Move a member from one set to another.

    Move a member from one set to another.

    source

    Key of the set to move the member from

    destination

    Key of the set to move the member to

    member

    Element to move

    returns

    - Returns 1 if the element was moved. 0 if it was not found.

  • final def sPop[K](key: K, count: Option[Long] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Remove and return one or multiple random members from a set.

    Remove and return one or multiple random members from a set. + Returns 1 if the element was moved. 0 if it was not found.

  • final def sPop[K](key: K, count: Option[Long] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Remove and return one or multiple random members from a set.

    Remove and return one or multiple random members from a set.

    key

    Key of the set to remove items from

    count

    Number of elements to remove

    returns

    - Returns the elements removed.

  • final def sRandMember[K](key: K, count: Option[Long] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Get one or multiple random members from a set.

    Get one or multiple random members from a set. + Returns the elements removed.

  • final def sRandMember[K](key: K, count: Option[Long] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Get one or multiple random members from a set.

    Get one or multiple random members from a set.

    key

    Key of the set to get members from

    count

    Number of elements to randomly get

    returns

    - Returns the random members.

  • final def sRem[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Remove one of more members from a set.

    Remove one of more members from a set. + Returns the random members.

  • final def sRem[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Remove one of more members from a set.

    Remove one of more members from a set.

    key

    Key of the set to remove members from

    member

    Value of the first element to remove

    members

    Subsequent values of elements to remove

    returns

    - Returns the number of members that were removed from the set, not including non existing members.

  • final def sScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[redis.Count] = None)(implicit arg0: Schema[K]): ResultBuilder1[[x](Long, Chunk[x])]

    Incrementally iterate Set elements.

    Incrementally iterate Set elements.

    This is a cursor based scan of an entire set. Call initially with cursor set to 0 and on subsequent calls pass the + Returns the number of members that were removed from the set, not including non existing members.

  • final def sScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[redis.Count] = None)(implicit arg0: Schema[K]): ResultBuilder1[[x](Long, Chunk[x])]

    Incrementally iterate Set elements.

    Incrementally iterate Set elements.

    This is a cursor based scan of an entire set. Call initially with cursor set to 0 and on subsequent calls pass the return value as the next cursor.

    key

    Key of the set to scan

    cursor

    Cursor to use for this iteration of scan

    pattern

    Glob-style pattern that filters which elements are returned

    count

    Count of elements. Roughly this number will be returned by Redis if possible

    returns

    - Returns the next cursor, and items for this iteration or nothing when you reach the end, as a tuple.

  • final def sUnion[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Add multiple sets.

    Add multiple sets. + Returns the next cursor, and items for this iteration or nothing when you reach the end, as a tuple.

  • final def sUnion[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Add multiple sets.

    Add multiple sets.

    key

    Key of the first set to add

    keys

    Keys of the subsequent sets to add

    returns

    - Returns a list with members of the resulting set.

  • final def sUnionStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Add multiple sets and add the resulting set in a key.

    Add multiple sets and add the resulting set in a key. + Returns a list with members of the resulting set.

  • final def sUnionStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Add multiple sets and add the resulting set in a key.

    Add multiple sets and add the resulting set in a key.

    destination

    Key of destination to store the result

    key

    Key of first set to add

    keys

    diff --git a/api/zio/redis/api/SortedSets.html b/api/zio/redis/api/SortedSets.html index f39db058283ea7deb248f6362da0f18d97a28ff2..53d146e392785f090831143f1e58138bd5c1dc7d 100644 --- a/api/zio/redis/api/SortedSets.html +++ b/api/zio/redis/api/SortedSets.html @@ -13,7 +13,7 @@ var toRoot = '../../../';

  • 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])
  • final def zAdd[K, M](key: K, update: Option[redis.Update] = None, change: Option[redis.Changed] = None)(memberScore: redis.MemberScore[M], memberScores: redis.MemberScore[M]*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Add one or more members to a sorted set, or update its score if it already exists.

    Add one or more members to a sorted set, or update its score if it already exists. + returned when no element could be popped and the timeout expired.

  • 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])
  • final def zAdd[K, M](key: K, update: Option[redis.Update] = None, change: Option[redis.Changed] = None)(memberScore: redis.MemberScore[M], memberScores: redis.MemberScore[M]*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Add one or more members to a sorted set, or update its score if it already exists.

    Add one or more members to a sorted set, or update its score if it already exists.

    key

    Key of set to add to

    update

    Set existing and never add elements or always set new elements and don't update existing elements

    change

    @@ -21,7 +21,7 @@ var toRoot = '../../../';

    Rest scores that should be added to specific elements fr a given sorted set key

    returns

    The number of elements added to the sorted set, not including elements already existing for which the score was - updated.

  • final def zAddWithIncr[K, M](key: K, update: Option[redis.Update] = None, change: Option[redis.Changed] = None)(increment: redis.Increment, memberScore: redis.MemberScore[M], memberScores: redis.MemberScore[M]*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

    Add one or more members to a sorted set, or update its score if it already exists.

    Add one or more members to a sorted set, or update its score if it already exists. + updated.

  • final def zAddWithIncr[K, M](key: K, update: Option[redis.Update] = None, change: Option[redis.Changed] = None)(increment: redis.Increment, memberScore: redis.MemberScore[M], memberScores: redis.MemberScore[M]*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

    Add one or more members to a sorted set, or update its score if it already exists.

    Add one or more members to a sorted set, or update its score if it already exists.

    key

    Key of set to add to.

    update

    Set existing and never add elements or always set new elements and don't update existing elements

    change

    @@ -30,19 +30,19 @@ var toRoot = '../../../';

    Rest scores that should be added to specific elements fr a given sorted set key

    returns

    The new score of member (a double precision floating point number), or None if the operation was aborted (when - called with either the XX or the NX option).

  • final def zCard[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Get the number of members in a sorted set.

    Get the number of members in a sorted set. + called with either the XX or the NX option).

  • final def zCard[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Get the number of members in a sorted set.

    Get the number of members in a sorted set.

    key

    Key of a sorted set

    returns

    - The cardinality (number of elements) of the sorted set, or 0 if key does not exist.

  • final def zCount[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the number of elements in the sorted set at key with a score between min and max.

    Returns the number of elements in the sorted set at key with a score between min and max. + The cardinality (number of elements) of the sorted set, or 0 if key does not exist.

  • final def zCount[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the number of elements in the sorted set at key with a score between min and max.

    Returns the number of elements in the sorted set at key with a score between min and max.

    key

    Key of a sorted set

    range

    Min and max score (including elements with score equal to min or max)

    returns

    - the number of elements in the specified score range.

  • final def zDiff[K](inputKeysNum: Long, key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Subtract multiple sorted sets and return members.

    Subtract multiple sorted sets and return members. + the number of elements in the specified score range.

  • final def zDiff[K](inputKeysNum: Long, key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Subtract multiple sorted sets and return members.

    Subtract multiple sorted sets and return members.

    inputKeysNum

    Number of input keys

    key

    Key of a sorted set

    keys

    Keys of other sorted sets

    returns

    - Chunk of differences between the first and successive input sorted sets.

  • final def zDiffStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Subtract multiple sorted sets and store the resulting sorted set in a destination key.

    Subtract multiple sorted sets and store the resulting sorted set in a destination key. + Chunk of differences between the first and successive input sorted sets.

  • final def zDiffStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Subtract multiple sorted sets and store the resulting sorted set in a destination key.

    Subtract multiple sorted sets and store the resulting sorted set in a destination key.

    destination

    Key of the output

    inputKeysNum

    Number of input keys

    key

    @@ -53,12 +53,12 @@ var toRoot = '../../../';

    Key of a sorted set

    keys

    Keys of other sorted sets

    returns

    - Chunk of differences and scores between the first and successive input sorted sets.

  • final def zIncrBy[K, M](key: K, increment: Long, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Double]

    Increment the score of a member in a sorted set.

    Increment the score of a member in a sorted set. + Chunk of differences and scores between the first and successive input sorted sets.

  • final def zIncrBy[K, M](key: K, increment: Long, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Double]

    Increment the score of a member in a sorted set.

    Increment the score of a member in a sorted set.

    key

    Key of a sorted set

    increment

    Increment value

    member

    Member of sorted set

    returns

    - The new score of member (a double precision floating point number).

  • final def zInter[K](inputKeysNum: Long, key: K, keys: K*)(aggregate: Option[redis.Aggregate] = None, weights: Option[::[Double]] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Intersect multiple sorted sets and return members.

    Intersect multiple sorted sets and return members. + The new score of member (a double precision floating point number).

  • final def zInter[K](inputKeysNum: Long, key: K, keys: K*)(aggregate: Option[redis.Aggregate] = None, weights: Option[::[Double]] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Intersect multiple sorted sets and return members.

    Intersect multiple sorted sets and return members.

    inputKeysNum

    Number of input keys

    key

    Key of a sorted set

    keys

    @@ -67,7 +67,7 @@ var toRoot = '../../../';

  • final def zInterStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(aggregate: Option[redis.Aggregate] = None, weights: Option[::[Double]] = None)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Intersect multiple sorted sets and store the resulting sorted set in a new key.

    Intersect multiple sorted sets and store the resulting sorted set in a new key. + Chunk containing the intersection of members.

  • final def zInterStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(aggregate: Option[redis.Aggregate] = None, weights: Option[::[Double]] = None)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Intersect multiple sorted sets and store the resulting sorted set in a new key.

    Intersect multiple sorted sets and store the resulting sorted set in a new key.

    destination

    Key of the output

    inputKeysNum

    Number of input keys

    key

    @@ -86,11 +86,11 @@ var toRoot = '../../../';

  • final def zLexCount[K](key: K, lexRange: redis.LexRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Count the number of members in a sorted set between a given lexicographical range.

    Count the number of members in a sorted set between a given lexicographical range. + Chunk containing the intersection of members with their score.

  • final def zLexCount[K](key: K, lexRange: redis.LexRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Count the number of members in a sorted set between a given lexicographical range.

    Count the number of members in a sorted set between a given lexicographical range.

    key

    Key of a sorted set

    lexRange

    LexRange that must be satisfied

    returns

    - The number of elements in the specified score range.

  • final def zMScore[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Option[Double]]]

    Returns the scores associated with the specified members in the sorted set stored at key.

    Returns the scores associated with the specified members in the sorted set stored at key. + The number of elements in the specified score range.

  • final def zMScore[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Option[Double]]]

    Returns the scores associated with the specified members in the sorted set stored at key.

    Returns the scores associated with the specified members in the sorted set stored at key.

    key

    Key of the set

    keys

    Keys of the rest sets

    returns

    @@ -106,7 +106,7 @@ var toRoot = '../../../';

  • final def zRandMember[K](key: K, count: Long)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return random elements from the sorted set value stored at key.

    Return random elements from the sorted set value stored at key. + Chunk of popped elements and scores.

  • final def zRandMember[K](key: K, count: Long)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return random elements from the sorted set value stored at key.

    Return random elements from the sorted set value stored at key.

    key

    Key of a sorted set

    count

    If the provided count argument is positive, return an array of distinct elements. The array's length is either @@ -121,17 +121,17 @@ var toRoot = '../../../';

  • final def zRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by index.

    Return a range of members in a sorted set, by index. + sorted set.

  • final def zRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by index.

    Return a range of members in a sorted set, by index.

    key

    Key of a sorted set

    range

    Inclusive range

    returns

    - Chunk of elements in the specified range.

  • final def zRangeByLex[K](key: K, lexRange: redis.LexRange, limit: Option[redis.Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by lexicographical range.

    Return a range of members in a sorted set, by lexicographical range. + Chunk of elements in the specified range.

  • final def zRangeByLex[K](key: K, lexRange: redis.LexRange, limit: Option[redis.Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by lexicographical range.

    Return a range of members in a sorted set, by lexicographical range.

    key

    Key of a sorted set

    lexRange

    LexRange that must be satisfied

    limit

    The optional LIMIT argument can be used to only get a range of the matching elements. A negative count returns all elements from the offset

    returns

    - Chunk of elements in the specified score range.

  • final def zRangeByScore[K](key: K, scoreRange: redis.ScoreRange, limit: Option[redis.Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by score.

    Return a range of members in a sorted set, by score. + Chunk of elements in the specified score range.

  • final def zRangeByScore[K](key: K, scoreRange: redis.ScoreRange, limit: Option[redis.Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by score.

    Return a range of members in a sorted set, by score.

    key

    Key of a sorted set

    scoreRange

    ScoreRange that must be satisfied

    limit

    @@ -147,38 +147,38 @@ var toRoot = '../../../';

    key

    Key of a sorted set

    range

    Inclusive range

    returns

    - Chunk of elements with their scores in the specified range.

  • final def zRank[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Long]]

    Determine the index of a member in a sorted set.

    Determine the index of a member in a sorted set. + Chunk of elements with their scores in the specified range.

  • final def zRank[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Long]]

    Determine the index of a member in a sorted set.

    Determine the index of a member in a sorted set.

    key

    Key of a sorted set

    member

    Member of sorted set

    returns

    - The rank of member in the sorted set stored at key, with the scores ordered from low to high.

  • final def zRem[K, M](key: K, firstMember: M, restMembers: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Remove one or more members from a sorted set.

    Remove one or more members from a sorted set. + The rank of member in the sorted set stored at key, with the scores ordered from low to high.

  • final def zRem[K, M](key: K, firstMember: M, restMembers: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Remove one or more members from a sorted set.

    Remove one or more members from a sorted set.

    key

    Key of a sorted set

    firstMember

    Member to be removed

    restMembers

    Rest members to be removed

    returns

    - The number of members removed from the sorted set, not including non existing members.

  • final def zRemRangeByLex[K](key: K, lexRange: redis.LexRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set between the given lexicographical range.

    Remove all members in a sorted set between the given lexicographical range. + The number of members removed from the sorted set, not including non existing members.

  • final def zRemRangeByLex[K](key: K, lexRange: redis.LexRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set between the given lexicographical range.

    Remove all members in a sorted set between the given lexicographical range.

    key

    Key of a sorted set

    lexRange

    LexRange that must be satisfied

    returns

    - The number of elements removed.

  • final def zRemRangeByRank[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set within the given indexes.

    Remove all members in a sorted set within the given indexes. + The number of elements removed.

  • final def zRemRangeByRank[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set within the given indexes.

    Remove all members in a sorted set within the given indexes.

    key

    Key of a sorted set

    range

    Range that must be satisfied

    returns

    - The number of elements removed.

  • final def zRemRangeByScore[K](key: K, scoreRange: redis.ScoreRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set within the given scores.

    Remove all members in a sorted set within the given scores. + The number of elements removed.

  • final def zRemRangeByScore[K](key: K, scoreRange: redis.ScoreRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set within the given scores.

    Remove all members in a sorted set within the given scores.

    key

    Key of a sorted set

    scoreRange

    ScoreRange that must be satisfied

    returns

    - The number of elements removed.

  • final def zRevRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by index, with scores ordered from high to low.

    Return a range of members in a sorted set, by index, with scores ordered from high to low. + The number of elements removed.

  • final def zRevRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by index, with scores ordered from high to low.

    Return a range of members in a sorted set, by index, with scores ordered from high to low.

    key

    Key of a sorted set

    range

    Range that must be satisfied

    returns

    - Chunk of elements in the specified range.

  • final def zRevRangeByLex[K](key: K, lexRange: redis.LexRange, limit: Option[redis.Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.

    Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings. + Chunk of elements in the specified range.

  • final def zRevRangeByLex[K](key: K, lexRange: redis.LexRange, limit: Option[redis.Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.

    Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.

    key

    Key of a sorted set

    lexRange

    LexRange that must be satisfied

    limit

    The optional LIMIT argument can be used to only get a range of the matching elements. A negative count returns all elements from the offset

    returns

    - Chunk of elements in the specified score range.

  • final def zRevRangeByScore[K](key: K, scoreRange: redis.ScoreRange, limit: Option[redis.Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by score, with scores ordered from high to low.

    Return a range of members in a sorted set, by score, with scores ordered from high to low. + Chunk of elements in the specified score range.

  • final def zRevRangeByScore[K](key: K, scoreRange: redis.ScoreRange, limit: Option[redis.Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by score, with scores ordered from high to low.

    Return a range of members in a sorted set, by score, with scores ordered from high to low.

    key

    Key of a sorted set

    scoreRange

    ScoreRange that must be satisfied

    limit

    @@ -194,21 +194,21 @@ var toRoot = '../../../';

    key

    Key of a sorted set

    range

    Range that must be satisfied

    returns

    - Chunk of elements with their scores in the specified range.

  • final def zRevRank[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Long]]

    Determine the index of a member in a sorted set, with scores ordered from high to low.

    Determine the index of a member in a sorted set, with scores ordered from high to low. + Chunk of elements with their scores in the specified range.

  • final def zRevRank[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Long]]

    Determine the index of a member in a sorted set, with scores ordered from high to low.

    Determine the index of a member in a sorted set, with scores ordered from high to low.

    key

    Key of a sorted set

    member

    Member of sorted set

    returns

    - The rank of member.

  • final def zScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[redis.Count] = None)(implicit arg0: Schema[K]): ResultBuilder1[[x](Long, Chunk[redis.MemberScore[x]])]

    Incrementally iterate sorted sets elements and associated scores.

    Incrementally iterate sorted sets elements and associated scores. + The rank of member.

  • final def zScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[redis.Count] = None)(implicit arg0: Schema[K]): ResultBuilder1[[x](Long, Chunk[redis.MemberScore[x]])]

    Incrementally iterate sorted sets elements and associated scores.

    Incrementally iterate sorted sets elements and associated scores.

    key

    Key of the set to scan

    cursor

    Cursor to use for this iteration of scan

    pattern

    Glob-style pattern that filters which elements are returned

    count

    Count of elements. Roughly this number will be returned by Redis if possible

    returns

    - Returns the items for this iteration or nothing when you reach the end.

  • final def zScore[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

    Get the score associated with the given member in a sorted set.

    Get the score associated with the given member in a sorted set. + Returns the items for this iteration or nothing when you reach the end.

  • final def zScore[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

    Get the score associated with the given member in a sorted set.

    Get the score associated with the given member in a sorted set.

    key

    Key of a sorted set

    member

    Member of sorted set

    returns

    - The score of member (a double precision floating point number.

  • final def zUnion[K](inputKeysNum: Long, key: K, keys: K*)(weights: Option[::[Double]] = None, aggregate: Option[redis.Aggregate] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Add multiple sorted sets and return each member.

    Add multiple sorted sets and return each member. + The score of member (a double precision floating point number.

  • final def zUnion[K](inputKeysNum: Long, key: K, keys: K*)(weights: Option[::[Double]] = None, aggregate: Option[redis.Aggregate] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Add multiple sorted sets and return each member.

    Add multiple sorted sets and return each member.

    inputKeysNum

    Number of input keys

    key

    Key of a sorted set

    keys

    @@ -217,7 +217,7 @@ var toRoot = '../../../';

    With the AGGREGATE option, it is possible to specify how the results of the union are aggregated

    returns

    - Chunk of all members in each sorted set.

  • final def zUnionStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(weights: Option[::[Double]] = None, aggregate: Option[redis.Aggregate] = None)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Add multiple sorted sets and store the resulting sorted set in a new key.

    Add multiple sorted sets and store the resulting sorted set in a new key. + Chunk of all members in each sorted set.

  • final def zUnionStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(weights: Option[::[Double]] = None, aggregate: Option[redis.Aggregate] = None)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Add multiple sorted sets and store the resulting sorted set in a new key.

    Add multiple sorted sets and store the resulting sorted set in a new key.

    destination

    Key of the output

    inputKeysNum

    Number of input keys

    key

    diff --git a/api/zio/redis/api/Streams.html b/api/zio/redis/api/Streams.html index 90788f95a7e7eeed8663ee3227ab65aa1b232b5e..a577a5df2fa3c15c5283e14373c59f5ec97d4476 100644 --- a/api/zio/redis/api/Streams.html +++ b/api/zio/redis/api/Streams.html @@ -1,5 +1,5 @@

    Packages

    t

    zio.redis.api

    Streams

    trait Streams extends AnyRef

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

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    14. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    15. def toString(): String
      Definition Classes
      AnyRef → Any
    16. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    17. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def xAck[SK, G, I](key: SK, group: G, id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[G], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Long]

      Removes one or multiple messages from the pending entries list (PEL) of a stream consumer group.

      Removes one or multiple messages from the pending entries list (PEL) of a stream consumer group. +var toRoot = '../../../';

      Packages

      t

      zio.redis.api

      Streams

      trait Streams extends AnyRef

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

      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. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      5. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
      6. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      7. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      8. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native() @IntrinsicCandidate()
      9. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native() @IntrinsicCandidate()
      10. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      11. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      12. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native() @IntrinsicCandidate()
      13. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native() @IntrinsicCandidate()
      14. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      15. def toString(): String
        Definition Classes
        AnyRef → Any
      16. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      17. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()
      18. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      19. final def xAck[SK, G, I](key: SK, group: G, id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[G], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Long]

        Removes one or multiple messages from the pending entries list (PEL) of a stream consumer group.

        Removes one or multiple messages from the pending entries list (PEL) of a stream consumer group.

        key

        ID of the stream

        group

        ID of the consumer group

        id

        @@ -19,7 +19,7 @@ var toRoot = '../../../';

        field and value pair

        pairs

        rest of the field and value pairs

        returns

        - ID of the added entry.

      20. final def xClaim[SK, SG, SC, I](key: SK, group: SG, consumer: SC, minIdleTime: Duration, idle: Option[Duration] = None, time: Option[Duration] = None, retryCount: Option[Long] = None, force: Boolean = false)(id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC], arg3: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamEntry[I, x, y]]]

        Changes the ownership of a pending message.

        Changes the ownership of a pending message. + ID of the added entry.

  • final def xClaim[SK, SG, SC, I](key: SK, group: SG, consumer: SC, minIdleTime: Duration, idle: Option[Duration] = None, time: Option[Duration] = None, retryCount: Option[Long] = None, force: Boolean = false)(id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC], arg3: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamEntry[I, x, y]]]

    Changes the ownership of a pending message.

    Changes the ownership of a pending message.

    key

    ID of the stream

    group

    ID of the consumer group

    consumer

    @@ -32,7 +32,7 @@ var toRoot = '../../../';

    ID of a message

    ids

    IDs of the rest of the messages

    returns

    - messages successfully claimed.

  • final def xClaimWithJustId[SK, SG, SC, I](key: SK, group: SG, consumer: SC, minIdleTime: Duration, idle: Option[Duration] = None, time: Option[Duration] = None, retryCount: Option[Long] = None, force: Boolean = false)(id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC], arg3: Schema[I]): ResultBuilder1[Chunk]

    Changes the ownership of a pending message.

    Changes the ownership of a pending message. + messages successfully claimed.

  • final def xClaimWithJustId[SK, SG, SC, I](key: SK, group: SG, consumer: SC, minIdleTime: Duration, idle: Option[Duration] = None, time: Option[Duration] = None, retryCount: Option[Long] = None, force: Boolean = false)(id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC], arg3: Schema[I]): ResultBuilder1[Chunk]

    Changes the ownership of a pending message.

    Changes the ownership of a pending message.

    key

    ID of the stream

    group

    ID of the consumer group

    consumer

    @@ -45,39 +45,39 @@ var toRoot = '../../../';

    ID of a message

    ids

    IDs of the rest of the messages

    returns

    - IDs of the messages that are successfully claimed.

  • final def xDel[SK, I](key: SK, id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[I]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified entries from a stream.

    Removes the specified entries from a stream. + IDs of the messages that are successfully claimed.

  • final def xDel[SK, I](key: SK, id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[I]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified entries from a stream.

    Removes the specified entries from a stream.

    key

    ID of the stream

    id

    ID of the message

    ids

    IDs of the rest of the messages

    returns

    - the number of entries deleted.

  • final def xGroupCreate[SK, SG, I](key: SK, group: SG, id: I, mkStream: Boolean = false)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Unit]

    Create a new consumer group associated with a stream.

    Create a new consumer group associated with a stream. + the number of entries deleted.

  • final def xGroupCreate[SK, SG, I](key: SK, group: SG, id: I, mkStream: Boolean = false)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Unit]

    Create a new consumer group associated with a stream.

    Create a new consumer group associated with a stream.

    key

    ID of the stream

    group

    ID of the consumer group

    id

    ID of the last item in the stream to consider already delivered

    mkStream

    - ID of the last item in the stream to consider already delivered

  • final def xGroupCreateConsumer[SK, SG, SC](key: SK, group: SG, consumer: SC)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC]): ZIO[Has[Redis], RedisError, Boolean]

    Create a new consumer associated with a consumer group.

    Create a new consumer associated with a consumer group. + ID of the last item in the stream to consider already delivered

  • final def xGroupCreateConsumer[SK, SG, SC](key: SK, group: SG, consumer: SC)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC]): ZIO[Has[Redis], RedisError, Boolean]

    Create a new consumer associated with a consumer group.

    Create a new consumer associated with a consumer group.

    key

    ID of the stream

    group

    ID of the consumer group

    consumer

    ID of the consumer

    returns

    - the number of created consumer groups.

  • final def xGroupDelConsumer[SK, SG, SC](key: SK, group: SG, consumer: SC)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC]): ZIO[Has[Redis], RedisError, Long]

    Remove a specific consumer from a consumer group.

    Remove a specific consumer from a consumer group. + the number of created consumer groups.

  • final def xGroupDelConsumer[SK, SG, SC](key: SK, group: SG, consumer: SC)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC]): ZIO[Has[Redis], RedisError, Long]

    Remove a specific consumer from a consumer group.

    Remove a specific consumer from a consumer group.

    key

    ID of the stream

    group

    ID of the consumer group

    consumer

    ID of the consumer

    returns

    - the number of pending messages that the consumer had before it was deleted.

  • final def xGroupDestroy[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, Boolean]

    Destroy a consumer group.

    Destroy a consumer group. + the number of pending messages that the consumer had before it was deleted.

  • final def xGroupDestroy[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, Boolean]

    Destroy a consumer group.

    Destroy a consumer group.

    key

    ID of the stream

    group

    ID of the consumer group

    returns

    - flag that indicates if the deletion was successful.

  • final def xGroupSetId[SK, SG, I](key: SK, group: SG, id: I)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Unit]

    Set the consumer group last delivered ID to something else.

    Set the consumer group last delivered ID to something else. + flag that indicates if the deletion was successful.

  • final def xGroupSetId[SK, SG, I](key: SK, group: SG, id: I)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Unit]

    Set the consumer group last delivered ID to something else.

    Set the consumer group last delivered ID to something else.

    key

    ID of the stream

    group

    ID of the consumer group

    id

    - last delivered ID to set

  • final def xInfoConsumers[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, Chunk[redis.StreamConsumersInfo]]

    An introspection command used in order to retrieve different information about the consumers.

    An introspection command used in order to retrieve different information about the consumers. + last delivered ID to set

  • final def xInfoConsumers[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, Chunk[redis.StreamConsumersInfo]]

    An introspection command used in order to retrieve different information about the consumers.

    An introspection command used in order to retrieve different information about the consumers.

    key

    ID of the stream

    group

    ID of the consumer group

    returns

    - List of every consumer in a specific consumer group.

  • final def xInfoGroups[SK](key: SK)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Chunk[redis.StreamGroupsInfo]]

    An introspection command used in order to retrieve different information about the group.

    An introspection command used in order to retrieve different information about the group. + List of every consumer in a specific consumer group.

  • final def xInfoGroups[SK](key: SK)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Chunk[redis.StreamGroupsInfo]]

    An introspection command used in order to retrieve different information about the group.

    An introspection command used in order to retrieve different information about the group.

    key

    ID of the stream

    returns

    List of consumer groups associated with the stream stored at the specified key.

  • final def xInfoStream[SK](key: SK)(implicit arg0: Schema[SK]): ResultBuilder3[redis.StreamInfo]

    An introspection command used in order to retrieve different information about the stream.

    An introspection command used in order to retrieve different information about the stream. @@ -90,10 +90,10 @@ var toRoot = '../../../';

  • final def xLen[SK](key: SK)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Long]

    Fetches the number of entries inside a stream.

    Fetches the number of entries inside a stream. + General information about the stream stored at the specified key.

  • final def xLen[SK](key: SK)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Long]

    Fetches the number of entries inside a stream.

    Fetches the number of entries inside a stream.

    key

    ID of the stream

    returns

    - the number of entries inside a stream.

  • final def xPending[SK, SG, I, SC](key: SK, group: SG, start: I, end: I, count: Long, consumer: Option[SC] = None, idle: Option[Duration] = None)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I], arg3: Schema[SC]): ZIO[Has[Redis], RedisError, Chunk[redis.PendingMessage]]

    Inspects the list of pending messages.

    Inspects the list of pending messages. + the number of entries inside a stream.

  • final def xPending[SK, SG, I, SC](key: SK, group: SG, start: I, end: I, count: Long, consumer: Option[SC] = None, idle: Option[Duration] = None)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I], arg3: Schema[SC]): ZIO[Has[Redis], RedisError, Chunk[redis.PendingMessage]]

    Inspects the list of pending messages.

    Inspects the list of pending messages.

    key

    ID of the stream

    group

    ID of the consumer group

    start

    @@ -102,28 +102,28 @@ var toRoot = '../../../';

    ID of the consumer

    idle

    idle time of a pending message by which message are filtered

    returns

    - detailed information for each message in the pending entries list.

  • final def xPending[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, redis.PendingInfo]

    Inspects the list of pending messages.

    Inspects the list of pending messages. + detailed information for each message in the pending entries list.

  • final def xPending[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, redis.PendingInfo]

    Inspects the list of pending messages.

    Inspects the list of pending messages.

    key

    ID of the stream

    group

    ID of the consumer group

    returns

    - summary about the pending messages in a given consumer group.

  • final def xRange[SK, I](key: SK, start: I, end: I, count: Long)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs.

    Fetches the stream entries matching a given range of IDs. + summary about the pending messages in a given consumer group.

  • final def xRange[SK, I](key: SK, start: I, end: I, count: Long)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs.

    Fetches the stream entries matching a given range of IDs.

    key

    ID of the stream

    start

    start of the range of IDs

    end

    end of the range of IDs

    count

    maximum number of entries returned

    returns

    - the complete entries with IDs matching the specified range.

  • final def xRange[SK, I](key: SK, start: I, end: I)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs.

    Fetches the stream entries matching a given range of IDs. + the complete entries with IDs matching the specified range.

  • final def xRange[SK, I](key: SK, start: I, end: I)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs.

    Fetches the stream entries matching a given range of IDs.

    key

    ID of the stream

    start

    start of the range of IDs

    end

    end of the range of IDs

    returns

    - the complete entries with IDs matching the specified range.

  • final def xRead[SK, I](count: Option[Long] = None, block: Option[Duration] = None)(stream: (SK, I), streams: (SK, I)*)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamChunk[SK, I, x, y]]]

    Read data from one or multiple streams.

    Read data from one or multiple streams. + the complete entries with IDs matching the specified range.

  • final def xRead[SK, I](count: Option[Long] = None, block: Option[Duration] = None)(stream: (SK, I), streams: (SK, I)*)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamChunk[SK, I, x, y]]]

    Read data from one or multiple streams.

    Read data from one or multiple streams.

    count

    maximum number of elements returned per stream

    block

    duration for which we want to block before timing out

    stream

    pair that contains stream ID and the last ID that the consumer received for that stream

    streams

    rest of the pairs

    returns

    - complete entries with an ID greater than the last received ID per stream.

  • final def xReadGroup[SG, SC, SK, I](group: SG, consumer: SC, count: Option[Long] = None, block: Option[Duration] = None, noAck: Boolean = false)(stream: (SK, I), streams: (SK, I)*)(implicit arg0: Schema[SG], arg1: Schema[SC], arg2: Schema[SK], arg3: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamChunk[SK, I, x, y]]]

    Read data from one or multiple streams using consumer group.

    Read data from one or multiple streams using consumer group. + complete entries with an ID greater than the last received ID per stream.

  • final def xReadGroup[SG, SC, SK, I](group: SG, consumer: SC, count: Option[Long] = None, block: Option[Duration] = None, noAck: Boolean = false)(stream: (SK, I), streams: (SK, I)*)(implicit arg0: Schema[SG], arg1: Schema[SC], arg2: Schema[SK], arg3: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamChunk[SK, I, x, y]]]

    Read data from one or multiple streams using consumer group.

    Read data from one or multiple streams using consumer group.

    group

    ID of the consumer group

    consumer

    ID of the consumer

    count

    @@ -132,18 +132,18 @@ var toRoot = '../../../';

    pair that contains stream ID and the last ID that the consumer received for that stream

    streams

    rest of the pairs

    returns

    - complete entries with an ID greater than the last received ID per stream.

  • final def xRevRange[SK, I](key: SK, end: I, start: I, count: Long)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs in the reverse order.

    Fetches the stream entries matching a given range of IDs in the reverse order. + complete entries with an ID greater than the last received ID per stream.

  • final def xRevRange[SK, I](key: SK, end: I, start: I, count: Long)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs in the reverse order.

    Fetches the stream entries matching a given range of IDs in the reverse order.

    key

    ID of the stream

    end

    end of the range of IDs

    start

    start of the range of IDs

    count

    maximum number of entries returned

    returns

    - the complete entries with IDs matching the specified range in the reverse order.

  • final def xRevRange[SK, I](key: SK, end: I, start: I)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs in the reverse order.

    Fetches the stream entries matching a given range of IDs in the reverse order. + the complete entries with IDs matching the specified range in the reverse order.

  • final def xRevRange[SK, I](key: SK, end: I, start: I)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[redis.StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs in the reverse order.

    Fetches the stream entries matching a given range of IDs in the reverse order.

    key

    ID of the stream

    end

    end of the range of IDs

    start

    start of the range of IDs

    returns

    - the complete entries with IDs matching the specified range in the reverse order.

  • final def xTrim[SK](key: SK, count: Long, approximate: Boolean = false)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Long]

    Trims the stream to a given number of items, evicting older items (items with lower IDs) if needed.

    Trims the stream to a given number of items, evicting older items (items with lower IDs) if needed. + the complete entries with IDs matching the specified range in the reverse order.

  • final def xTrim[SK](key: SK, count: Long, approximate: Boolean = false)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Long]

    Trims the stream to a given number of items, evicting older items (items with lower IDs) if needed.

    Trims the stream to a given number of items, evicting older items (items with lower IDs) if needed.

    key

    ID of the stream

    count

    stream length

    approximate

    diff --git a/api/zio/redis/api/Strings.html b/api/zio/redis/api/Strings.html index 43a8150e23d7067451c96647d9e4425b52b16a66..dcc42c8527ce57d89553cbe305559118dace30c4 100644 --- a/api/zio/redis/api/Strings.html +++ b/api/zio/redis/api/Strings.html @@ -1,39 +1,39 @@

    Packages

    t

    zio.redis.api

    Strings

    trait Strings extends AnyRef

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

    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. final def append[K, V](key: K, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

      Append a value to a key.

      Append a value to a key. +var toRoot = '../../../';

      Packages

      t

      zio.redis.api

      Strings

      trait Strings extends AnyRef

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

      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. final def append[K, V](key: K, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

        Append a value to a key.

        Append a value to a key.

        key

        Key of the string to add the value to

        value

        Value to append to the string

        returns

        - Returns the length of the string after the append operation.

      5. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      6. final def bitCount[K](key: K, range: Option[Range] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

        Count set bits in a string.

        Count set bits in a string. + Returns the length of the string after the append operation.

  • final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  • final def bitCount[K](key: K, range: Option[Range] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Count set bits in a string.

    Count set bits in a string.

    key

    Key of the string of which to count the bits

    range

    Range of bytes to count

    returns

    - Returns the number of bits set to 1.

  • final def bitField[K](key: K, bitFieldCommand: redis.BitFieldCommand, bitFieldCommands: redis.BitFieldCommand*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Option[Long]]]

    Perform arbitrary bitfield integer operations on strings.

    Perform arbitrary bitfield integer operations on strings. + Returns the number of bits set to 1.

  • final def bitField[K](key: K, bitFieldCommand: redis.BitFieldCommand, bitFieldCommands: redis.BitFieldCommand*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Option[Long]]]

    Perform arbitrary bitfield integer operations on strings.

    Perform arbitrary bitfield integer operations on strings.

    key

    Key of the string to operate on

    bitFieldCommand

    First command to apply

    bitFieldCommands

    Subsequent commands to apply

    returns

    - Returns an optional long result of each command applied.

  • final def bitOp[D, S](operation: redis.BitOperation, destKey: D, srcKey: S, srcKeys: S*)(implicit arg0: Schema[D], arg1: Schema[S]): ZIO[Has[Redis], RedisError, Long]

    Perform bitwise operations between strings.

    Perform bitwise operations between strings. + Returns an optional long result of each command applied.

  • final def bitOp[D, S](operation: redis.BitOperation, destKey: D, srcKey: S, srcKeys: S*)(implicit arg0: Schema[D], arg1: Schema[S]): ZIO[Has[Redis], RedisError, Long]

    Perform bitwise operations between strings.

    Perform bitwise operations between strings.

    operation

    Bit operation to apply

    destKey

    Key of destination string to store the result

    srcKey

    First source key to apply the operation to

    srcKeys

    Subsequent source keys to apply the operation to

    returns

    - Returns size of the string stored in the destination key, that is equal to the size of the longest input string.

  • final def bitPos[K](key: K, bit: Boolean, range: Option[redis.BitPosRange] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Find first bit set or clear in a string.

    Find first bit set or clear in a string. + Returns size of the string stored in the destination key, that is equal to the size of the longest input string.

  • final def bitPos[K](key: K, bit: Boolean, range: Option[redis.BitPosRange] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Find first bit set or clear in a string.

    Find first bit set or clear in a string.

    key

    Key of the string to search within

    bit

    Whether to search for a set bit or a cleared bit

    range

    Range of bytes to search

    returns

    - Returns the position of the first bit set to 1 or 0 according to the request.

  • def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  • final def decr[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Decrement the integer value of a key by one.

    Decrement the integer value of a key by one. + Returns the position of the first bit set to 1 or 0 according to the request.

  • def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  • final def decr[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Decrement the integer value of a key by one.

    Decrement the integer value of a key by one.

    key

    Key to decrement

    returns

    - Returns the value of key after the decrement.

  • final def decrBy[K](key: K, decrement: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Decrement the integer value of a key by the given number.

    Decrement the integer value of a key by the given number. + Returns the value of key after the decrement.

  • final def decrBy[K](key: K, decrement: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Decrement the integer value of a key by the given number.

    Decrement the integer value of a key by the given number.

    key

    Key of the integer value to decrement

    decrement

    Amount to decrement by

    returns

    Returns the value of key after the decrement.

  • final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  • final def get[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Option]

    Get the value of a key.

    Get the value of a key.

    key

    Key to get the value of

    returns

    - Returns the value of the string or None if it does not exist.

  • final def getBit[K](key: K, offset: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the bit value at offset in the string value stored at key.

    Returns the bit value at offset in the string value stored at key. + Returns the value of the string or None if it does not exist.

  • final def getBit[K](key: K, offset: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the bit value at offset in the string value stored at key.

    Returns the bit value at offset in the string value stored at key.

    key

    Key of the string to get the bit from

    offset

    Offset to the bit

    returns

    @@ -64,33 +64,33 @@ var toRoot = '../../../';

    key

    Key of string to set

    value

    New value of the string

    returns

    - Returns the previous value of the string or None if it did not previously have a value.

  • def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  • final def incr[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Increment the integer value of a key by one.

    Increment the integer value of a key by one. + Returns the previous value of the string or None if it did not previously have a value.

  • def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  • final def incr[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Increment the integer value of a key by one.

    Increment the integer value of a key by one.

    key

    Key of the string to increment

    returns

    - Returns the value of key after the increment.

  • final def incrBy[K](key: K, increment: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Increment the integer value of a key by the given amount.

    Increment the integer value of a key by the given amount. + Returns the value of key after the increment.

  • final def incrBy[K](key: K, increment: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Increment the integer value of a key by the given amount.

    Increment the integer value of a key by the given amount.

    key

    Key of the value to increment

    increment

    Amount to increment the value by

    returns

    - Returns the value of key after the increment.

  • final def incrByFloat[K](key: K, increment: Double)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Double]

    Increment the float value of a key by the given amount.

    Increment the float value of a key by the given amount. + Returns the value of key after the increment.

  • final def incrByFloat[K](key: K, increment: Double)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Double]

    Increment the float value of a key by the given amount.

    Increment the float value of a key by the given amount.

    key

    Key of the value to increment

    increment

    Amount to increment the value by

    returns

    - Returns the value of key after the increment.

  • final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  • final def mGet[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[[x]Chunk[Option[x]]]

    Get all the values of the given keys.

    Get all the values of the given keys. + Returns the value of key after the increment.

  • final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  • final def mGet[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[[x]Chunk[Option[x]]]

    Get all the values of the given keys.

    Get all the values of the given keys.

    key

    First key to get

    keys

    Subsequent keys to get

    returns

    - Returns the values of the given keys.

  • final def mSet[K, V](keyValue: (K, V), keyValues: (K, V)*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set multiple keys to multiple values.

    Set multiple keys to multiple values. + Returns the values of the given keys.

  • final def mSet[K, V](keyValue: (K, V), keyValues: (K, V)*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set multiple keys to multiple values.

    Set multiple keys to multiple values.

    keyValue

    Tuple of key and value, first one to set

    keyValues

    - Subsequent tuples of key values

  • final def mSetNx[K, V](keyValue: (K, V), keyValues: (K, V)*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set multiple keys to multiple values only if none of the keys exist.

    Set multiple keys to multiple values only if none of the keys exist. + Subsequent tuples of key values

  • final def mSetNx[K, V](keyValue: (K, V), keyValues: (K, V)*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set multiple keys to multiple values only if none of the keys exist.

    Set multiple keys to multiple values only if none of the keys exist.

    keyValue

    First key value to set

    keyValues

    Subsequent key values to set

    returns

    - 1 if the all the keys were set. 0 if no key was set (at least one key already existed).

  • 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 pSetEx[K, V](key: K, milliseconds: Duration, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set the value and expiration in milliseconds of a key.

    Set the value and expiration in milliseconds of a key. + 1 if the all the keys were set. 0 if no key was set (at least one key already existed).

  • 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 pSetEx[K, V](key: K, milliseconds: Duration, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set the value and expiration in milliseconds of a key.

    Set the value and expiration in milliseconds of a key.

    key

    Key of the string to set the expiry time on

    milliseconds

    Time in milliseconds until the string should expire

    value

    - Value to set

  • final def set[K, V](key: K, value: V, expireTime: Option[Duration] = None, update: Option[redis.Update] = None, keepTtl: Option[redis.KeepTtl] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set the string value of a key.

    Set the string value of a key. + Value to set

  • final def set[K, V](key: K, value: V, expireTime: Option[Duration] = None, update: Option[redis.Update] = None, keepTtl: Option[redis.KeepTtl] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set the string value of a key.

    Set the string value of a key.

    key

    Key of the string to set

    value

    Value to set

    expireTime

    @@ -98,28 +98,28 @@ var toRoot = '../../../';

    When set any previously set expire time remains unchanged

    returns

    - true if set was executed correctly, false otherwise.

  • final def setBit[K](key: K, offset: Long, value: Boolean)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Sets or clears the bit at offset in the string value stored at key.

    Sets or clears the bit at offset in the string value stored at key. + true if set was executed correctly, false otherwise.

  • final def setBit[K](key: K, offset: Long, value: Boolean)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Sets or clears the bit at offset in the string value stored at key.

    Sets or clears the bit at offset in the string value stored at key.

    key

    Key of the string to set or clear bits

    offset

    Offset at which to set or clear the bit

    value

    True if bit should be set, False if it should be cleared

    returns

    - Returns the original bit value stored at offset.

  • final def setEx[K, V](key: K, expiration: Duration, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set the value and expiration of a key.

    Set the value and expiration of a key. + Returns the original bit value stored at offset.

  • final def setEx[K, V](key: K, expiration: Duration, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set the value and expiration of a key.

    Set the value and expiration of a key.

    key

    Key of the value to update

    expiration

    Expiration time for the value

    value

    - New value to set

  • final def setNx[K, V](key: K, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set the value of a key, only if the key does not exist.

    Set the value of a key, only if the key does not exist. + New value to set

  • final def setNx[K, V](key: K, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set the value of a key, only if the key does not exist.

    Set the value of a key, only if the key does not exist.

    key

    Key of the value to set if the key does not exist

    value

    Value to set

    returns

    - Returns 1 if the key was set. 0 if the key was not set.

  • final def setRange[K, V](key: K, offset: Long, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Overwrite part of a string at key starting at the specified offset.

    Overwrite part of a string at key starting at the specified offset. + Returns 1 if the key was set. 0 if the key was not set.

  • final def setRange[K, V](key: K, offset: Long, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Overwrite part of a string at key starting at the specified offset.

    Overwrite part of a string at key starting at the specified offset.

    key

    Key of the string to overwite

    offset

    Offset to start writing

    value

    Value to overwrite with

    returns

    - Returns the length of the string after it was modified by the command.

  • final def strLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Get the length of a value stored in a key.

    Get the length of a value stored in a key. + Returns the length of the string after it was modified by the command.

  • final def strLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Get the length of a value stored in a key.

    Get the length of a value stored in a key.

    key

    Key of the string to get the length of

    returns

    - Returns the length of the string.

  • final def stralgoLcs[K](command: redis.StrAlgoLCS, keyA: K, keyB: K, lcsQueryType: Option[redis.StrAlgoLcsQueryType] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, redis.LcsOutput]

    Get the longest common subsequence of values stored in the given keys.

    Get the longest common subsequence of values stored in the given keys. + Returns the length of the string.

  • final def stralgoLcs[K](command: redis.StrAlgoLCS, keyA: K, keyB: K, lcsQueryType: Option[redis.StrAlgoLcsQueryType] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, redis.LcsOutput]

    Get the longest common subsequence of values stored in the given keys.

    Get the longest common subsequence of values stored in the given keys.

    command

    type of value it (possible values are Strings and Keys)

    keyA

    first value that will contain subsequence

    keyB

    diff --git a/api/zio/redis/index.html b/api/zio/redis/index.html index 3bde2294934df9989d36b4825b1f91d048fb921b..f6d99a1fc8247f5cee307523ba6b0c4ff7c16cf9 100644 --- a/api/zio/redis/index.html +++ b/api/zio/redis/index.html @@ -1,29 +1,29 @@

    p

    zio

    redis

    package redis

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. redis
    2. Scripting
    3. Streams
    4. Lists
    5. Strings
    6. SortedSets
    7. Shared
    8. Keys
    9. Geo
    10. Connection
    11. Scripting
    12. Streams
    13. SortedSets
    14. Strings
    15. Sets
    16. Lists
    17. Keys
    18. HyperLogLog
    19. Hashes
    20. Geo
    21. Connection
    22. AnyRef
    23. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Package Members

    1. package api
    2. package options

    Type Members

    1. type AbsTtl = AbsTtl.type
      Definition Classes
      Keys
    2. type Alpha = Alpha.type
      Definition Classes
      Keys
    3. type Changed = Changed.type
      Definition Classes
      SortedSets
    4. type Copy = Copy.type
      Definition Classes
      Keys
    5. type Id[+A] = A
    6. type Increment = Increment.type
      Definition Classes
      SortedSets
    7. sealed trait Input[-A] extends AnyRef
    8. type KeepTtl = KeepTtl.type
      Definition Classes
      Strings
    9. type MemberScores[+M] = Chunk[MemberScore[M]]
      Definition Classes
      SortedSets
    10. type MkStream = MkStream.type
      Definition Classes
      Streams
    11. type NoAck = NoAck.type
      Definition Classes
      Streams
    12. sealed trait Output[+A] extends AnyRef
    13. trait Redis extends AnyRef
    14. final class RedisCommand[-In, +Out] extends AnyRef
    15. final case class RedisConfig(host: String, port: Int) extends Product with Serializable
    16. sealed trait RedisError extends Throwable with NoStackTrace
    17. trait RedisExecutor extends AnyRef
    18. type Replace = Replace.type
      Definition Classes
      Keys
    19. sealed trait RespValue extends Product with Serializable
    20. sealed trait ResultBuilder extends AnyRef
    21. type StreamChunks[N, I, K, V] = Chunk[StreamChunk[N, I, K, V]]
      Definition Classes
      Streams
    22. type StreamEntries[I, K, V] = Chunk[StreamEntry[I, K, V]]
      Definition Classes
      Streams
    23. type WithCoord = WithCoord.type
      Definition Classes
      Geo
    24. type WithDist = WithDist.type
      Definition Classes
      Geo
    25. type WithForce = WithForce.type
      Definition Classes
      Streams
    26. type WithHash = WithHash.type
      Definition Classes
      Geo
    27. type WithJustId = WithJustId.type
      Definition Classes
      Streams
    28. type WithScores = WithScores.type
      Definition Classes
      SortedSets
    29. sealed case class Address(ip: InetAddress, port: Int) extends Product with Serializable
      Definition Classes
      Connection
    30. sealed case class ClientEvents(readable: Boolean = false, writable: Boolean = false) extends Product with Serializable
      Definition Classes
      Connection
    31. sealed trait ClientFlag extends AnyRef
      Definition Classes
      Connection
    32. sealed case class ClientInfo(id: Long, name: Option[String] = None, address: Option[Address] = None, localAddress: Option[Address] = None, fileDescriptor: Option[Long] = None, age: Option[Duration] = None, idle: Option[Duration] = None, flags: Set[ClientFlag] = Set.empty, databaseId: Option[Long] = None, subscriptions: Int = 0, patternSubscriptions: Int = 0, multiCommands: Int = 0, queryBufferLength: Option[Int] = None, queryBufferFree: Option[Int] = None, outputBufferLength: Option[Int] = None, outputListLength: Option[Int] = None, outputBufferMem: Option[Long] = None, events: ClientEvents = ClientEvents(), lastCommand: Option[String] = None, argvMemory: Option[Long] = None, totalMemory: Option[Long] = None, redirectionClientId: Option[Long] = None, user: Option[String] = None) extends Product with Serializable
      Definition Classes
      Connection
    33. sealed trait ClientKillFilter extends AnyRef
      Definition Classes
      Connection
    34. sealed trait ClientPauseMode extends AnyRef
      Definition Classes
      Connection
    35. sealed case class ClientTrackingFlags(clientSideCaching: Boolean, trackingMode: Option[ClientTrackingMode] = None, noLoop: Boolean = false, caching: Option[Boolean] = None, brokenRedirect: Boolean = false) extends Product with Serializable
      Definition Classes
      Connection
    36. sealed case class ClientTrackingInfo(flags: ClientTrackingFlags, redirect: ClientTrackingRedirect, prefixes: Set[String] = Set.empty) extends Product with Serializable
      Definition Classes
      Connection
    37. sealed trait ClientTrackingMode extends AnyRef
      Definition Classes
      Connection
    38. sealed trait ClientTrackingRedirect extends AnyRef
      Definition Classes
      Connection
    39. sealed trait ClientType extends AnyRef
      Definition Classes
      Connection
    40. sealed trait UnblockBehavior extends AnyRef
      Definition Classes
      Connection
    41. sealed case class GeoView(member: String, dist: Option[Double], hash: Option[Long], longLat: Option[(Geo.this)#LongLat]) extends Product with Serializable
      Definition Classes
      Geo
    42. sealed case class LongLat(longitude: Double, latitude: Double) extends Product with Serializable
      Definition Classes
      Geo
    43. sealed trait RadiusUnit extends AnyRef
      Definition Classes
      Geo
    44. case class StoreBoth(results: (Geo.this)#Store, distances: (Geo.this)#StoreDist) extends (Geo.this)#StoreOptions with Product with Serializable
      Definition Classes
      Geo
    45. sealed case class StoreDist(key: String) extends Product with Serializable
      Definition Classes
      Geo
    46. case class StoreDistances(distances: (Geo.this)#StoreDist) extends (Geo.this)#StoreOptions with Product with Serializable
      Definition Classes
      Geo
    47. sealed trait StoreOptions extends AnyRef
      Definition Classes
      Geo
    48. case class StoreResults(results: (Geo.this)#Store) extends (Geo.this)#StoreOptions with Product with Serializable
      Definition Classes
      Geo
    49. sealed case class Auth(password: String) extends Product with Serializable
      Definition Classes
      Keys
    50. sealed case class By(pattern: String) extends Product with Serializable
      Definition Classes
      Keys
    51. sealed case class Freq(frequency: String) extends Product with Serializable
      Definition Classes
      Keys
    52. sealed case class IdleTime(seconds: Long) extends Product with Serializable
      Definition Classes
      Keys
    53. sealed trait RedisType extends Product with Serializable
      Definition Classes
      Keys
    54. sealed case class ListMaxLen(count: Long) extends Product with Serializable
      Definition Classes
      Lists
    55. sealed trait Position extends AnyRef
      Definition Classes
      Lists
    56. sealed case class Rank(rank: Long) extends Product with Serializable
      Definition Classes
      Lists
    57. sealed trait Side extends AnyRef
      Definition Classes
      Lists
    58. sealed trait DebugMode extends AnyRef
      Definition Classes
      Scripting
    59. sealed case class Count(count: Long) extends Product with Serializable
      Definition Classes
      Shared
    60. sealed case class Limit(offset: Long, count: Long) extends Product with Serializable
      Definition Classes
      Shared
    61. sealed trait Order extends AnyRef
      Definition Classes
      Shared
    62. sealed case class Pattern(pattern: String) extends Product with Serializable
      Definition Classes
      Shared
    63. sealed case class Store(key: String) extends Product with Serializable
      Definition Classes
      Shared
    64. sealed trait Update extends AnyRef
      Definition Classes
      Shared
    65. sealed trait Aggregate extends Product
      Definition Classes
      SortedSets
    66. sealed trait LexMaximum extends AnyRef
      Definition Classes
      SortedSets
    67. sealed trait LexMinimum extends AnyRef
      Definition Classes
      SortedSets
    68. sealed case class LexRange(min: LexMinimum, max: LexMaximum) extends Product with Serializable
      Definition Classes
      SortedSets
    69. sealed case class MemberScore[+M](score: Double, member: M) extends Product with Serializable
      Definition Classes
      SortedSets
    70. sealed trait ScoreMaximum extends AnyRef
      Definition Classes
      SortedSets
    71. sealed trait ScoreMinimum extends AnyRef
      Definition Classes
      SortedSets
    72. sealed case class ScoreRange(min: ScoreMinimum, max: ScoreMaximum) extends Product with Serializable
      Definition Classes
      SortedSets
    73. sealed case class Group[G, C](group: G, consumer: C) extends Product with Serializable
      Definition Classes
      Streams
    74. sealed case class PendingInfo(total: Long, first: Option[String], last: Option[String], consumers: Map[String, Long]) extends Product with Serializable
      Definition Classes
      Streams
    75. sealed case class PendingMessage(id: String, owner: String, lastDelivered: Duration, counter: Long) extends Product with Serializable
      Definition Classes
      Streams
    76. sealed case class StreamChunk[N, I, K, V](name: N, entries: Chunk[StreamEntry[I, K, V]]) extends Product with Serializable
      Definition Classes
      Streams
    77. sealed case class StreamConsumersInfo(name: String, pending: Long, idle: Duration) extends Product with Serializable
      Definition Classes
      Streams
    78. sealed case class StreamEntry[I, K, V](id: I, fields: Map[K, V]) extends Product with Serializable
      Definition Classes
      Streams
    79. sealed case class StreamGroupsInfo(name: String, consumers: Long, pending: Long, lastDeliveredId: String) extends Product with Serializable
      Definition Classes
      Streams
    80. sealed case class StreamInfo[I, K, V](length: Long, radixTreeKeys: Long, radixTreeNodes: Long, groups: Long, lastGeneratedId: String, firstEntry: Option[StreamEntry[I, K, V]], lastEntry: Option[StreamEntry[I, K, V]]) extends Product with Serializable
      Definition Classes
      Streams
    81. sealed case class StreamMaxLen(approximate: Boolean, count: Long) extends Product with Serializable
      Definition Classes
      Streams
    82. sealed trait XGroupCommand extends AnyRef
      Definition Classes
      Streams
    83. sealed trait BitFieldCommand extends AnyRef
      Definition Classes
      Strings
    84. sealed trait BitFieldType extends AnyRef
      Definition Classes
      Strings
    85. sealed trait BitOperation extends AnyRef
      Definition Classes
      Strings
    86. sealed case class BitPosRange(start: Long, end: Option[Long]) extends Product with Serializable
      Definition Classes
      Strings
    87. sealed trait Expire extends AnyRef
      Definition Classes
      Strings
    88. sealed trait ExpiredAt extends AnyRef
      Definition Classes
      Strings
    89. sealed trait LcsOutput extends AnyRef
      Definition Classes
      Strings
    90. case class Match(matchIdxA: MatchIdx, matchIdxB: MatchIdx, matchLength: Option[Long] = None) extends Product with Serializable
      Definition Classes
      Strings
    91. case class MatchIdx(start: Long, end: Long) extends Product with Serializable
      Definition Classes
      Strings
    92. sealed trait StrAlgoLCS extends AnyRef
      Definition Classes
      Strings
    93. sealed trait StrAlgoLcsQueryType extends AnyRef
      Definition Classes
      Strings

    Value Members

    1. final def append[K, V](key: K, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

      Append a value to a key.

      Append a value to a key. +var toRoot = '../../';

      p

      zio

      redis

      package redis

      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. redis
      2. Scripting
      3. Streams
      4. Lists
      5. Strings
      6. SortedSets
      7. Shared
      8. Keys
      9. Geo
      10. Connection
      11. Scripting
      12. Streams
      13. SortedSets
      14. Strings
      15. Sets
      16. Lists
      17. Keys
      18. HyperLogLog
      19. Hashes
      20. Geo
      21. Connection
      22. AnyRef
      23. Any
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Package Members

      1. package api
      2. package options

      Type Members

      1. type AbsTtl = AbsTtl.type
        Definition Classes
        Keys
      2. type Alpha = Alpha.type
        Definition Classes
        Keys
      3. type Changed = Changed.type
        Definition Classes
        SortedSets
      4. type Copy = Copy.type
        Definition Classes
        Keys
      5. type Id[+A] = A
      6. type Increment = Increment.type
        Definition Classes
        SortedSets
      7. sealed trait Input[-A] extends AnyRef
      8. type KeepTtl = KeepTtl.type
        Definition Classes
        Strings
      9. type MemberScores[+M] = Chunk[MemberScore[M]]
        Definition Classes
        SortedSets
      10. type MkStream = MkStream.type
        Definition Classes
        Streams
      11. type NoAck = NoAck.type
        Definition Classes
        Streams
      12. sealed trait Output[+A] extends AnyRef
      13. trait Redis extends AnyRef
      14. final class RedisCommand[-In, +Out] extends AnyRef
      15. final case class RedisConfig(host: String, port: Int) extends Product with Serializable
      16. sealed trait RedisError extends Throwable with NoStackTrace
      17. trait RedisExecutor extends AnyRef
      18. type Replace = Replace.type
        Definition Classes
        Keys
      19. sealed trait RespValue extends Product with Serializable
      20. sealed trait ResultBuilder extends AnyRef
      21. type StreamChunks[N, I, K, V] = Chunk[StreamChunk[N, I, K, V]]
        Definition Classes
        Streams
      22. type StreamEntries[I, K, V] = Chunk[StreamEntry[I, K, V]]
        Definition Classes
        Streams
      23. type WithCoord = WithCoord.type
        Definition Classes
        Geo
      24. type WithDist = WithDist.type
        Definition Classes
        Geo
      25. type WithForce = WithForce.type
        Definition Classes
        Streams
      26. type WithHash = WithHash.type
        Definition Classes
        Geo
      27. type WithJustId = WithJustId.type
        Definition Classes
        Streams
      28. type WithScores = WithScores.type
        Definition Classes
        SortedSets
      29. sealed case class Address(ip: InetAddress, port: Int) extends Product with Serializable
        Definition Classes
        Connection
      30. sealed case class ClientEvents(readable: Boolean = false, writable: Boolean = false) extends Product with Serializable
        Definition Classes
        Connection
      31. sealed trait ClientFlag extends AnyRef
        Definition Classes
        Connection
      32. sealed case class ClientInfo(id: Long, name: Option[String] = None, address: Option[Address] = None, localAddress: Option[Address] = None, fileDescriptor: Option[Long] = None, age: Option[Duration] = None, idle: Option[Duration] = None, flags: Set[ClientFlag] = Set.empty, databaseId: Option[Long] = None, subscriptions: Int = 0, patternSubscriptions: Int = 0, multiCommands: Int = 0, queryBufferLength: Option[Int] = None, queryBufferFree: Option[Int] = None, outputBufferLength: Option[Int] = None, outputListLength: Option[Int] = None, outputBufferMem: Option[Long] = None, events: ClientEvents = ClientEvents(), lastCommand: Option[String] = None, argvMemory: Option[Long] = None, totalMemory: Option[Long] = None, redirectionClientId: Option[Long] = None, user: Option[String] = None) extends Product with Serializable
        Definition Classes
        Connection
      33. sealed trait ClientKillFilter extends AnyRef
        Definition Classes
        Connection
      34. sealed trait ClientPauseMode extends AnyRef
        Definition Classes
        Connection
      35. sealed case class ClientTrackingFlags(clientSideCaching: Boolean, trackingMode: Option[ClientTrackingMode] = None, noLoop: Boolean = false, caching: Option[Boolean] = None, brokenRedirect: Boolean = false) extends Product with Serializable
        Definition Classes
        Connection
      36. sealed case class ClientTrackingInfo(flags: ClientTrackingFlags, redirect: ClientTrackingRedirect, prefixes: Set[String] = Set.empty) extends Product with Serializable
        Definition Classes
        Connection
      37. sealed trait ClientTrackingMode extends AnyRef
        Definition Classes
        Connection
      38. sealed trait ClientTrackingRedirect extends AnyRef
        Definition Classes
        Connection
      39. sealed trait ClientType extends AnyRef
        Definition Classes
        Connection
      40. sealed trait UnblockBehavior extends AnyRef
        Definition Classes
        Connection
      41. sealed case class GeoView(member: String, dist: Option[Double], hash: Option[Long], longLat: Option[(Geo.this)#LongLat]) extends Product with Serializable
        Definition Classes
        Geo
      42. sealed case class LongLat(longitude: Double, latitude: Double) extends Product with Serializable
        Definition Classes
        Geo
      43. sealed trait RadiusUnit extends AnyRef
        Definition Classes
        Geo
      44. case class StoreBoth(results: (Geo.this)#Store, distances: (Geo.this)#StoreDist) extends (Geo.this)#StoreOptions with Product with Serializable
        Definition Classes
        Geo
      45. sealed case class StoreDist(key: String) extends Product with Serializable
        Definition Classes
        Geo
      46. case class StoreDistances(distances: (Geo.this)#StoreDist) extends (Geo.this)#StoreOptions with Product with Serializable
        Definition Classes
        Geo
      47. sealed trait StoreOptions extends AnyRef
        Definition Classes
        Geo
      48. case class StoreResults(results: (Geo.this)#Store) extends (Geo.this)#StoreOptions with Product with Serializable
        Definition Classes
        Geo
      49. sealed case class Auth(password: String) extends Product with Serializable
        Definition Classes
        Keys
      50. sealed case class By(pattern: String) extends Product with Serializable
        Definition Classes
        Keys
      51. sealed case class Freq(frequency: String) extends Product with Serializable
        Definition Classes
        Keys
      52. sealed case class IdleTime(seconds: Long) extends Product with Serializable
        Definition Classes
        Keys
      53. sealed trait RedisType extends Product with Serializable
        Definition Classes
        Keys
      54. sealed case class ListMaxLen(count: Long) extends Product with Serializable
        Definition Classes
        Lists
      55. sealed trait Position extends AnyRef
        Definition Classes
        Lists
      56. sealed case class Rank(rank: Long) extends Product with Serializable
        Definition Classes
        Lists
      57. sealed trait Side extends AnyRef
        Definition Classes
        Lists
      58. sealed trait DebugMode extends AnyRef
        Definition Classes
        Scripting
      59. sealed case class Count(count: Long) extends Product with Serializable
        Definition Classes
        Shared
      60. sealed case class Limit(offset: Long, count: Long) extends Product with Serializable
        Definition Classes
        Shared
      61. sealed trait Order extends AnyRef
        Definition Classes
        Shared
      62. sealed case class Pattern(pattern: String) extends Product with Serializable
        Definition Classes
        Shared
      63. sealed case class Store(key: String) extends Product with Serializable
        Definition Classes
        Shared
      64. sealed trait Update extends AnyRef
        Definition Classes
        Shared
      65. sealed trait Aggregate extends Product
        Definition Classes
        SortedSets
      66. sealed trait LexMaximum extends AnyRef
        Definition Classes
        SortedSets
      67. sealed trait LexMinimum extends AnyRef
        Definition Classes
        SortedSets
      68. sealed case class LexRange(min: LexMinimum, max: LexMaximum) extends Product with Serializable
        Definition Classes
        SortedSets
      69. sealed case class MemberScore[+M](score: Double, member: M) extends Product with Serializable
        Definition Classes
        SortedSets
      70. sealed trait ScoreMaximum extends AnyRef
        Definition Classes
        SortedSets
      71. sealed trait ScoreMinimum extends AnyRef
        Definition Classes
        SortedSets
      72. sealed case class ScoreRange(min: ScoreMinimum, max: ScoreMaximum) extends Product with Serializable
        Definition Classes
        SortedSets
      73. sealed case class Group[G, C](group: G, consumer: C) extends Product with Serializable
        Definition Classes
        Streams
      74. sealed case class PendingInfo(total: Long, first: Option[String], last: Option[String], consumers: Map[String, Long]) extends Product with Serializable
        Definition Classes
        Streams
      75. sealed case class PendingMessage(id: String, owner: String, lastDelivered: Duration, counter: Long) extends Product with Serializable
        Definition Classes
        Streams
      76. sealed case class StreamChunk[N, I, K, V](name: N, entries: Chunk[StreamEntry[I, K, V]]) extends Product with Serializable
        Definition Classes
        Streams
      77. sealed case class StreamConsumersInfo(name: String, pending: Long, idle: Duration) extends Product with Serializable
        Definition Classes
        Streams
      78. sealed case class StreamEntry[I, K, V](id: I, fields: Map[K, V]) extends Product with Serializable
        Definition Classes
        Streams
      79. sealed case class StreamGroupsInfo(name: String, consumers: Long, pending: Long, lastDeliveredId: String) extends Product with Serializable
        Definition Classes
        Streams
      80. sealed case class StreamInfo[I, K, V](length: Long, radixTreeKeys: Long, radixTreeNodes: Long, groups: Long, lastGeneratedId: String, firstEntry: Option[StreamEntry[I, K, V]], lastEntry: Option[StreamEntry[I, K, V]]) extends Product with Serializable
        Definition Classes
        Streams
      81. sealed case class StreamMaxLen(approximate: Boolean, count: Long) extends Product with Serializable
        Definition Classes
        Streams
      82. sealed trait XGroupCommand extends AnyRef
        Definition Classes
        Streams
      83. sealed trait BitFieldCommand extends AnyRef
        Definition Classes
        Strings
      84. sealed trait BitFieldType extends AnyRef
        Definition Classes
        Strings
      85. sealed trait BitOperation extends AnyRef
        Definition Classes
        Strings
      86. sealed case class BitPosRange(start: Long, end: Option[Long]) extends Product with Serializable
        Definition Classes
        Strings
      87. sealed trait Expire extends AnyRef
        Definition Classes
        Strings
      88. sealed trait ExpiredAt extends AnyRef
        Definition Classes
        Strings
      89. sealed trait LcsOutput extends AnyRef
        Definition Classes
        Strings
      90. case class Match(matchIdxA: MatchIdx, matchIdxB: MatchIdx, matchLength: Option[Long] = None) extends Product with Serializable
        Definition Classes
        Strings
      91. case class MatchIdx(start: Long, end: Long) extends Product with Serializable
        Definition Classes
        Strings
      92. sealed trait StrAlgoLCS extends AnyRef
        Definition Classes
        Strings
      93. sealed trait StrAlgoLcsQueryType extends AnyRef
        Definition Classes
        Strings

      Value Members

      1. final def append[K, V](key: K, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

        Append a value to a key.

        Append a value to a key.

        key

        Key of the string to add the value to

        value

        Value to append to the string

        returns

        - Returns the length of the string after the append operation.

        Definition Classes
        Strings
      2. final def auth(password: String): ZIO[Has[Redis], RedisError, Unit]

        Authenticates the current connection to the server in two cases:

        Authenticates the current connection to the server in two cases:

        • If the Redis server is password protected via the the requirepass option
        • If a Redis 6.0 instance, or greater, is using the Redis ACL system. In this + Returns the length of the string after the append operation.

    Definition Classes
    Strings
  • final def auth(password: String): ZIO[Has[Redis], RedisError, Unit]

    Authenticates the current connection to the server in two cases:

    Authenticates the current connection to the server in two cases:

    • If the Redis server is password protected via the the requirepass option
    • If a Redis 6.0 instance, or greater, is using the Redis ACL system. In this case it is assumed that the implicit username is default.
    password

    the password used to authenticate the connection

    returns

    if the password provided via AUTH matches the password in the configuration file, the Unit value is returned and - the server starts accepting commands. Otherwise, an error is returned and the client needs to try a new password.

    Definition Classes
    Connection
  • final def bitCount[K](key: K, range: Option[Range] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Count set bits in a string.

    Count set bits in a string. + the server starts accepting commands. Otherwise, an error is returned and the client needs to try a new password.

    Definition Classes
    Connection
  • final def bitCount[K](key: K, range: Option[Range] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Count set bits in a string.

    Count set bits in a string.

    key

    Key of the string of which to count the bits

    range

    Range of bytes to count

    returns

    - Returns the number of bits set to 1.

    Definition Classes
    Strings
  • final def bitField[K](key: K, bitFieldCommand: BitFieldCommand, bitFieldCommands: BitFieldCommand*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Option[Long]]]

    Perform arbitrary bitfield integer operations on strings.

    Perform arbitrary bitfield integer operations on strings. + Returns the number of bits set to 1.

    Definition Classes
    Strings
  • final def bitField[K](key: K, bitFieldCommand: BitFieldCommand, bitFieldCommands: BitFieldCommand*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Option[Long]]]

    Perform arbitrary bitfield integer operations on strings.

    Perform arbitrary bitfield integer operations on strings.

    key

    Key of the string to operate on

    bitFieldCommand

    First command to apply

    bitFieldCommands

    Subsequent commands to apply

    returns

    - Returns an optional long result of each command applied.

    Definition Classes
    Strings
  • final def bitOp[D, S](operation: BitOperation, destKey: D, srcKey: S, srcKeys: S*)(implicit arg0: Schema[D], arg1: Schema[S]): ZIO[Has[Redis], RedisError, Long]

    Perform bitwise operations between strings.

    Perform bitwise operations between strings. + Returns an optional long result of each command applied.

    Definition Classes
    Strings
  • final def bitOp[D, S](operation: BitOperation, destKey: D, srcKey: S, srcKeys: S*)(implicit arg0: Schema[D], arg1: Schema[S]): ZIO[Has[Redis], RedisError, Long]

    Perform bitwise operations between strings.

    Perform bitwise operations between strings.

    operation

    Bit operation to apply

    destKey

    Key of destination string to store the result

    srcKey

    First source key to apply the operation to

    srcKeys

    Subsequent source keys to apply the operation to

    returns

    - Returns size of the string stored in the destination key, that is equal to the size of the longest input string.

    Definition Classes
    Strings
  • final def bitPos[K](key: K, bit: Boolean, range: Option[BitPosRange] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Find first bit set or clear in a string.

    Find first bit set or clear in a string. + Returns size of the string stored in the destination key, that is equal to the size of the longest input string.

    Definition Classes
    Strings
  • final def bitPos[K](key: K, bit: Boolean, range: Option[BitPosRange] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Find first bit set or clear in a string.

    Find first bit set or clear in a string.

    key

    Key of the string to search within

    bit

    Whether to search for a set bit or a cleared bit

    range

    @@ -76,22 +76,22 @@ available. This is the blocking variant of

    A three-element Chunk with the first element being the name of the key where a member was popped, the second element is the popped member itself, and the third element is the score of the popped element. An empty chunk is - returned when no element could be popped and the timeout expired.

    Definition Classes
    SortedSets
  • final def clientCaching(track: Boolean): ZIO[Has[Redis], RedisError, Unit]

    Controls the tracking of the keys in the next command executed by the connection, when tracking is enabled in Optin + returned when no element could be popped and the timeout expired.

    Definition Classes
    SortedSets
  • final def clientCaching(track: Boolean): ZIO[Has[Redis], RedisError, Unit]

    Controls the tracking of the keys in the next command executed by the connection, when tracking is enabled in Optin or Optout mode.

    Controls the tracking of the keys in the next command executed by the connection, when tracking is enabled in Optin or Optout mode.

    track

    specifies whether to enable the tracking of the keys in the next command or not

    returns

    - the Unit value.

    Definition Classes
    Connection
  • final def clientGetName: ZIO[Has[Redis], RedisError, Option[String]]

    Returns the name of the current connection as set by clientSetName + the Unit value.

    Definition Classes
    Connection
  • final def clientGetName: ZIO[Has[Redis], RedisError, Option[String]]

    Returns the name of the current connection as set by clientSetName

    Returns the name of the current connection as set by clientSetName

    returns

    - the connection name, or None if a name wasn't set.

    Definition Classes
    Connection
  • final def clientGetRedir: ZIO[Has[Redis], RedisError, ClientTrackingRedirect]

    Returns the client ID we are redirecting our tracking notifications to + the connection name, or None if a name wasn't set.

    Definition Classes
    Connection
  • final def clientGetRedir: ZIO[Has[Redis], RedisError, ClientTrackingRedirect]

    Returns the client ID we are redirecting our tracking notifications to

    Returns the client ID we are redirecting our tracking notifications to

    returns

    - the client ID if the tracking is enabled and the notifications are being redirected

    Definition Classes
    Connection
  • final def clientId: ZIO[Has[Redis], RedisError, Long]

    Returns the ID of the current connection.

    Returns the ID of the current connection. Every connection ID has certain guarantees:

    • It is never repeated, so if clientID returns the same number, the caller can be sure that the underlying client + the client ID if the tracking is enabled and the notifications are being redirected

      Definition Classes
      Connection
  • final def clientId: ZIO[Has[Redis], RedisError, Long]

    Returns the ID of the current connection.

    Returns the ID of the current connection. Every connection ID has certain guarantees:

    • It is never repeated, so if clientID returns the same number, the caller can be sure that the underlying client did not disconnect and reconnect the connection, but it is still the same connection.
    • The ID is monotonically incremental. If the ID of a connection is greater than the ID of another connection, it is guaranteed that the second connection was established with the server at a later time.
    returns

    - the ID of the current connection.

    Definition Classes
    Connection
  • final def clientKill(filters: ClientKillFilter*): ZIO[Has[Redis], RedisError, Long]

    Closes client connections with the specified filters.The following filters are available:

    Closes client connections with the specified filters.The following filters are available:

    • Address(ip, port). Kill all clients connected to specified address
    • LocalAddress(ip, port). Kill all clients connected to specified local (bind) address
    • Id(id). Allows to kill a client by its unique ID field. Client ID's are retrieved using the CLIENT LIST command
    • ClientType, where the type is one of normal, master, replica and pubsub. This closes the connections of all the + the ID of the current connection.

      Definition Classes
      Connection
  • final def clientKill(filters: ClientKillFilter*): ZIO[Has[Redis], RedisError, Long]

    Closes client connections with the specified filters.The following filters are available:

    Closes client connections with the specified filters.The following filters are available:

    • Address(ip, port). Kill all clients connected to specified address
    • LocalAddress(ip, port). Kill all clients connected to specified local (bind) address
    • Id(id). Allows to kill a client by its unique ID field. Client ID's are retrieved using the CLIENT LIST command
    • ClientType, where the type is one of normal, master, replica and pubsub. This closes the connections of all the clients in the specified class. Note that clients blocked into the MONITOR command are considered to belong to the normal class
    • User(username). Closes all the connections that are authenticated with the specified ACL username, however it returns an error if the username does not map to an existing ACL user
    • SkipMe(skip). By default this option is set to yes, that is, the client calling the command will not get @@ -100,110 +100,110 @@ or Optout mode. logical AND
    filters

    the specified filters for killing clients

    returns

    - the number of clients killed.

    Definition Classes
    Connection
  • final def clientKill(address: Address): ZIO[Has[Redis], RedisError, Unit]

    Closes a given client connection with the specified address + the number of clients killed.

    Definition Classes
    Connection
  • final def clientKill(address: Address): ZIO[Has[Redis], RedisError, Unit]

    Closes a given client connection with the specified address

    Closes a given client connection with the specified address

    address

    the address of the client to kill

    returns

    - the Unit value.

    Definition Classes
    Connection
  • final def clientPause(timeout: Duration, mode: Option[ClientPauseMode] = None): ZIO[Has[Redis], RedisError, Unit]

    Able to suspend all the Redis clients for the specified amount of time (in milliseconds).

    Able to suspend all the Redis clients for the specified amount of time (in milliseconds). Currently supports two + the Unit value.

    Definition Classes
    Connection
  • final def clientPause(timeout: Duration, mode: Option[ClientPauseMode] = None): ZIO[Has[Redis], RedisError, Unit]

    Able to suspend all the Redis clients for the specified amount of time (in milliseconds).

    Able to suspend all the Redis clients for the specified amount of time (in milliseconds). Currently supports two modes:

    • All: This is the default mode. All client commands are blocked
    • Write: Clients are only blocked if they attempt to execute a write command
    timeout

    the length of the pause in milliseconds

    mode

    option to specify the client pause mode

    returns

    - the Unit value.

    Definition Classes
    Connection
  • final def clientSetName(name: String): ZIO[Has[Redis], RedisError, Unit]

    Assigns a name to the current connection + the Unit value.

    Definition Classes
    Connection
  • final def clientSetName(name: String): ZIO[Has[Redis], RedisError, Unit]

    Assigns a name to the current connection

    Assigns a name to the current connection

    name

    the name to be assigned

    returns

    - the Unit value.

    Definition Classes
    Connection
  • final def clientTrackingInfo: ZIO[Has[Redis], RedisError, ClientTrackingInfo]

    Returns information about the current client connection's use of the server assisted client side caching feature + the Unit value.

    Definition Classes
    Connection
  • final def clientTrackingInfo: ZIO[Has[Redis], RedisError, ClientTrackingInfo]

    Returns information about the current client connection's use of the server assisted client side caching feature

    Returns information about the current client connection's use of the server assisted client side caching feature

    returns

    - tracking information.

    Definition Classes
    Connection
  • final def clientTrackingOff: ZIO[Has[Redis], RedisError, Unit]

    Disables the tracking feature of the Redis server, that is used for server assisted client side caching + tracking information.

    Definition Classes
    Connection
  • final def clientTrackingOff: ZIO[Has[Redis], RedisError, Unit]

    Disables the tracking feature of the Redis server, that is used for server assisted client side caching

    Disables the tracking feature of the Redis server, that is used for server assisted client side caching

    returns

    - the Unit value.

    Definition Classes
    Connection
  • final def clientTrackingOn(redirect: Option[Long] = None, trackingMode: Option[ClientTrackingMode] = None, noLoop: Boolean = false, prefixes: Set[String] = Set.empty): ZIO[Has[Redis], RedisError, Unit]

    Enables the tracking feature of the Redis server, that is used for server assisted client side caching.

    Enables the tracking feature of the Redis server, that is used for server assisted client side caching. The feature + the Unit value.

    Definition Classes
    Connection
  • final def clientTrackingOn(redirect: Option[Long] = None, trackingMode: Option[ClientTrackingMode] = None, noLoop: Boolean = false, prefixes: Set[String] = Set.empty): ZIO[Has[Redis], RedisError, Unit]

    Enables the tracking feature of the Redis server, that is used for server assisted client side caching.

    Enables the tracking feature of the Redis server, that is used for server assisted client side caching. The feature will remain active in the current connection for all its life, unless tracking is turned off with clientTrackingOff

    redirect

    the ID of the connection we want to send invalidation messages to

    trackingMode

    the mode used for tracking

    noLoop

    no loop option

    prefixes

    the prefixes registered

    returns

    - the Unit value.

    Definition Classes
    Connection
  • final def clientUnblock(clientId: Long, error: Option[UnblockBehavior] = None): ZIO[Has[Redis], RedisError, Boolean]

    Unblocks, from a different connection, a client blocked in a blocking operation + the Unit value.

    Definition Classes
    Connection
  • final def clientUnblock(clientId: Long, error: Option[UnblockBehavior] = None): ZIO[Has[Redis], RedisError, Boolean]

    Unblocks, from a different connection, a client blocked in a blocking operation

    Unblocks, from a different connection, a client blocked in a blocking operation

    clientId

    the ID of the client to unblock

    error

    option to specify the unblocking behavior

    returns

    - true if the client was unblocked successfully, or false if the client wasn't unblocked.

    Definition Classes
    Connection
  • final def clientUnpause: ZIO[Has[Redis], RedisError, Unit]

    Resumes command processing for all clients that were paused by clientPause

    Resumes command processing for all clients that were paused by clientPause

    returns

    - the Unit value.

    Definition Classes
    Connection
  • final def decr[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Decrement the integer value of a key by one.

    Decrement the integer value of a key by one. + true if the client was unblocked successfully, or false if the client wasn't unblocked.

    Definition Classes
    Connection
  • final def clientUnpause: ZIO[Has[Redis], RedisError, Unit]

    Resumes command processing for all clients that were paused by clientPause

    Resumes command processing for all clients that were paused by clientPause

    returns

    + the Unit value.

    Definition Classes
    Connection
  • final def decr[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Decrement the integer value of a key by one.

    Decrement the integer value of a key by one.

    key

    Key to decrement

    returns

    - Returns the value of key after the decrement.

    Definition Classes
    Strings
  • final def decrBy[K](key: K, decrement: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Decrement the integer value of a key by the given number.

    Decrement the integer value of a key by the given number. + Returns the value of key after the decrement.

    Definition Classes
    Strings
  • final def decrBy[K](key: K, decrement: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Decrement the integer value of a key by the given number.

    Decrement the integer value of a key by the given number.

    key

    Key of the integer value to decrement

    decrement

    Amount to decrement by

    returns

    - Returns the value of key after the decrement.

    Definition Classes
    Strings
  • final def del[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified keys.

    Removes the specified keys. A key is ignored if it does not exist. + Returns the value of key after the decrement.

    Definition Classes
    Strings
  • final def del[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified keys.

    Removes the specified keys. A key is ignored if it does not exist.

    key

    one required key

    keys

    maybe rest of the keys

    returns

    The number of keys that were removed.

    Definition Classes
    Keys
    See also

    - unlink

  • final def dump[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Byte]]

    Serialize the value stored at key in a Redis-specific format and return it to the user.

    Serialize the value stored at key in a Redis-specific format and return it to the user. + unlink

  • final def dump[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Byte]]

    Serialize the value stored at key in a Redis-specific format and return it to the user.

    Serialize the value stored at key in a Redis-specific format and return it to the user.

    key

    key

    returns

    - bytes for value stored at key.

    Definition Classes
    Keys
  • final def echo(message: String): ZIO[Has[Redis], RedisError, String]

    Echoes the given string.

    Echoes the given string. + bytes for value stored at key.

    Definition Classes
    Keys
  • final def echo(message: String): ZIO[Has[Redis], RedisError, String]

    Echoes the given string.

    Echoes the given string.

    message

    the message to be echoed

    returns

    - the message.

    Definition Classes
    Connection
  • def eval[K, A](script: String, keys: Chunk[K], args: Chunk[A])(implicit arg0: Input[K], arg1: Input[A]): ResultOutputBuilder

    Evaluates a Lua script.

    Evaluates a Lua script. + the message.

    Definition Classes
    Connection
  • def eval[K, A](script: String, keys: Chunk[K], args: Chunk[A])(implicit arg0: Input[K], arg1: Input[A]): ResultOutputBuilder

    Evaluates a Lua script.

    Evaluates a Lua script.

    script

    Lua script

    keys

    keys available through KEYS param in the script

    args

    values available through ARGV param in the script

    returns

    redis protocol value that is converted from the Lua type. You have to write decoder that would convert redis - protocol value to a suitable type for your app

    Definition Classes
    Scripting
  • def evalSha[K, A](sha1: String, keys: Chunk[K], args: Chunk[A])(implicit arg0: Input[K], arg1: Input[A]): ResultOutputBuilder

    Evaluates a Lua script cached on the server side by its SHA1 digest.

    Evaluates a Lua script cached on the server side by its SHA1 digest. Scripts could be cached using the + protocol value to a suitable type for your app

    Definition Classes
    Scripting
  • def evalSha[K, A](sha1: String, keys: Chunk[K], args: Chunk[A])(implicit arg0: Input[K], arg1: Input[A]): ResultOutputBuilder

    Evaluates a Lua script cached on the server side by its SHA1 digest.

    Evaluates a Lua script cached on the server side by its SHA1 digest. Scripts could be cached using the zio.redis.api.Scripting.scriptLoad method.

    sha1

    SHA1 digest

    keys

    keys available through KEYS param in the script

    args

    values available through ARGV param in the script

    returns

    redis protocol value that is converted from the Lua type. You have to write decoder that would convert redis - protocol value to a suitable type for your app

    Definition Classes
    Scripting
  • final def exists[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    The number of keys existing among the ones specified as arguments.

    The number of keys existing among the ones specified as arguments. Keys mentioned multiple times and existing are + protocol value to a suitable type for your app

    Definition Classes
    Scripting
  • final def exists[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    The number of keys existing among the ones specified as arguments.

    The number of keys existing among the ones specified as arguments. Keys mentioned multiple times and existing are counted multiple times.

    key

    one required key

    keys

    maybe rest of the keys

    returns

    - The number of keys existing.

    Definition Classes
    Keys
  • final def expire[K](key: K, timeout: Duration)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Set a timeout on key.

    Set a timeout on key. After the timeout has expired, the key will automatically be deleted. + The number of keys existing.

    Definition Classes
    Keys
  • final def expire[K](key: K, timeout: Duration)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Set a timeout on key.

    Set a timeout on key. After the timeout has expired, the key will automatically be deleted.

    key

    key

    timeout

    timeout

    returns

    true, if the timeout was set, false if the key didn't exist.

    Definition Classes
    Keys
    See also

    - expireAt

  • final def expireAt[K](key: K, timestamp: Instant)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Deletes the key at the specific timestamp.

    Deletes the key at the specific timestamp. A timestamp in the past will delete the key immediately. + expireAt

  • final def expireAt[K](key: K, timestamp: Instant)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Deletes the key at the specific timestamp.

    Deletes the key at the specific timestamp. A timestamp in the past will delete the key immediately.

    key

    key

    timestamp

    an absolute Unix timestamp (seconds since January 1, 1970)

    returns

    true, if the timeout was set, false if the key didn't exist.

    Definition Classes
    Keys
    See also

    - expire

  • final def geoAdd[K, M](key: K, item: (LongLat, M), items: (LongLat, M)*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Adds the specified geospatial items (latitude, longitude, name) to the specified key.

    Adds the specified geospatial items (latitude, longitude, name) to the specified key. + expire

  • final def geoAdd[K, M](key: K, item: (LongLat, M), items: (LongLat, M)*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Adds the specified geospatial items (latitude, longitude, name) to the specified key.

    Adds the specified geospatial items (latitude, longitude, name) to the specified key.

    key

    sorted set where the items will be stored

    item

    tuple of (latitude, longitude, name) to add

    items

    additional items

    returns

    - number of new elements added to the sorted set.

    Definition Classes
    Geo
  • final def geoDist[K, M](key: K, member1: M, member2: M, radiusUnit: Option[RadiusUnit] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

    Return the distance between two members in the geospatial index represented by the sorted set.

    Return the distance between two members in the geospatial index represented by the sorted set. + number of new elements added to the sorted set.

    Definition Classes
    Geo
  • final def geoDist[K, M](key: K, member1: M, member2: M, radiusUnit: Option[RadiusUnit] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

    Return the distance between two members in the geospatial index represented by the sorted set.

    Return the distance between two members in the geospatial index represented by the sorted set.

    key

    sorted set of geospatial members

    member1

    member in set

    member2

    member in set

    radiusUnit

    Unit of distance ("m", "km", "ft", "mi")

    returns

    - distance between the two specified members in the specified unit or None if either member is missing.

    Definition Classes
    Geo
  • final def geoHash[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[Option[String]]]

    Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a + distance between the two specified members in the specified unit or None if either member is missing.

    Definition Classes
    Geo
  • final def geoHash[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[Option[String]]]

    Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.

    Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.

    key

    sorted set of geospatial members

    member

    member in set

    members

    additional members

    returns

    - chunk of geohashes, where value is None if a member is not in the set.

    Definition Classes
    Geo
  • final def geoPos[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[Option[LongLat]]]

    Return the positions (longitude, latitude) of all the specified members of the geospatial index represented by the + chunk of geohashes, where value is None if a member is not in the set.

    Definition Classes
    Geo
  • final def geoPos[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[Option[LongLat]]]

    Return the positions (longitude, latitude) of all the specified members of the geospatial index represented by the sorted set at key.

    Return the positions (longitude, latitude) of all the specified members of the geospatial index represented by the sorted set at key.

    key

    sorted set of geospatial members

    member

    member in the set

    members

    additional members

    returns

    - chunk of positions, where value is None if a member is not in the set.

    Definition Classes
    Geo
  • final def geoRadius[K](key: K, center: LongLat, radius: Double, radiusUnit: RadiusUnit, withCoord: Option[WithCoord] = None, withDist: Option[WithDist] = None, withHash: Option[WithHash] = None, count: Option[Count] = None, order: Option[Order] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[GeoView]]

    Return geospatial members of a sorted set which are within the area specified with a *center location* and the + chunk of positions, where value is None if a member is not in the set.

    Definition Classes
    Geo
  • final def geoRadius[K](key: K, center: LongLat, radius: Double, radiusUnit: RadiusUnit, withCoord: Option[WithCoord] = None, withDist: Option[WithDist] = None, withHash: Option[WithHash] = None, count: Option[Count] = None, order: Option[Order] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[GeoView]]

    Return geospatial members of a sorted set which are within the area specified with a *center location* and the *maximum distance from the center*.

    Return geospatial members of a sorted set which are within the area specified with a *center location* and the *maximum distance from the center*.

    key

    @@ -216,7 +216,7 @@ sorted set at key. flag to include raw geohash sorted set score of each member in the result

    count

    limit the results to the first N matching items

    order

    sort returned items in the given Order

    returns

    - chunk of members within the specified are.

    Definition Classes
    Geo
  • final def geoRadiusByMember[K, M](key: K, member: M, radius: Double, radiusUnit: RadiusUnit, withCoord: Option[WithCoord] = None, withDist: Option[WithDist] = None, withHash: Option[WithHash] = None, count: Option[Count] = None, order: Option[Order] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[GeoView]]

    Return geospatial members of a sorted set which are within the area specified with an *existing member* in the set + chunk of members within the specified are.

    Definition Classes
    Geo
  • final def geoRadiusByMember[K, M](key: K, member: M, radius: Double, radiusUnit: RadiusUnit, withCoord: Option[WithCoord] = None, withDist: Option[WithDist] = None, withHash: Option[WithHash] = None, count: Option[Count] = None, order: Option[Order] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Chunk[GeoView]]

    Return geospatial members of a sorted set which are within the area specified with an *existing member* in the set and the *maximum distance from the location of that member*.

    Return geospatial members of a sorted set which are within the area specified with an *existing member* in the set and the *maximum distance from the location of that member*.

    key

    @@ -229,7 +229,7 @@ and the *maximum distance from the location of that member*. flag to include raw geohash sorted set score of each member in the result

    count

    limit the results to the first N matching items

    order

    sort returned items in the given Order number should be stored

    returns

    - chunk of members within the specified area, or an error if the member is not in the set.

    Definition Classes
    Geo
  • final def geoRadiusByMemberStore[K, M](key: K, member: M, radius: Double, radiusUnit: RadiusUnit, store: StoreOptions, withCoord: Option[WithCoord] = None, withDist: Option[WithDist] = None, withHash: Option[WithHash] = None, count: Option[Count] = None, order: Option[Order] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Similar to geoRadiusByMember, but store the results to the argument passed to store and return the number of + chunk of members within the specified area, or an error if the member is not in the set.

    Definition Classes
    Geo
  • final def geoRadiusByMemberStore[K, M](key: K, member: M, radius: Double, radiusUnit: RadiusUnit, store: StoreOptions, withCoord: Option[WithCoord] = None, withDist: Option[WithDist] = None, withHash: Option[WithHash] = None, count: Option[Count] = None, order: Option[Order] = None)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Similar to geoRadiusByMember, but store the results to the argument passed to store and return the number of elements stored.

    Similar to geoRadiusByMember, but store the results to the argument passed to store and return the number of elements stored. Added as a separate Scala function because it returns a Long instead of the list of results. Find geospatial members of a sorted set which are within the area specified with an *existing member* in the set and the @@ -246,7 +246,7 @@ geospatial members of a sorted set which are within the area specified with an * limit the results to the first N matching items

    order

    sort returned items in the given Order

    returns

    chunk of members within the specified area, or an error if the member is not in the set. -We expect at least one of Option[Store] and Option[StoreDist] to be passed here.

    Definition Classes
    Geo
  • final def geoRadiusStore[K](key: K, center: LongLat, radius: Double, radiusUnit: RadiusUnit, store: StoreOptions, withCoord: Option[WithCoord] = None, withDist: Option[WithDist] = None, withHash: Option[WithHash] = None, count: Option[Count] = None, order: Option[Order] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Similar to geoRadius, but store the results to the argument passed to store and return the number of elements +We expect at least one of Option[Store] and Option[StoreDist] to be passed here.

    Definition Classes
    Geo
  • final def geoRadiusStore[K](key: K, center: LongLat, radius: Double, radiusUnit: RadiusUnit, store: StoreOptions, withCoord: Option[WithCoord] = None, withDist: Option[WithDist] = None, withHash: Option[WithHash] = None, count: Option[Count] = None, order: Option[Order] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Similar to geoRadius, but store the results to the argument passed to store and return the number of elements stored.

    Similar to geoRadius, but store the results to the argument passed to store and return the number of elements stored. Added as a separate Scala function because it returns a Long instead of the list of results. Find the geospatial members of a sorted set which are within the area specified with a *center location* and the *maximum @@ -266,7 +266,7 @@ distance from the center*. We expect at least one of Option[Store] and Option[StoreDist] to be passed here.

    Definition Classes
    Geo
  • final def get[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Option]

    Get the value of a key.

    Get the value of a key.

    key

    Key to get the value of

    returns

    - Returns the value of the string or None if it does not exist.

    Definition Classes
    Strings
  • final def getBit[K](key: K, offset: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the bit value at offset in the string value stored at key.

    Returns the bit value at offset in the string value stored at key. + Returns the value of the string or None if it does not exist.

    Definition Classes
    Strings
  • final def getBit[K](key: K, offset: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the bit value at offset in the string value stored at key.

    Returns the bit value at offset in the string value stored at key.

    key

    Key of the string to get the bit from

    offset

    Offset to the bit

    returns

    @@ -297,12 +297,12 @@ We expect at least one of Option[Store] and Option[StoreDist] to be passed here.

    key

    Key of string to set

    value

    New value of the string

    returns

    - Returns the previous value of the string or None if it did not previously have a value.

    Definition Classes
    Strings
  • final def hDel[K, F](key: K, field: F, fields: F*)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified fields from the hash stored at key.

    Removes the specified fields from the hash stored at key. + Returns the previous value of the string or None if it did not previously have a value.

    Definition Classes
    Strings
  • final def hDel[K, F](key: K, field: F, fields: F*)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified fields from the hash stored at key.

    Removes the specified fields from the hash stored at key.

    key

    of the hash that should be removed

    field

    field to remove

    fields

    additional fields

    returns

    - number of fields removed from the hash.

    Definition Classes
    Hashes
  • final def hExists[K, F](key: K, field: F)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Boolean]

    Returns if field is an existing field in the hash stored at key.

    Returns if field is an existing field in the hash stored at key. + number of fields removed from the hash.

    Definition Classes
    Hashes
  • final def hExists[K, F](key: K, field: F)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Boolean]

    Returns if field is an existing field in the hash stored at key.

    Returns if field is an existing field in the hash stored at key.

    key

    of the hash that should be inspected

    field

    field to inspect

    returns

    @@ -313,26 +313,26 @@ We expect at least one of Option[Store] and Option[StoreDist] to be passed here. value stored in the field, if any.

    Definition Classes
    Hashes
  • final def hGetAll[K](key: K)(implicit arg0: Schema[K]): ResultBuilder2[Map]

    Returns all fields and values of the hash stored at key.

    Returns all fields and values of the hash stored at key.

    key

    of the hash that should be read

    returns

    - map of field -> value pairs under the key.

    Definition Classes
    Hashes
  • final def hIncrBy[K, F](key: K, field: F, increment: Long)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

    Increments the number stored at field in the hash stored at key by increment.

    Increments the number stored at field in the hash stored at key by increment. If field does not exist the + map of field -> value pairs under the key.

    Definition Classes
    Hashes
  • final def hIncrBy[K, F](key: K, field: F, increment: Long)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

    Increments the number stored at field in the hash stored at key by increment.

    Increments the number stored at field in the hash stored at key by increment. If field does not exist the value is set to increment.

    key

    of the hash that should be updated

    field

    field containing an integer, or a new field

    increment

    integer to increment with

    returns

    - integer value after incrementing, or error if the field is not an integer.

    Definition Classes
    Hashes
  • final def hIncrByFloat[K, F](key: K, field: F, increment: Double)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Double]

    Increment the specified field of a hash stored at key, and representing a floating point number by the + integer value after incrementing, or error if the field is not an integer.

    Definition Classes
    Hashes
  • final def hIncrByFloat[K, F](key: K, field: F, increment: Double)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Double]

    Increment the specified field of a hash stored at key, and representing a floating point number by the specified increment.

    Increment the specified field of a hash stored at key, and representing a floating point number by the specified increment.

    key

    of the hash that should be updated

    field

    field containing a float, or a new field

    increment

    float to increment with

    returns

    - float value after incrementing, or error if the field is not a float.

    Definition Classes
    Hashes
  • final def hKeys[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Returns all field names in the hash stored at key.

    Returns all field names in the hash stored at key. + float value after incrementing, or error if the field is not a float.

    Definition Classes
    Hashes
  • final def hKeys[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Returns all field names in the hash stored at key.

    Returns all field names in the hash stored at key.

    key

    of the hash whose fields should be returned

    returns

    - chunk of field names.

    Definition Classes
    Hashes
  • final def hLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the number of fields contained in the hash stored at key.

    Returns the number of fields contained in the hash stored at key. + chunk of field names.

    Definition Classes
    Hashes
  • final def hLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the number of fields contained in the hash stored at key.

    Returns the number of fields contained in the hash stored at key.

    key

    of the hash whose fields should be counted

    returns

    - number of fields.

    Definition Classes
    Hashes
  • final def hRandField[K](key: K, count: Long, withValues: Boolean = false)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Returns an array of at most count distinct fields randomly.

    Returns an array of at most count distinct fields randomly. If called with a negative count, the command will + number of fields.

    Definition Classes
    Hashes
  • final def hRandField[K](key: K, count: Long, withValues: Boolean = false)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Returns an array of at most count distinct fields randomly.

    Returns an array of at most count distinct fields randomly. If called with a negative count, the command will return exactly count fields, allowing repeats. If withValues is true it will return fields with his values intercalated.

    key

    @@ -343,57 +343,57 @@ intercalated.

    Returns a random field from the hash value stored at key

    key

    of the hash which fields should be read

    returns

    - random field in the hash or None when key does not exist.

    Definition Classes
    Hashes
  • final def hScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[Count] = None)(implicit arg0: Schema[K]): ResultBuilder2[[x, y](Long, Chunk[(x, y)])]

    Iterates fields of Hash types and their associated values using a cursor-based iterator + random field in the hash or None when key does not exist.

    Definition Classes
    Hashes
  • final def hScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[Count] = None)(implicit arg0: Schema[K]): ResultBuilder2[[x, y](Long, Chunk[(x, y)])]

    Iterates fields of Hash types and their associated values using a cursor-based iterator

    Iterates fields of Hash types and their associated values using a cursor-based iterator

    key

    of the hash that should be scanned

    cursor

    integer representing iterator

    pattern

    regular expression matching keys to scan

    count

    approximate number of elements to return (see https://redis.io/commands/scan#the-count-option)

    returns

    - pair containing the next cursor and list of elements scanned.

    Definition Classes
    Hashes
  • final def hSet[K, F, V](key: K, pair: (F, V), pairs: (F, V)*)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Sets field -> value pairs in the hash stored at key + pair containing the next cursor and list of elements scanned.

    Definition Classes
    Hashes
  • final def hSet[K, F, V](key: K, pair: (F, V), pairs: (F, V)*)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Sets field -> value pairs in the hash stored at key

    Sets field -> value pairs in the hash stored at key

    key

    of the hash whose value should be set

    pair

    mapping of a field to value

    pairs

    additional pairs

    returns

    - number of fields added.

    Definition Classes
    Hashes
  • final def hSetNx[K, F, V](key: K, field: F, value: V)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Sets field in the hash stored at key to value, only if field does not yet exist + number of fields added.

    Definition Classes
    Hashes
  • final def hSetNx[K, F, V](key: K, field: F, value: V)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Sets field in the hash stored at key to value, only if field does not yet exist

    Sets field in the hash stored at key to value, only if field does not yet exist

    key

    of the hash whose value should be set

    field

    for which a value should be set

    value

    that should be set

    returns

    - true if field is a new field and value was set, otherwise false.

    Definition Classes
    Hashes
  • final def hStrLen[K, F](key: K, field: F)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

    Returns the string length of the value associated with field in the hash stored at key + true if field is a new field and value was set, otherwise false.

    Definition Classes
    Hashes
  • final def hStrLen[K, F](key: K, field: F)(implicit arg0: Schema[K], arg1: Schema[F]): ZIO[Has[Redis], RedisError, Long]

    Returns the string length of the value associated with field in the hash stored at key

    Returns the string length of the value associated with field in the hash stored at key

    key

    of the hash that should be read

    field

    which value length should be returned

    returns

    - string length of the value in field, or zero if either field or key do not exist.

    Definition Classes
    Hashes
  • final def hVals[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Returns all values in the hash stored at key + string length of the value in field, or zero if either field or key do not exist.

    Definition Classes
    Hashes
  • final def hVals[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Returns all values in the hash stored at key

    Returns all values in the hash stored at key

    key

    of the hash which values should be read

    returns

    - list of values in the hash, or an empty list when key does not exist.

    Definition Classes
    Hashes
  • final def hmGet[K, F](key: K, field: F, fields: F*)(implicit arg0: Schema[K], arg1: Schema[F]): ResultBuilder1[[x]Chunk[Option[x]]]

    Returns the values associated with the specified fields in the hash stored at key.

    Returns the values associated with the specified fields in the hash stored at key. + list of values in the hash, or an empty list when key does not exist.

    Definition Classes
    Hashes
  • final def hmGet[K, F](key: K, field: F, fields: F*)(implicit arg0: Schema[K], arg1: Schema[F]): ResultBuilder1[[x]Chunk[Option[x]]]

    Returns the values associated with the specified fields in the hash stored at key.

    Returns the values associated with the specified fields in the hash stored at key.

    key

    of the hash whose values should be read

    field

    fields to retrieve

    fields

    additional fields

    returns

    - chunk of values, where value is None if the field is not in the hash.

    Definition Classes
    Hashes
  • final def hmSet[K, F, V](key: K, pair: (F, V), pairs: (F, V)*)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Sets the specified field -> value pairs in the hash stored at key.

    Sets the specified field -> value pairs in the hash stored at key. Deprecated: As per Redis 4.0.0, HMSET is + chunk of values, where value is None if the field is not in the hash.

    Definition Classes
    Hashes
  • final def hmSet[K, F, V](key: K, pair: (F, V), pairs: (F, V)*)(implicit arg0: Schema[K], arg1: Schema[F], arg2: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Sets the specified field -> value pairs in the hash stored at key.

    Sets the specified field -> value pairs in the hash stored at key. Deprecated: As per Redis 4.0.0, HMSET is considered deprecated. Please use hSet instead.

    key

    of the hash whose value should be set

    pair

    mapping of a field to value

    pairs

    additional pairs

    returns

    - unit if fields are successfully set.

    Definition Classes
    Hashes
  • final def incr[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Increment the integer value of a key by one.

    Increment the integer value of a key by one. + unit if fields are successfully set.

    Definition Classes
    Hashes
  • final def incr[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Increment the integer value of a key by one.

    Increment the integer value of a key by one.

    key

    Key of the string to increment

    returns

    - Returns the value of key after the increment.

    Definition Classes
    Strings
  • final def incrBy[K](key: K, increment: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Increment the integer value of a key by the given amount.

    Increment the integer value of a key by the given amount. + Returns the value of key after the increment.

    Definition Classes
    Strings
  • final def incrBy[K](key: K, increment: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Increment the integer value of a key by the given amount.

    Increment the integer value of a key by the given amount.

    key

    Key of the value to increment

    increment

    Amount to increment the value by

    returns

    - Returns the value of key after the increment.

    Definition Classes
    Strings
  • final def incrByFloat[K](key: K, increment: Double)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Double]

    Increment the float value of a key by the given amount.

    Increment the float value of a key by the given amount. + Returns the value of key after the increment.

    Definition Classes
    Strings
  • final def incrByFloat[K](key: K, increment: Double)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Double]

    Increment the float value of a key by the given amount.

    Increment the float value of a key by the given amount.

    key

    Key of the value to increment

    increment

    Amount to increment the value by

    returns

    - Returns the value of key after the increment.

    Definition Classes
    Strings
  • final def keys(pattern: String): ResultBuilder1[Chunk]

    Returns all keys matching pattern.

    Returns all keys matching pattern. + Returns the value of key after the increment.

    Definition Classes
    Strings
  • final def keys(pattern: String): ResultBuilder1[Chunk]

    Returns all keys matching pattern.

    Returns all keys matching pattern.

    pattern

    string pattern

    returns

    keys matching pattern.

    Definition Classes
    Keys
  • final def lIndex[K](key: K, index: Long)(implicit arg0: Schema[K]): ResultBuilder1[Option]

    Returns the element at index in the list stored at key.

    Returns the element at index in the list stored at key. @@ -401,13 +401,13 @@ considered deprecated. Please use hSet instead. they key identifier

    index

    the requested index. It is zero-based, so 0 means the first element, 1 the second element and so on. Negative indices can be used to designate elements starting at the tail of the list

    returns

    - the requested element, or empty if the index is out of range.

    Definition Classes
    Lists
  • final def lInsert[K, V](key: K, position: Position, pivot: V, element: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Inserts element in the list stored at key either before or after the reference value pivot.

    Inserts element in the list stored at key either before or after the reference value pivot. + the requested element, or empty if the index is out of range.

    Definition Classes
    Lists
  • final def lInsert[K, V](key: K, position: Position, pivot: V, element: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Inserts element in the list stored at key either before or after the reference value pivot.

    Inserts element in the list stored at key either before or after the reference value pivot.

    key

    the key identifier

    position

    the position in which the element will be inserted

    pivot

    the reference value

    element

    the value to be inserted

    returns

    - the length of the list after the insert operation, or -1 when the value pivot was not found.

    Definition Classes
    Lists
  • final def lLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the length of the list stored at key.

    Returns the length of the list stored at key. + the length of the list after the insert operation, or -1 when the value pivot was not found.

    Definition Classes
    Lists
  • final def lLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the length of the list stored at key.

    Returns the length of the list stored at key.

    key

    the key identifier. If key does not exist, it is interpreted as an empty list and 0 is returned

    returns

    the length of the list at key.

    Definition Classes
    Lists
  • final def lMove[S, D](source: S, destination: D, sourceSide: Side, destinationSide: Side)(implicit arg0: Schema[S], arg1: Schema[D]): ResultBuilder1[Option]

    Atomically returns and removes the first/last element (head/tail depending on the wherefrom argument) of the list @@ -423,7 +423,7 @@ the list stored at destination. the element which is moved or nil when the source is empty.

    Definition Classes
    Lists
  • final def lPop[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Option]

    Removes and returns the first element of the list stored at key.

    Removes and returns the first element of the list stored at key.

    key

    the key identifier

    returns

    - the value of the first element, or empty when key does not exist.

    Definition Classes
    Lists
  • final def lPos[K, V](key: K, element: V, rank: Option[Rank] = None, maxLen: Option[ListMaxLen] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Option[Long]]

    The command returns the index of matching elements inside a Redis list.

    The command returns the index of matching elements inside a Redis list. By default, when no options are given, it + the value of the first element, or empty when key does not exist.

    Definition Classes
    Lists
  • final def lPos[K, V](key: K, element: V, rank: Option[Rank] = None, maxLen: Option[ListMaxLen] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Option[Long]]

    The command returns the index of matching elements inside a Redis list.

    The command returns the index of matching elements inside a Redis list. By default, when no options are given, it will scan the list from head to tail, looking for the first match of "element". If the element is found, its index (the zero-based position in the list) is returned. Otherwise, if no match is found, NULL is returned.

    key

    @@ -431,7 +431,7 @@ will scan the list from head to tail, looking for the first match of "element". the element to search for

    rank

    the rank of the element

    maxLen

    limit the number of performed comparisons

    returns

    - Either an integer or an array depending on the count option.

    Definition Classes
    Lists
  • final def lPosCount[K, V](key: K, element: V, count: Count, rank: Option[Rank] = None, maxLen: Option[ListMaxLen] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Chunk[Long]]

    The command returns the index of matching elements inside a Redis list.

    The command returns the index of matching elements inside a Redis list. By default, when no options are given, it + Either an integer or an array depending on the count option.

    Definition Classes
    Lists
  • final def lPosCount[K, V](key: K, element: V, count: Count, rank: Option[Rank] = None, maxLen: Option[ListMaxLen] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Chunk[Long]]

    The command returns the index of matching elements inside a Redis list.

    The command returns the index of matching elements inside a Redis list. By default, when no options are given, it will scan the list from head to tail, looking for the first match of "element". If the element is found, its index (the zero-based position in the list) is returned. Otherwise, if no match is found, NULL is returned.

    key

    @@ -440,52 +440,52 @@ will scan the list from head to tail, looking for the first match of "element". return up count element indexes

    rank

    the rank of the element

    maxLen

    limit the number of performed comparisons

    returns

    - Either an integer or an array depending on the count option.

    Definition Classes
    Lists
  • final def lPush[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Prepends one or multiple elements to the list stored at key.

    Prepends one or multiple elements to the list stored at key. If key does not exist, it is created as empty list + Either an integer or an array depending on the count option.

    Definition Classes
    Lists
  • final def lPush[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Prepends one or multiple elements to the list stored at key.

    Prepends one or multiple elements to the list stored at key. If key does not exist, it is created as empty list before performing the push operations.

    key

    the key identifier

    element

    the first element to prepend

    elements

    the rest of elements to prepend

    returns

    - the length of the list after the push operation.

    Definition Classes
    Lists
  • final def lPushX[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Prepends an element to a list, only if the list exists.

    Prepends an element to a list, only if the list exists. In contrary to zio.redis.api.Lists#lPush, no operation + the length of the list after the push operation.

    Definition Classes
    Lists
  • final def lPushX[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Prepends an element to a list, only if the list exists.

    Prepends an element to a list, only if the list exists. In contrary to zio.redis.api.Lists#lPush, no operation will be performed when key does not yet exist.

    key

    the key identifier

    element

    the first element to prepend

    elements

    the rest of elements to prepends

    returns

    - the length of the list after the push operation.

    Definition Classes
    Lists
  • final def lRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Gets a range of elements from the list stored at key.

    Gets a range of elements from the list stored at key. + the length of the list after the push operation.

    Definition Classes
    Lists
  • final def lRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Gets a range of elements from the list stored at key.

    Gets a range of elements from the list stored at key.

    key

    the key identifier

    range

    the range of elements to retrieve. The range should be zero-based, with 0 being the first element of the list (the head of the list), 1 being the next element and so on

    returns

    - a chunk of elements in the specified range.

    Definition Classes
    Lists
  • final def lRem[K](key: K, count: Long, element: String)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Removes the first count occurrences of element from the list stored at key.

    Removes the first count occurrences of element from the list stored at key. The count argument influences the + a chunk of elements in the specified range.

    Definition Classes
    Lists
  • final def lRem[K](key: K, count: Long, element: String)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Removes the first count occurrences of element from the list stored at key.

    Removes the first count occurrences of element from the list stored at key. The count argument influences the operation in the following ways:

    • count > 0: Remove elements equal to element moving from head to tail.
    • count < 0: Remove elements equal to element moving from tail to head.
    • count = 0: Remove all elements equal to element.
    key

    the key identifier. Non-existing keys are treated like empty lists, so when key does not exist, the command will always return 0

    count

    the number of elements to remove

    element

    the element to be removed

    returns

    - the number of removed elements.

    Definition Classes
    Lists
  • final def lSet[K, V](key: K, index: Long, element: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Sets the list element at index to element.

    Sets the list element at index to element. + the number of removed elements.

    Definition Classes
    Lists
  • final def lSet[K, V](key: K, index: Long, element: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Sets the list element at index to element.

    Sets the list element at index to element.

    key

    the key identifier

    index

    the requested index. The index is zero-based, so 0 means the first element, 1 the second element and so on

    element

    the value to be inserted

    returns

    - the Unit value.

    Definition Classes
    Lists
  • final def lTrim[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Trims an existing list so that it will contain only the specified range of elements.

    Trims an existing list so that it will contain only the specified range of elements. + the Unit value.

    Definition Classes
    Lists
  • final def lTrim[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Trims an existing list so that it will contain only the specified range of elements.

    Trims an existing list so that it will contain only the specified range of elements.

    key

    the key identifier

    range

    the range of elements to trim. The range should be zero-based, with 0 being the first element of the list (the head of the list), 1 being the next element and so on

    returns

    - the Unit value.

    Definition Classes
    Lists
  • final def mGet[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[[x]Chunk[Option[x]]]

    Get all the values of the given keys.

    Get all the values of the given keys. + the Unit value.

    Definition Classes
    Lists
  • final def mGet[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[[x]Chunk[Option[x]]]

    Get all the values of the given keys.

    Get all the values of the given keys.

    key

    First key to get

    keys

    Subsequent keys to get

    returns

    - Returns the values of the given keys.

    Definition Classes
    Strings
  • final def mSet[K, V](keyValue: (K, V), keyValues: (K, V)*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set multiple keys to multiple values.

    Set multiple keys to multiple values. + Returns the values of the given keys.

    Definition Classes
    Strings
  • final def mSet[K, V](keyValue: (K, V), keyValues: (K, V)*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set multiple keys to multiple values.

    Set multiple keys to multiple values.

    keyValue

    Tuple of key and value, first one to set

    keyValues

    - Subsequent tuples of key values

    Definition Classes
    Strings
  • final def mSetNx[K, V](keyValue: (K, V), keyValues: (K, V)*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set multiple keys to multiple values only if none of the keys exist.

    Set multiple keys to multiple values only if none of the keys exist. + Subsequent tuples of key values

    Definition Classes
    Strings
  • final def mSetNx[K, V](keyValue: (K, V), keyValues: (K, V)*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set multiple keys to multiple values only if none of the keys exist.

    Set multiple keys to multiple values only if none of the keys exist.

    keyValue

    First key value to set

    keyValues

    Subsequent key values to set

    returns

    - 1 if the all the keys were set. 0 if no key was set (at least one key already existed).

    Definition Classes
    Strings
  • final def migrate[K](host: String, port: Long, key: K, destinationDb: Long, timeout: Duration, auth: Option[Auth] = None, copy: Option[Copy] = None, replace: Option[Replace] = None, keys: Option[(K, List[K])])(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, String]

    Atomically transfer a key from a source Redis instance to a destination Redis instance.

    Atomically transfer a key from a source Redis instance to a destination Redis instance. On success the key is + 1 if the all the keys were set. 0 if no key was set (at least one key already existed).

    Definition Classes
    Strings
  • final def migrate[K](host: String, port: Long, key: K, destinationDb: Long, timeout: Duration, auth: Option[Auth] = None, copy: Option[Copy] = None, replace: Option[Replace] = None, keys: Option[(K, List[K])])(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, String]

    Atomically transfer a key from a source Redis instance to a destination Redis instance.

    Atomically transfer a key from a source Redis instance to a destination Redis instance. On success the key is deleted from the original instance and is guaranteed to exist in the target instance.

    host

    remote redis host

    port

    @@ -497,49 +497,49 @@ deleted from the original instance and is guaranteed to exist in the target inst copy option, to not remove the key from the local instance

    replace

    replace option, to replace existing key on the remote instance

    keys

    keys option, to migrate multiple keys, non empty list of keys

    returns

    - string OK on success, or NOKEY if no keys were found in the source instance.

    Definition Classes
    Keys
  • final def move[K](key: K, destinationDb: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Move key from the currently selected database to the specified destination database.

    Move key from the currently selected database to the specified destination database. When key already exists in the + string OK on success, or NOKEY if no keys were found in the source instance.

    Definition Classes
    Keys
  • final def move[K](key: K, destinationDb: Long)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Move key from the currently selected database to the specified destination database.

    Move key from the currently selected database to the specified destination database. When key already exists in the destination database, or it does not exist in the source database, it does nothing.

    key

    key

    destinationDb

    destination database id

    returns

    - true if the key was moved.

    Definition Classes
    Keys
  • final def pExpire[K](key: K, timeout: Duration)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Set a timeout on key.

    Set a timeout on key. After the timeout has expired, the key will automatically be deleted. + true if the key was moved.

    Definition Classes
    Keys
  • final def pExpire[K](key: K, timeout: Duration)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Set a timeout on key.

    Set a timeout on key. After the timeout has expired, the key will automatically be deleted.

    key

    key

    timeout

    timeout

    returns

    true, if the timeout was set, false if the key didn't exist.

    Definition Classes
    Keys
    See also

    - pExpireAt

  • final def pExpireAt[K](key: K, timestamp: Instant)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Deletes the key at the specific timestamp.

    Deletes the key at the specific timestamp. A timestamp in the past will delete the key immediately. + pExpireAt

  • final def pExpireAt[K](key: K, timestamp: Instant)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Deletes the key at the specific timestamp.

    Deletes the key at the specific timestamp. A timestamp in the past will delete the key immediately.

    key

    key

    timestamp

    an absolute Unix timestamp (milliseconds since January 1, 1970)

    returns

    true, if the timeout was set, false if the key didn't exist.

    Definition Classes
    Keys
    See also

    - pExpire

  • final def pSetEx[K, V](key: K, milliseconds: Duration, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set the value and expiration in milliseconds of a key.

    Set the value and expiration in milliseconds of a key. + pExpire

  • final def pSetEx[K, V](key: K, milliseconds: Duration, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set the value and expiration in milliseconds of a key.

    Set the value and expiration in milliseconds of a key.

    key

    Key of the string to set the expiry time on

    milliseconds

    Time in milliseconds until the string should expire

    value

    - Value to set

    Definition Classes
    Strings
  • final def pTtl[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Duration]

    Returns the remaining time to live of a key that has a timeout.

    Returns the remaining time to live of a key that has a timeout. + Value to set

    Definition Classes
    Strings
  • final def pTtl[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Duration]

    Returns the remaining time to live of a key that has a timeout.

    Returns the remaining time to live of a key that has a timeout.

    key

    key

    returns

    - remaining time to live of a key that has a timeout, error otherwise.

    Definition Classes
    Keys
  • final def persist[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Remove the existing timeout on key.

    Remove the existing timeout on key. + remaining time to live of a key that has a timeout, error otherwise.

    Definition Classes
    Keys
  • final def persist[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Remove the existing timeout on key.

    Remove the existing timeout on key.

    key

    key

    returns

    - true if timeout was removed, false if key does not exist or does not have an associated timeout.

    Definition Classes
    Keys
  • final def pfAdd[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Adds the specified elements to the specified HyperLogLog.

    Adds the specified elements to the specified HyperLogLog. + true if timeout was removed, false if key does not exist or does not have an associated timeout.

    Definition Classes
    Keys
  • final def pfAdd[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Adds the specified elements to the specified HyperLogLog.

    Adds the specified elements to the specified HyperLogLog.

    key

    HLL key where the elements will be added

    element

    element to count

    elements

    additional elements to count

    returns

    - boolean indicating if at least 1 HyperLogLog register was altered.

    Definition Classes
    HyperLogLog
  • final def pfCount[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s). + boolean indicating if at least 1 HyperLogLog register was altered.

    Definition Classes
    HyperLogLog
  • final def pfCount[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

    key

    HLL key

    keys

    additional keys

    returns

    - approximate number of unique elements observed via PFADD.

    Definition Classes
    HyperLogLog
  • final def pfMerge[K](destKey: K, sourceKey: K, sourceKeys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Merge N different HyperLogLogs into a single one.

    Merge N different HyperLogLogs into a single one. + approximate number of unique elements observed via PFADD.

    Definition Classes
    HyperLogLog
  • final def pfMerge[K](destKey: K, sourceKey: K, sourceKeys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Merge N different HyperLogLogs into a single one.

    Merge N different HyperLogLogs into a single one.

    destKey

    HLL key where the merged HLLs will be stored

    sourceKey

    HLL key to merge

    sourceKeys

    - additional keys to merge

    Definition Classes
    HyperLogLog
  • final def ping(message: Option[String] = None): ZIO[Has[Redis], RedisError, String]

    Pings the server.

    Pings the server. + additional keys to merge

    Definition Classes
    HyperLogLog
  • final def ping(message: Option[String] = None): ZIO[Has[Redis], RedisError, String]

    Pings the server.

    Pings the server.

    message

    the optional message to receive back from server

    returns

    PONG if no argument is provided, otherwise return a copy of the argument as a bulk. This command is often used to - test if a connection is still alive, or to measure latency.

    Definition Classes
    Connection
  • final def quit: ZIO[Has[Redis], RedisError, Unit]

    Ask the server to close the connection.

    Ask the server to close the connection. The connection is closed as soon as all pending replies have been written + test if a connection is still alive, or to measure latency.

    Definition Classes
    Connection
  • final def quit: ZIO[Has[Redis], RedisError, Unit]

    Ask the server to close the connection.

    Ask the server to close the connection. The connection is closed as soon as all pending replies have been written to the client

    returns

    the Unit value.

    Definition Classes
    Connection
  • final def rPop[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Option]

    Removes and returns the last element in the list stored at key.

    Removes and returns the last element in the list stored at key. @@ -552,13 +552,13 @@ the list and pushing it as first element of the same list, so it can be consider

    source

    the key identifier of the source list

    destination

    the key identifier of the destination list

    returns

    - the element being popped and pushed. If source does not exist, empty is returned and no operation is performed.

    Definition Classes
    Lists
  • final def rPush[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Appends one or more elements to the list stored at key.

    Appends one or more elements to the list stored at key. If key does not exist, it is created as empty list before + the element being popped and pushed. If source does not exist, empty is returned and no operation is performed.

    Definition Classes
    Lists
  • final def rPush[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Appends one or more elements to the list stored at key.

    Appends one or more elements to the list stored at key. If key does not exist, it is created as empty list before performing the push operation.

    key

    the key identifier

    element

    the first element to append

    elements

    the rest of elements to append

    returns

    - the length of the list after the push operation.

    Definition Classes
    Lists
  • final def rPushX[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Appends on or multiple elements to the list stored at key, only if the list exists.

    Appends on or multiple elements to the list stored at key, only if the list exists. In contrary to + the length of the list after the push operation.

    Definition Classes
    Lists
  • final def rPushX[K, V](key: K, element: V, elements: V*)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Appends on or multiple elements to the list stored at key, only if the list exists.

    Appends on or multiple elements to the list stored at key, only if the list exists. In contrary to zio.redis.api.Lists#rPush, no operation will be performed when key does not yet exist.

    key

    the key identifier

    element

    @@ -566,20 +566,20 @@ performing the push operation. the rest of elements to append

    returns

    the length of the list after the push operation.

    Definition Classes
    Lists
  • final def randomKey: ResultBuilder1[Option]

    Return a random key from the currently selected database.

    Return a random key from the currently selected database.

    returns

    - key or None when the database is empty.

    Definition Classes
    Keys
  • final def rename[K](key: K, newKey: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Renames key to newKey.

    Renames key to newKey. It returns an error when key does not exist. If newKey already exists it is overwritten. + key or None when the database is empty.

    Definition Classes
    Keys
  • final def rename[K](key: K, newKey: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Renames key to newKey.

    Renames key to newKey. It returns an error when key does not exist. If newKey already exists it is overwritten.

    key

    key to be renamed

    newKey

    new name

    returns

    - unit if successful, error otherwise.

    Definition Classes
    Keys
  • final def renameNx[K](key: K, newKey: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Renames key to newKey if newKey does not yet exist.

    Renames key to newKey if newKey does not yet exist. It returns an error when key does not exist. + unit if successful, error otherwise.

    Definition Classes
    Keys
  • final def renameNx[K](key: K, newKey: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Renames key to newKey if newKey does not yet exist.

    Renames key to newKey if newKey does not yet exist. It returns an error when key does not exist.

    key

    key to be renamed

    newKey

    new name

    returns

    - true if key was renamed to newKey, false if newKey already exists.

    Definition Classes
    Keys
  • final def reset: ZIO[Has[Redis], RedisError, Unit]

    Performs a full reset of the connection's server-side context, mimicking the effects of disconnecting and + true if key was renamed to newKey, false if newKey already exists.

    Definition Classes
    Keys
  • final def reset: ZIO[Has[Redis], RedisError, Unit]

    Performs a full reset of the connection's server-side context, mimicking the effects of disconnecting and reconnecting again

    Performs a full reset of the connection's server-side context, mimicking the effects of disconnecting and reconnecting again

    returns

    - the Unit value.

    Definition Classes
    Connection
  • final def restore[K](key: K, ttl: Long, value: Chunk[Byte], replace: Option[Replace] = None, absTtl: Option[AbsTtl] = None, idleTime: Option[IdleTime] = None, freq: Option[Freq] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Create a key associated with a value that is obtained by deserializing the provided serialized value.

    Create a key associated with a value that is obtained by deserializing the provided serialized value. Error when + the Unit value.

    Definition Classes
    Connection
  • final def restore[K](key: K, ttl: Long, value: Chunk[Byte], replace: Option[Replace] = None, absTtl: Option[AbsTtl] = None, idleTime: Option[IdleTime] = None, freq: Option[Freq] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Unit]

    Create a key associated with a value that is obtained by deserializing the provided serialized value.

    Create a key associated with a value that is obtained by deserializing the provided serialized value. Error when key already exists unless you use the REPLACE option.

    key

    key

    ttl

    @@ -590,97 +590,97 @@ key already exists unless you use the REPLACE option. expire

    idleTime

    idle time based eviction policy

    freq

    frequency based eviction policy

    returns

    - unit on success.

    Definition Classes
    Keys
  • final def sAdd[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Add one or more members to a set.

    Add one or more members to a set. + unit on success.

    Definition Classes
    Keys
  • final def sAdd[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Add one or more members to a set.

    Add one or more members to a set.

    key

    Key of set to add to

    member

    first member to add

    members

    subsequent members to add

    returns

    Returns the number of elements that were added to the set, not including all the elements already present into - the set.

    Definition Classes
    Sets
  • final def sCard[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Get the number of members in a set.

    Get the number of members in a set. + the set.

    Definition Classes
    Sets
  • final def sCard[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Get the number of members in a set.

    Get the number of members in a set.

    key

    Key of set to get the number of members of

    returns

    - Returns the cardinality (number of elements) of the set, or 0 if key does not exist.

    Definition Classes
    Sets
  • final def sDiff[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Subtract multiple sets.

    Subtract multiple sets. + Returns the cardinality (number of elements) of the set, or 0 if key does not exist.

    Definition Classes
    Sets
  • final def sDiff[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Subtract multiple sets.

    Subtract multiple sets.

    key

    Key of the set to subtract from

    keys

    Keys of the sets to subtract

    returns

    - Returns the members of the set resulting from the difference between the first set and all the successive sets.

    Definition Classes
    Sets
  • final def sDiffStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Subtract multiple sets and store the resulting set in a key.

    Subtract multiple sets and store the resulting set in a key. + Returns the members of the set resulting from the difference between the first set and all the successive sets.

    Definition Classes
    Sets
  • final def sDiffStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Subtract multiple sets and store the resulting set in a key.

    Subtract multiple sets and store the resulting set in a key.

    destination

    Key of set to store the resulting set

    key

    Key of set to be subtracted from

    keys

    Keys of sets to subtract

    returns

    - Returns the number of elements in the resulting set.

    Definition Classes
    Sets
  • final def sInter[K](destination: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Intersect multiple sets and store the resulting set in a key.

    Intersect multiple sets and store the resulting set in a key. + Returns the number of elements in the resulting set.

    Definition Classes
    Sets
  • final def sInter[K](destination: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Intersect multiple sets and store the resulting set in a key.

    Intersect multiple sets and store the resulting set in a key.

    destination

    Key of set to store the resulting set

    keys

    Keys of the sets to intersect with each other

    returns

    - Returns the members of the set resulting from the intersection of all the given sets.

    Definition Classes
    Sets
  • final def sInterStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Intersect multiple sets and store the resulting set in a key.

    Intersect multiple sets and store the resulting set in a key. + Returns the members of the set resulting from the intersection of all the given sets.

    Definition Classes
    Sets
  • final def sInterStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Intersect multiple sets and store the resulting set in a key.

    Intersect multiple sets and store the resulting set in a key.

    destination

    Key of set to store the resulting set

    key

    Key of first set to intersect

    keys

    Keys of subsequent sets to intersect

    returns

    - Returns the number of elements in the resulting set.

    Definition Classes
    Sets
  • final def sIsMember[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Boolean]

    Determine if a given value is a member of a set.

    Determine if a given value is a member of a set. + Returns the number of elements in the resulting set.

    Definition Classes
    Sets
  • final def sIsMember[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Boolean]

    Determine if a given value is a member of a set.

    Determine if a given value is a member of a set.

    key

    of the set

    member

    value which should be searched in the set

    returns

    Returns 1 if the element is a member of the set. 0 if the element is not a member of the set, or if key does not - exist.

    Definition Classes
    Sets
  • final def sMembers[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Get all the members in a set.

    Get all the members in a set. + exist.

    Definition Classes
    Sets
  • final def sMembers[K](key: K)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Get all the members in a set.

    Get all the members in a set.

    key

    Key of the set to get the members of

    returns

    - Returns the members of the set.

    Definition Classes
    Sets
  • final def sMove[S, D, M](source: S, destination: D, member: M)(implicit arg0: Schema[S], arg1: Schema[D], arg2: Schema[M]): ZIO[Has[Redis], RedisError, Boolean]

    Move a member from one set to another.

    Move a member from one set to another. + Returns the members of the set.

    Definition Classes
    Sets
  • final def sMove[S, D, M](source: S, destination: D, member: M)(implicit arg0: Schema[S], arg1: Schema[D], arg2: Schema[M]): ZIO[Has[Redis], RedisError, Boolean]

    Move a member from one set to another.

    Move a member from one set to another.

    source

    Key of the set to move the member from

    destination

    Key of the set to move the member to

    member

    Element to move

    returns

    - Returns 1 if the element was moved. 0 if it was not found.

    Definition Classes
    Sets
  • final def sPop[K](key: K, count: Option[Long] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Remove and return one or multiple random members from a set.

    Remove and return one or multiple random members from a set. + Returns 1 if the element was moved. 0 if it was not found.

    Definition Classes
    Sets
  • final def sPop[K](key: K, count: Option[Long] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Remove and return one or multiple random members from a set.

    Remove and return one or multiple random members from a set.

    key

    Key of the set to remove items from

    count

    Number of elements to remove

    returns

    - Returns the elements removed.

    Definition Classes
    Sets
  • final def sRandMember[K](key: K, count: Option[Long] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Get one or multiple random members from a set.

    Get one or multiple random members from a set. + Returns the elements removed.

    Definition Classes
    Sets
  • final def sRandMember[K](key: K, count: Option[Long] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Get one or multiple random members from a set.

    Get one or multiple random members from a set.

    key

    Key of the set to get members from

    count

    Number of elements to randomly get

    returns

    - Returns the random members.

    Definition Classes
    Sets
  • final def sRem[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Remove one of more members from a set.

    Remove one of more members from a set. + Returns the random members.

    Definition Classes
    Sets
  • final def sRem[K, M](key: K, member: M, members: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Remove one of more members from a set.

    Remove one of more members from a set.

    key

    Key of the set to remove members from

    member

    Value of the first element to remove

    members

    Subsequent values of elements to remove

    returns

    - Returns the number of members that were removed from the set, not including non existing members.

    Definition Classes
    Sets
  • final def sScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[Count] = None)(implicit arg0: Schema[K]): ResultBuilder1[[x](Long, Chunk[x])]

    Incrementally iterate Set elements.

    Incrementally iterate Set elements.

    This is a cursor based scan of an entire set. Call initially with cursor set to 0 and on subsequent calls pass the + Returns the number of members that were removed from the set, not including non existing members.

    Definition Classes
    Sets
  • final def sScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[Count] = None)(implicit arg0: Schema[K]): ResultBuilder1[[x](Long, Chunk[x])]

    Incrementally iterate Set elements.

    Incrementally iterate Set elements.

    This is a cursor based scan of an entire set. Call initially with cursor set to 0 and on subsequent calls pass the return value as the next cursor.

    key

    Key of the set to scan

    cursor

    Cursor to use for this iteration of scan

    pattern

    Glob-style pattern that filters which elements are returned

    count

    Count of elements. Roughly this number will be returned by Redis if possible

    returns

    - Returns the next cursor, and items for this iteration or nothing when you reach the end, as a tuple.

    Definition Classes
    Sets
  • final def sUnion[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Add multiple sets.

    Add multiple sets. + Returns the next cursor, and items for this iteration or nothing when you reach the end, as a tuple.

    Definition Classes
    Sets
  • final def sUnion[K](key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Add multiple sets.

    Add multiple sets.

    key

    Key of the first set to add

    keys

    Keys of the subsequent sets to add

    returns

    - Returns a list with members of the resulting set.

    Definition Classes
    Sets
  • final def sUnionStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Add multiple sets and add the resulting set in a key.

    Add multiple sets and add the resulting set in a key. + Returns a list with members of the resulting set.

    Definition Classes
    Sets
  • final def sUnionStore[D, K](destination: D, key: K, keys: K*)(implicit arg0: Schema[D], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Add multiple sets and add the resulting set in a key.

    Add multiple sets and add the resulting set in a key.

    destination

    Key of destination to store the result

    key

    Key of first set to add

    keys

    Subsequent keys of sets to add

    returns

    - Returns the number of elements in the resulting set.

    Definition Classes
    Sets
  • final def scan(cursor: Long, pattern: Option[String] = None, count: Option[Count] = None, type: Option[RedisType] = None): ResultBuilder1[[x](Long, Chunk[x])]

    Iterates the set of keys in the currently selected Redis database.

    Iterates the set of keys in the currently selected Redis database. An iteration starts when the cursor is set to 0, + Returns the number of elements in the resulting set.

    Definition Classes
    Sets
  • final def scan(cursor: Long, pattern: Option[String] = None, count: Option[Count] = None, type: Option[RedisType] = None): ResultBuilder1[[x](Long, Chunk[x])]

    Iterates the set of keys in the currently selected Redis database.

    Iterates the set of keys in the currently selected Redis database. An iteration starts when the cursor is set to 0, and terminates when the cursor returned by the server is 0.

    cursor

    cursor value, starts with zero

    pattern

    key pattern

    count

    count option, specifies number of returned elements per call

    returns

    returns an updated cursor that the user needs to use as the cursor argument in the next call along with the - values.

    Definition Classes
    Keys
  • def scriptExists(sha1: String, sha1s: String*): ZIO[Has[Redis], RedisError, Chunk[Boolean]]

    Checks existence of the scripts in the script cache.

    Checks existence of the scripts in the script cache. + values.

    Definition Classes
    Keys
  • def scriptExists(sha1: String, sha1s: String*): ZIO[Has[Redis], RedisError, Chunk[Boolean]]

    Checks existence of the scripts in the script cache.

    Checks existence of the scripts in the script cache.

    sha1

    one required SHA1 digest

    sha1s

    maybe rest of the SHA1 digests

    returns

    for every corresponding SHA1 digest of a script that actually exists in the script cache, an true is returned, - otherwise false is returned.

    Definition Classes
    Scripting
  • def scriptLoad(script: String): ZIO[Has[Redis], RedisError, String]

    Loads a script into the scripts cache.

    Loads a script into the scripts cache. After the script is loaded into the script cache it could be evaluated using + otherwise false is returned.

    Definition Classes
    Scripting
  • def scriptLoad(script: String): ZIO[Has[Redis], RedisError, String]

    Loads a script into the scripts cache.

    Loads a script into the scripts cache. After the script is loaded into the script cache it could be evaluated using the zio.redis.api.Scripting.evalSha method.

    script

    Lua script

    returns

    - the SHA1 digest of the script added into the script cache.

    Definition Classes
    Scripting
  • final def select(index: Long): ZIO[Has[Redis], RedisError, Unit]

    Changes the database for the current connection to the database having the specified numeric index.

    Changes the database for the current connection to the database having the specified numeric index. The currently + the SHA1 digest of the script added into the script cache.

    Definition Classes
    Scripting
  • final def select(index: Long): ZIO[Has[Redis], RedisError, Unit]

    Changes the database for the current connection to the database having the specified numeric index.

    Changes the database for the current connection to the database having the specified numeric index. The currently selected database is a property of the connection; clients should track the selected database and re-select it on reconnection.

    index

    the database index. The index is zero-based. New connections always use the database 0

    returns

    - the Unit value.

    Definition Classes
    Connection
  • final def set[K, V](key: K, value: V, expireTime: Option[Duration] = None, update: Option[Update] = None, keepTtl: Option[KeepTtl] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set the string value of a key.

    Set the string value of a key. + the Unit value.

    Definition Classes
    Connection
  • final def set[K, V](key: K, value: V, expireTime: Option[Duration] = None, update: Option[Update] = None, keepTtl: Option[KeepTtl] = None)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set the string value of a key.

    Set the string value of a key.

    key

    Key of the string to set

    value

    Value to set

    expireTime

    @@ -688,25 +688,25 @@ reconnection. Update can be Update.SetExisting which only sets the key if it exists, or Update.SetNew which nly sets the key if it does not exist

    keepTtl

    When set any previously set expire time remains unchanged

    returns

    - true if set was executed correctly, false otherwise.

    Definition Classes
    Strings
  • final def setBit[K](key: K, offset: Long, value: Boolean)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Sets or clears the bit at offset in the string value stored at key.

    Sets or clears the bit at offset in the string value stored at key. + true if set was executed correctly, false otherwise.

    Definition Classes
    Strings
  • final def setBit[K](key: K, offset: Long, value: Boolean)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Boolean]

    Sets or clears the bit at offset in the string value stored at key.

    Sets or clears the bit at offset in the string value stored at key.

    key

    Key of the string to set or clear bits

    offset

    Offset at which to set or clear the bit

    value

    True if bit should be set, False if it should be cleared

    returns

    - Returns the original bit value stored at offset.

    Definition Classes
    Strings
  • final def setEx[K, V](key: K, expiration: Duration, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set the value and expiration of a key.

    Set the value and expiration of a key. + Returns the original bit value stored at offset.

    Definition Classes
    Strings
  • final def setEx[K, V](key: K, expiration: Duration, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Unit]

    Set the value and expiration of a key.

    Set the value and expiration of a key.

    key

    Key of the value to update

    expiration

    Expiration time for the value

    value

    - New value to set

    Definition Classes
    Strings
  • final def setNx[K, V](key: K, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set the value of a key, only if the key does not exist.

    Set the value of a key, only if the key does not exist. + New value to set

    Definition Classes
    Strings
  • final def setNx[K, V](key: K, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Boolean]

    Set the value of a key, only if the key does not exist.

    Set the value of a key, only if the key does not exist.

    key

    Key of the value to set if the key does not exist

    value

    Value to set

    returns

    - Returns 1 if the key was set. 0 if the key was not set.

    Definition Classes
    Strings
  • final def setRange[K, V](key: K, offset: Long, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Overwrite part of a string at key starting at the specified offset.

    Overwrite part of a string at key starting at the specified offset. + Returns 1 if the key was set. 0 if the key was not set.

    Definition Classes
    Strings
  • final def setRange[K, V](key: K, offset: Long, value: V)(implicit arg0: Schema[K], arg1: Schema[V]): ZIO[Has[Redis], RedisError, Long]

    Overwrite part of a string at key starting at the specified offset.

    Overwrite part of a string at key starting at the specified offset.

    key

    Key of the string to overwite

    offset

    Offset to start writing

    value

    Value to overwrite with

    returns

    - Returns the length of the string after it was modified by the command.

    Definition Classes
    Strings
  • final def sort[K](key: K, by: Option[String] = None, limit: Option[Limit] = None, order: Order = Order.Ascending, get: Option[(String, List[String])] = None, alpha: Option[Alpha] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Sorts the list, set, or sorted set stored at key.

    Sorts the list, set, or sorted set stored at key. Returns the sorted elements. + Returns the length of the string after it was modified by the command.

    Definition Classes
    Strings
  • final def sort[K](key: K, by: Option[String] = None, limit: Option[Limit] = None, order: Order = Order.Ascending, get: Option[(String, List[String])] = None, alpha: Option[Alpha] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Sorts the list, set, or sorted set stored at key.

    Sorts the list, set, or sorted set stored at key. Returns the sorted elements.

    key

    key

    by

    by option, specifies a pattern to use as an external key

    limit

    @@ -714,7 +714,7 @@ reconnection. ordering option, sort descending instead of ascending

    get

    get option, return the values referenced by the keys generated from the get patterns

    alpha

    alpha option, sort the values alphanumerically, instead of by interpreting the value as floating point number

    returns

    - the sorted values, or the values found using the get patterns.

    Definition Classes
    Keys
  • final def sortStore[K](key: K, storeAt: Store, by: Option[String] = None, limit: Option[Limit] = None, order: Order = Order.Ascending, get: Option[(String, List[String])] = None, alpha: Option[Alpha] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Sorts the list, set, or sorted set stored at key.

    Sorts the list, set, or sorted set stored at key. Stores the results at storeAt. Returns the number of values + the sorted values, or the values found using the get patterns.

    Definition Classes
    Keys
  • final def sortStore[K](key: K, storeAt: Store, by: Option[String] = None, limit: Option[Limit] = None, order: Order = Order.Ascending, get: Option[(String, List[String])] = None, alpha: Option[Alpha] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Sorts the list, set, or sorted set stored at key.

    Sorts the list, set, or sorted set stored at key. Stores the results at storeAt. Returns the number of values sorted.

    The functions sort and sortStore are both implemented by the Redis command SORT. Because they have different return types, they are split into two Scala functions.

    key

    @@ -725,10 +725,10 @@ types, they are split into two Scala functions. ordering option, sort descending instead of ascending

    get

    get option, return the values referenced by the keys generated from the get patterns

    alpha

    alpha option, sort the values alphanumerically, instead of by interpreting the value as floating point number

    returns

    - the sorted values, or the values found using the get patterns.

    Definition Classes
    Keys
  • final def strLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Get the length of a value stored in a key.

    Get the length of a value stored in a key. + the sorted values, or the values found using the get patterns.

    Definition Classes
    Keys
  • final def strLen[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Get the length of a value stored in a key.

    Get the length of a value stored in a key.

    key

    Key of the string to get the length of

    returns

    - Returns the length of the string.

    Definition Classes
    Strings
  • final def stralgoLcs[K](command: StrAlgoLCS, keyA: K, keyB: K, lcsQueryType: Option[StrAlgoLcsQueryType] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, LcsOutput]

    Get the longest common subsequence of values stored in the given keys.

    Get the longest common subsequence of values stored in the given keys. + Returns the length of the string.

    Definition Classes
    Strings
  • final def stralgoLcs[K](command: StrAlgoLCS, keyA: K, keyB: K, lcsQueryType: Option[StrAlgoLcsQueryType] = None)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, LcsOutput]

    Get the longest common subsequence of values stored in the given keys.

    Get the longest common subsequence of values stored in the given keys.

    command

    type of value it (possible values are Strings and Keys)

    keyA

    first value that will contain subsequence

    keyB

    @@ -737,29 +737,29 @@ types, they are split into two Scala functions. Without modifiers returns the string representing the longest common substring. When LEN is given the command returns the length of the longest common substring. When IDX is given the command returns an array with the LCS length and all the ranges in both the strings, start and end offset for each string, where there are matches. - When withMatchLen is given each array representing a match will also have the length of the match (see examples).

    Definition Classes
    Strings
  • final def touch[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Alters the last access time of a key(s).

    Alters the last access time of a key(s). A key is ignored if it does not exist. + When withMatchLen is given each array representing a match will also have the length of the match (see examples).

    Definition Classes
    Strings
  • final def touch[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Alters the last access time of a key(s).

    Alters the last access time of a key(s). A key is ignored if it does not exist.

    key

    one required key

    keys

    maybe rest of the keys

    returns

    - The number of keys that were touched.

    Definition Classes
    Keys
  • final def ttl[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Duration]

    Returns the remaining time to live of a key that has a timeout.

    Returns the remaining time to live of a key that has a timeout. + The number of keys that were touched.

    Definition Classes
    Keys
  • final def ttl[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Duration]

    Returns the remaining time to live of a key that has a timeout.

    Returns the remaining time to live of a key that has a timeout.

    key

    key

    returns

    - remaining time to live of a key that has a timeout, error otherwise.

    Definition Classes
    Keys
  • final def typeOf[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, RedisType]

    Returns the string representation of the type of the value stored at key.

    Returns the string representation of the type of the value stored at key. + remaining time to live of a key that has a timeout, error otherwise.

    Definition Classes
    Keys
  • final def typeOf[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, RedisType]

    Returns the string representation of the type of the value stored at key.

    Returns the string representation of the type of the value stored at key.

    key

    key

    returns

    - type of the value stored at key.

    Definition Classes
    Keys
  • final def unlink[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified keys.

    Removes the specified keys. A key is ignored if it does not exist. The command performs the actual memory + type of the value stored at key.

    Definition Classes
    Keys
  • final def unlink[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified keys.

    Removes the specified keys. A key is ignored if it does not exist. The command performs the actual memory reclaiming in a different thread, so it is not blocking.

    key

    one required key

    keys

    maybe rest of the keys

    returns

    The number of keys that were unlinked.

    Definition Classes
    Keys
    See also

    - del

  • final def wait_(replicas: Long, timeout: Duration): ZIO[Has[Redis], RedisError, Long]

    This command blocks the current client until all the previous write commands are successfully transferred and + del

  • final def wait_(replicas: Long, timeout: Duration): ZIO[Has[Redis], RedisError, Long]

    This command blocks the current client until all the previous write commands are successfully transferred and acknowledged by at least the specified number of replicas.

    This command blocks the current client until all the previous write commands are successfully transferred and acknowledged by at least the specified number of replicas.

    replicas

    minimum replicas to reach

    timeout

    specified as a Duration, 0 means to block forever

    returns

    - the number of replicas reached both in case of failure and success.

    Definition Classes
    Keys
  • final def xAck[SK, G, I](key: SK, group: G, id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[G], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Long]

    Removes one or multiple messages from the pending entries list (PEL) of a stream consumer group.

    Removes one or multiple messages from the pending entries list (PEL) of a stream consumer group. + the number of replicas reached both in case of failure and success.

    Definition Classes
    Keys
  • final def xAck[SK, G, I](key: SK, group: G, id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[G], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Long]

    Removes one or multiple messages from the pending entries list (PEL) of a stream consumer group.

    Removes one or multiple messages from the pending entries list (PEL) of a stream consumer group.

    key

    ID of the stream

    group

    ID of the consumer group

    id

    @@ -779,7 +779,7 @@ acknowledged by at least the specified number of replicas. flag that indicates if a stream should be limited to the exact number of elements

    pair

    field and value pair

    pairs

    rest of the field and value pairs

    returns

    - ID of the added entry.

    Definition Classes
    Streams
  • final def xClaim[SK, SG, SC, I](key: SK, group: SG, consumer: SC, minIdleTime: Duration, idle: Option[Duration] = None, time: Option[Duration] = None, retryCount: Option[Long] = None, force: Boolean = false)(id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC], arg3: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamEntry[I, x, y]]]

    Changes the ownership of a pending message.

    Changes the ownership of a pending message. + ID of the added entry.

    Definition Classes
    Streams
  • final def xClaim[SK, SG, SC, I](key: SK, group: SG, consumer: SC, minIdleTime: Duration, idle: Option[Duration] = None, time: Option[Duration] = None, retryCount: Option[Long] = None, force: Boolean = false)(id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC], arg3: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamEntry[I, x, y]]]

    Changes the ownership of a pending message.

    Changes the ownership of a pending message.

    key

    ID of the stream

    group

    ID of the consumer group

    consumer

    @@ -792,7 +792,7 @@ acknowledged by at least the specified number of replicas. flag that indicates that a message doesn't have to be in a pending entries list (PEL)

    id

    ID of a message

    ids

    IDs of the rest of the messages

    returns

    - messages successfully claimed.

    Definition Classes
    Streams
  • final def xClaimWithJustId[SK, SG, SC, I](key: SK, group: SG, consumer: SC, minIdleTime: Duration, idle: Option[Duration] = None, time: Option[Duration] = None, retryCount: Option[Long] = None, force: Boolean = false)(id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC], arg3: Schema[I]): ResultBuilder1[Chunk]

    Changes the ownership of a pending message.

    Changes the ownership of a pending message. + messages successfully claimed.

    Definition Classes
    Streams
  • final def xClaimWithJustId[SK, SG, SC, I](key: SK, group: SG, consumer: SC, minIdleTime: Duration, idle: Option[Duration] = None, time: Option[Duration] = None, retryCount: Option[Long] = None, force: Boolean = false)(id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC], arg3: Schema[I]): ResultBuilder1[Chunk]

    Changes the ownership of a pending message.

    Changes the ownership of a pending message.

    key

    ID of the stream

    group

    ID of the consumer group

    consumer

    @@ -805,39 +805,39 @@ acknowledged by at least the specified number of replicas. flag that indicates that a message doesn't have to be in a pending entries list (PEL)

    id

    ID of a message

    ids

    IDs of the rest of the messages

    returns

    - IDs of the messages that are successfully claimed.

    Definition Classes
    Streams
  • final def xDel[SK, I](key: SK, id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[I]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified entries from a stream.

    Removes the specified entries from a stream. + IDs of the messages that are successfully claimed.

    Definition Classes
    Streams
  • final def xDel[SK, I](key: SK, id: I, ids: I*)(implicit arg0: Schema[SK], arg1: Schema[I]): ZIO[Has[Redis], RedisError, Long]

    Removes the specified entries from a stream.

    Removes the specified entries from a stream.

    key

    ID of the stream

    id

    ID of the message

    ids

    IDs of the rest of the messages

    returns

    - the number of entries deleted.

    Definition Classes
    Streams
  • final def xGroupCreate[SK, SG, I](key: SK, group: SG, id: I, mkStream: Boolean = false)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Unit]

    Create a new consumer group associated with a stream.

    Create a new consumer group associated with a stream. + the number of entries deleted.

    Definition Classes
    Streams
  • final def xGroupCreate[SK, SG, I](key: SK, group: SG, id: I, mkStream: Boolean = false)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Unit]

    Create a new consumer group associated with a stream.

    Create a new consumer group associated with a stream.

    key

    ID of the stream

    group

    ID of the consumer group

    id

    ID of the last item in the stream to consider already delivered

    mkStream

    - ID of the last item in the stream to consider already delivered

    Definition Classes
    Streams
  • final def xGroupCreateConsumer[SK, SG, SC](key: SK, group: SG, consumer: SC)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC]): ZIO[Has[Redis], RedisError, Boolean]

    Create a new consumer associated with a consumer group.

    Create a new consumer associated with a consumer group. + ID of the last item in the stream to consider already delivered

    Definition Classes
    Streams
  • final def xGroupCreateConsumer[SK, SG, SC](key: SK, group: SG, consumer: SC)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC]): ZIO[Has[Redis], RedisError, Boolean]

    Create a new consumer associated with a consumer group.

    Create a new consumer associated with a consumer group.

    key

    ID of the stream

    group

    ID of the consumer group

    consumer

    ID of the consumer

    returns

    - the number of created consumer groups.

    Definition Classes
    Streams
  • final def xGroupDelConsumer[SK, SG, SC](key: SK, group: SG, consumer: SC)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC]): ZIO[Has[Redis], RedisError, Long]

    Remove a specific consumer from a consumer group.

    Remove a specific consumer from a consumer group. + the number of created consumer groups.

    Definition Classes
    Streams
  • final def xGroupDelConsumer[SK, SG, SC](key: SK, group: SG, consumer: SC)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[SC]): ZIO[Has[Redis], RedisError, Long]

    Remove a specific consumer from a consumer group.

    Remove a specific consumer from a consumer group.

    key

    ID of the stream

    group

    ID of the consumer group

    consumer

    ID of the consumer

    returns

    - the number of pending messages that the consumer had before it was deleted.

    Definition Classes
    Streams
  • final def xGroupDestroy[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, Boolean]

    Destroy a consumer group.

    Destroy a consumer group. + the number of pending messages that the consumer had before it was deleted.

    Definition Classes
    Streams
  • final def xGroupDestroy[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, Boolean]

    Destroy a consumer group.

    Destroy a consumer group.

    key

    ID of the stream

    group

    ID of the consumer group

    returns

    - flag that indicates if the deletion was successful.

    Definition Classes
    Streams
  • final def xGroupSetId[SK, SG, I](key: SK, group: SG, id: I)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Unit]

    Set the consumer group last delivered ID to something else.

    Set the consumer group last delivered ID to something else. + flag that indicates if the deletion was successful.

    Definition Classes
    Streams
  • final def xGroupSetId[SK, SG, I](key: SK, group: SG, id: I)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I]): ZIO[Has[Redis], RedisError, Unit]

    Set the consumer group last delivered ID to something else.

    Set the consumer group last delivered ID to something else.

    key

    ID of the stream

    group

    ID of the consumer group

    id

    - last delivered ID to set

    Definition Classes
    Streams
  • final def xInfoConsumers[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, Chunk[StreamConsumersInfo]]

    An introspection command used in order to retrieve different information about the consumers.

    An introspection command used in order to retrieve different information about the consumers. + last delivered ID to set

    Definition Classes
    Streams
  • final def xInfoConsumers[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, Chunk[StreamConsumersInfo]]

    An introspection command used in order to retrieve different information about the consumers.

    An introspection command used in order to retrieve different information about the consumers.

    key

    ID of the stream

    group

    ID of the consumer group

    returns

    - List of every consumer in a specific consumer group.

    Definition Classes
    Streams
  • final def xInfoGroups[SK](key: SK)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Chunk[StreamGroupsInfo]]

    An introspection command used in order to retrieve different information about the group.

    An introspection command used in order to retrieve different information about the group. + List of every consumer in a specific consumer group.

    Definition Classes
    Streams
  • final def xInfoGroups[SK](key: SK)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Chunk[StreamGroupsInfo]]

    An introspection command used in order to retrieve different information about the group.

    An introspection command used in order to retrieve different information about the group.

    key

    ID of the stream

    returns

    List of consumer groups associated with the stream stored at the specified key.

    Definition Classes
    Streams
  • final def xInfoStream[SK](key: SK)(implicit arg0: Schema[SK]): ResultBuilder3[StreamInfo]

    An introspection command used in order to retrieve different information about the stream.

    An introspection command used in order to retrieve different information about the stream. @@ -850,10 +850,10 @@ acknowledged by at least the specified number of replicas. General information about the stream stored at the specified key.

    Definition Classes
    Streams
  • final def xInfoStreamFull[SK](key: SK)(implicit arg0: Schema[SK]): ResultBuilder3[FullStreamInfo]

    Returns the entire state of the stream, including entries, groups, consumers and PELs.

    Returns the entire state of the stream, including entries, groups, consumers and PELs.

    key

    ID of the stream

    returns

    - General information about the stream stored at the specified key.

    Definition Classes
    Streams
  • final def xLen[SK](key: SK)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Long]

    Fetches the number of entries inside a stream.

    Fetches the number of entries inside a stream. + General information about the stream stored at the specified key.

    Definition Classes
    Streams
  • final def xLen[SK](key: SK)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Long]

    Fetches the number of entries inside a stream.

    Fetches the number of entries inside a stream.

    key

    ID of the stream

    returns

    - the number of entries inside a stream.

    Definition Classes
    Streams
  • final def xPending[SK, SG, I, SC](key: SK, group: SG, start: I, end: I, count: Long, consumer: Option[SC] = None, idle: Option[Duration] = None)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I], arg3: Schema[SC]): ZIO[Has[Redis], RedisError, Chunk[PendingMessage]]

    Inspects the list of pending messages.

    Inspects the list of pending messages. + the number of entries inside a stream.

    Definition Classes
    Streams
  • final def xPending[SK, SG, I, SC](key: SK, group: SG, start: I, end: I, count: Long, consumer: Option[SC] = None, idle: Option[Duration] = None)(implicit arg0: Schema[SK], arg1: Schema[SG], arg2: Schema[I], arg3: Schema[SC]): ZIO[Has[Redis], RedisError, Chunk[PendingMessage]]

    Inspects the list of pending messages.

    Inspects the list of pending messages.

    key

    ID of the stream

    group

    ID of the consumer group

    start

    @@ -862,28 +862,28 @@ acknowledged by at least the specified number of replicas. maximum number of messages returned

    consumer

    ID of the consumer

    idle

    idle time of a pending message by which message are filtered

    returns

    - detailed information for each message in the pending entries list.

    Definition Classes
    Streams
  • final def xPending[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, PendingInfo]

    Inspects the list of pending messages.

    Inspects the list of pending messages. + detailed information for each message in the pending entries list.

    Definition Classes
    Streams
  • final def xPending[SK, SG](key: SK, group: SG)(implicit arg0: Schema[SK], arg1: Schema[SG]): ZIO[Has[Redis], RedisError, PendingInfo]

    Inspects the list of pending messages.

    Inspects the list of pending messages.

    key

    ID of the stream

    group

    ID of the consumer group

    returns

    - summary about the pending messages in a given consumer group.

    Definition Classes
    Streams
  • final def xRange[SK, I](key: SK, start: I, end: I, count: Long)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs.

    Fetches the stream entries matching a given range of IDs. + summary about the pending messages in a given consumer group.

    Definition Classes
    Streams
  • final def xRange[SK, I](key: SK, start: I, end: I, count: Long)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs.

    Fetches the stream entries matching a given range of IDs.

    key

    ID of the stream

    start

    start of the range of IDs

    end

    end of the range of IDs

    count

    maximum number of entries returned

    returns

    - the complete entries with IDs matching the specified range.

    Definition Classes
    Streams
  • final def xRange[SK, I](key: SK, start: I, end: I)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs.

    Fetches the stream entries matching a given range of IDs. + the complete entries with IDs matching the specified range.

    Definition Classes
    Streams
  • final def xRange[SK, I](key: SK, start: I, end: I)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs.

    Fetches the stream entries matching a given range of IDs.

    key

    ID of the stream

    start

    start of the range of IDs

    end

    end of the range of IDs

    returns

    - the complete entries with IDs matching the specified range.

    Definition Classes
    Streams
  • final def xRead[SK, I](count: Option[Long] = None, block: Option[Duration] = None)(stream: (SK, I), streams: (SK, I)*)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamChunk[SK, I, x, y]]]

    Read data from one or multiple streams.

    Read data from one or multiple streams. + the complete entries with IDs matching the specified range.

    Definition Classes
    Streams
  • final def xRead[SK, I](count: Option[Long] = None, block: Option[Duration] = None)(stream: (SK, I), streams: (SK, I)*)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamChunk[SK, I, x, y]]]

    Read data from one or multiple streams.

    Read data from one or multiple streams.

    count

    maximum number of elements returned per stream

    block

    duration for which we want to block before timing out

    stream

    pair that contains stream ID and the last ID that the consumer received for that stream

    streams

    rest of the pairs

    returns

    - complete entries with an ID greater than the last received ID per stream.

    Definition Classes
    Streams
  • final def xReadGroup[SG, SC, SK, I](group: SG, consumer: SC, count: Option[Long] = None, block: Option[Duration] = None, noAck: Boolean = false)(stream: (SK, I), streams: (SK, I)*)(implicit arg0: Schema[SG], arg1: Schema[SC], arg2: Schema[SK], arg3: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamChunk[SK, I, x, y]]]

    Read data from one or multiple streams using consumer group.

    Read data from one or multiple streams using consumer group. + complete entries with an ID greater than the last received ID per stream.

    Definition Classes
    Streams
  • final def xReadGroup[SG, SC, SK, I](group: SG, consumer: SC, count: Option[Long] = None, block: Option[Duration] = None, noAck: Boolean = false)(stream: (SK, I), streams: (SK, I)*)(implicit arg0: Schema[SG], arg1: Schema[SC], arg2: Schema[SK], arg3: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamChunk[SK, I, x, y]]]

    Read data from one or multiple streams using consumer group.

    Read data from one or multiple streams using consumer group.

    group

    ID of the consumer group

    consumer

    ID of the consumer

    count

    @@ -892,23 +892,23 @@ acknowledged by at least the specified number of replicas. flag that indicates that the read messages shouldn't be added to the pending entries list (PEL)

    stream

    pair that contains stream ID and the last ID that the consumer received for that stream

    streams

    rest of the pairs

    returns

    - complete entries with an ID greater than the last received ID per stream.

    Definition Classes
    Streams
  • final def xRevRange[SK, I](key: SK, end: I, start: I, count: Long)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs in the reverse order.

    Fetches the stream entries matching a given range of IDs in the reverse order. + complete entries with an ID greater than the last received ID per stream.

    Definition Classes
    Streams
  • final def xRevRange[SK, I](key: SK, end: I, start: I, count: Long)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs in the reverse order.

    Fetches the stream entries matching a given range of IDs in the reverse order.

    key

    ID of the stream

    end

    end of the range of IDs

    start

    start of the range of IDs

    count

    maximum number of entries returned

    returns

    - the complete entries with IDs matching the specified range in the reverse order.

    Definition Classes
    Streams
  • final def xRevRange[SK, I](key: SK, end: I, start: I)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs in the reverse order.

    Fetches the stream entries matching a given range of IDs in the reverse order. + the complete entries with IDs matching the specified range in the reverse order.

    Definition Classes
    Streams
  • final def xRevRange[SK, I](key: SK, end: I, start: I)(implicit arg0: Schema[SK], arg1: Schema[I]): ResultBuilder2[[x, y]Chunk[StreamEntry[I, x, y]]]

    Fetches the stream entries matching a given range of IDs in the reverse order.

    Fetches the stream entries matching a given range of IDs in the reverse order.

    key

    ID of the stream

    end

    end of the range of IDs

    start

    start of the range of IDs

    returns

    - the complete entries with IDs matching the specified range in the reverse order.

    Definition Classes
    Streams
  • final def xTrim[SK](key: SK, count: Long, approximate: Boolean = false)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Long]

    Trims the stream to a given number of items, evicting older items (items with lower IDs) if needed.

    Trims the stream to a given number of items, evicting older items (items with lower IDs) if needed. + the complete entries with IDs matching the specified range in the reverse order.

    Definition Classes
    Streams
  • final def xTrim[SK](key: SK, count: Long, approximate: Boolean = false)(implicit arg0: Schema[SK]): ZIO[Has[Redis], RedisError, Long]

    Trims the stream to a given number of items, evicting older items (items with lower IDs) if needed.

    Trims the stream to a given number of items, evicting older items (items with lower IDs) if needed.

    key

    ID of the stream

    count

    stream length

    approximate

    flag that indicates if the stream length should be exactly count or few tens of entries more

    returns

    - the number of entries deleted from the stream.

    Definition Classes
    Streams
  • final def zAdd[K, M](key: K, update: Option[Update] = None, change: Option[Changed] = None)(memberScore: MemberScore[M], memberScores: MemberScore[M]*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Add one or more members to a sorted set, or update its score if it already exists.

    Add one or more members to a sorted set, or update its score if it already exists. + the number of entries deleted from the stream.

    Definition Classes
    Streams
  • final def zAdd[K, M](key: K, update: Option[Update] = None, change: Option[Changed] = None)(memberScore: MemberScore[M], memberScores: MemberScore[M]*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Add one or more members to a sorted set, or update its score if it already exists.

    Add one or more members to a sorted set, or update its score if it already exists.

    key

    Key of set to add to

    update

    Set existing and never add elements or always set new elements and don't update existing elements

    change

    @@ -916,7 +916,7 @@ acknowledged by at least the specified number of replicas. Score that should be added to specific element for a given sorted set key

    memberScores

    Rest scores that should be added to specific elements fr a given sorted set key

    returns

    The number of elements added to the sorted set, not including elements already existing for which the score was - updated.

    Definition Classes
    SortedSets
  • final def zAddWithIncr[K, M](key: K, update: Option[Update] = None, change: Option[Changed] = None)(increment: Increment, memberScore: MemberScore[M], memberScores: MemberScore[M]*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

    Add one or more members to a sorted set, or update its score if it already exists.

    Add one or more members to a sorted set, or update its score if it already exists. + updated.

    Definition Classes
    SortedSets
  • final def zAddWithIncr[K, M](key: K, update: Option[Update] = None, change: Option[Changed] = None)(increment: Increment, memberScore: MemberScore[M], memberScores: MemberScore[M]*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

    Add one or more members to a sorted set, or update its score if it already exists.

    Add one or more members to a sorted set, or update its score if it already exists.

    key

    Key of set to add to.

    update

    Set existing and never add elements or always set new elements and don't update existing elements

    change

    @@ -925,19 +925,19 @@ acknowledged by at least the specified number of replicas. Score that should be added to specific element for a given sorted set key

    memberScores

    Rest scores that should be added to specific elements fr a given sorted set key

    returns

    The new score of member (a double precision floating point number), or None if the operation was aborted (when - called with either the XX or the NX option).

    Definition Classes
    SortedSets
  • final def zCard[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Get the number of members in a sorted set.

    Get the number of members in a sorted set. + called with either the XX or the NX option).

    Definition Classes
    SortedSets
  • final def zCard[K](key: K)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Get the number of members in a sorted set.

    Get the number of members in a sorted set.

    key

    Key of a sorted set

    returns

    - The cardinality (number of elements) of the sorted set, or 0 if key does not exist.

    Definition Classes
    SortedSets
  • final def zCount[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the number of elements in the sorted set at key with a score between min and max.

    Returns the number of elements in the sorted set at key with a score between min and max. + The cardinality (number of elements) of the sorted set, or 0 if key does not exist.

    Definition Classes
    SortedSets
  • final def zCount[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Returns the number of elements in the sorted set at key with a score between min and max.

    Returns the number of elements in the sorted set at key with a score between min and max.

    key

    Key of a sorted set

    range

    Min and max score (including elements with score equal to min or max)

    returns

    - the number of elements in the specified score range.

    Definition Classes
    SortedSets
  • final def zDiff[K](inputKeysNum: Long, key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Subtract multiple sorted sets and return members.

    Subtract multiple sorted sets and return members. + the number of elements in the specified score range.

    Definition Classes
    SortedSets
  • final def zDiff[K](inputKeysNum: Long, key: K, keys: K*)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Subtract multiple sorted sets and return members.

    Subtract multiple sorted sets and return members.

    inputKeysNum

    Number of input keys

    key

    Key of a sorted set

    keys

    Keys of other sorted sets

    returns

    - Chunk of differences between the first and successive input sorted sets.

    Definition Classes
    SortedSets
  • final def zDiffStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Subtract multiple sorted sets and store the resulting sorted set in a destination key.

    Subtract multiple sorted sets and store the resulting sorted set in a destination key. + Chunk of differences between the first and successive input sorted sets.

    Definition Classes
    SortedSets
  • final def zDiffStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Subtract multiple sorted sets and store the resulting sorted set in a destination key.

    Subtract multiple sorted sets and store the resulting sorted set in a destination key.

    destination

    Key of the output

    inputKeysNum

    Number of input keys

    key

    @@ -948,12 +948,12 @@ acknowledged by at least the specified number of replicas. Number of input keys

    key

    Key of a sorted set

    keys

    Keys of other sorted sets

    returns

    - Chunk of differences and scores between the first and successive input sorted sets.

    Definition Classes
    SortedSets
  • final def zIncrBy[K, M](key: K, increment: Long, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Double]

    Increment the score of a member in a sorted set.

    Increment the score of a member in a sorted set. + Chunk of differences and scores between the first and successive input sorted sets.

    Definition Classes
    SortedSets
  • final def zIncrBy[K, M](key: K, increment: Long, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Double]

    Increment the score of a member in a sorted set.

    Increment the score of a member in a sorted set.

    key

    Key of a sorted set

    increment

    Increment value

    member

    Member of sorted set

    returns

    - The new score of member (a double precision floating point number).

    Definition Classes
    SortedSets
  • final def zInter[K](inputKeysNum: Long, key: K, keys: K*)(aggregate: Option[Aggregate] = None, weights: Option[::[Double]] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Intersect multiple sorted sets and return members.

    Intersect multiple sorted sets and return members. + The new score of member (a double precision floating point number).

    Definition Classes
    SortedSets
  • final def zInter[K](inputKeysNum: Long, key: K, keys: K*)(aggregate: Option[Aggregate] = None, weights: Option[::[Double]] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Intersect multiple sorted sets and return members.

    Intersect multiple sorted sets and return members.

    inputKeysNum

    Number of input keys

    key

    Key of a sorted set

    keys

    @@ -962,7 +962,7 @@ acknowledged by at least the specified number of replicas. Represents WEIGHTS option, it is possible to specify a multiplication factor for each input sorted set. This means that the score of every element in every input sorted set is multiplied by this factor before being passed to the aggregation function. When WEIGHTS is not given, the multiplication factors default to 1

    returns

    - Chunk containing the intersection of members.

    Definition Classes
    SortedSets
  • final def zInterStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(aggregate: Option[Aggregate] = None, weights: Option[::[Double]] = None)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Intersect multiple sorted sets and store the resulting sorted set in a new key.

    Intersect multiple sorted sets and store the resulting sorted set in a new key. + Chunk containing the intersection of members.

    Definition Classes
    SortedSets
  • final def zInterStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(aggregate: Option[Aggregate] = None, weights: Option[::[Double]] = None)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Intersect multiple sorted sets and store the resulting sorted set in a new key.

    Intersect multiple sorted sets and store the resulting sorted set in a new key.

    destination

    Key of the output

    inputKeysNum

    Number of input keys

    key

    @@ -981,11 +981,11 @@ acknowledged by at least the specified number of replicas. Represents WEIGHTS option, it is possible to specify a multiplication factor for each input sorted set. This means that the score of every element in every input sorted set is multiplied by this factor before being passed to the aggregation function. When WEIGHTS is not given, the multiplication factors default to 1

    returns

    - Chunk containing the intersection of members with their score.

    Definition Classes
    SortedSets
  • final def zLexCount[K](key: K, lexRange: LexRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Count the number of members in a sorted set between a given lexicographical range.

    Count the number of members in a sorted set between a given lexicographical range. + Chunk containing the intersection of members with their score.

    Definition Classes
    SortedSets
  • final def zLexCount[K](key: K, lexRange: LexRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Count the number of members in a sorted set between a given lexicographical range.

    Count the number of members in a sorted set between a given lexicographical range.

    key

    Key of a sorted set

    lexRange

    LexRange that must be satisfied

    returns

    - The number of elements in the specified score range.

    Definition Classes
    SortedSets
  • final def zMScore[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Option[Double]]]

    Returns the scores associated with the specified members in the sorted set stored at key.

    Returns the scores associated with the specified members in the sorted set stored at key. + The number of elements in the specified score range.

    Definition Classes
    SortedSets
  • final def zMScore[K](key: K, keys: K*)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Chunk[Option[Double]]]

    Returns the scores associated with the specified members in the sorted set stored at key.

    Returns the scores associated with the specified members in the sorted set stored at key.

    key

    Key of the set

    keys

    Keys of the rest sets

    returns

    @@ -1001,7 +1001,7 @@ acknowledged by at least the specified number of replicas. When left unspecified, the default value for count is 1. Specifying a count value that is higher than the sorted set's cardinality will not produce an error. When returning multiple elements, the one with the lowest score will be the first, followed by the elements with greater scores

    returns

    - Chunk of popped elements and scores.

    Definition Classes
    SortedSets
  • final def zRandMember[K](key: K, count: Long)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return random elements from the sorted set value stored at key.

    Return random elements from the sorted set value stored at key. + Chunk of popped elements and scores.

    Definition Classes
    SortedSets
  • final def zRandMember[K](key: K, count: Long)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return random elements from the sorted set value stored at key.

    Return random elements from the sorted set value stored at key.

    key

    Key of a sorted set

    count

    If the provided count argument is positive, return an array of distinct elements. The array's length is either @@ -1016,17 +1016,17 @@ acknowledged by at least the specified number of replicas. count or the sorted set's cardinality (ZCARD), whichever is lower

    returns

    When the additional count argument is passed, the command returns an array of elements, or an empty array when key does not exist. If the WITHSCORES modifier is used, the reply is a list elements and their scores from the - sorted set.

    Definition Classes
    SortedSets
  • final def zRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by index.

    Return a range of members in a sorted set, by index. + sorted set.

    Definition Classes
    SortedSets
  • final def zRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by index.

    Return a range of members in a sorted set, by index.

    key

    Key of a sorted set

    range

    Inclusive range

    returns

    - Chunk of elements in the specified range.

    Definition Classes
    SortedSets
  • final def zRangeByLex[K](key: K, lexRange: LexRange, limit: Option[Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by lexicographical range.

    Return a range of members in a sorted set, by lexicographical range. + Chunk of elements in the specified range.

    Definition Classes
    SortedSets
  • final def zRangeByLex[K](key: K, lexRange: LexRange, limit: Option[Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by lexicographical range.

    Return a range of members in a sorted set, by lexicographical range.

    key

    Key of a sorted set

    lexRange

    LexRange that must be satisfied

    limit

    The optional LIMIT argument can be used to only get a range of the matching elements. A negative count returns all elements from the offset

    returns

    - Chunk of elements in the specified score range.

    Definition Classes
    SortedSets
  • final def zRangeByScore[K](key: K, scoreRange: ScoreRange, limit: Option[Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by score.

    Return a range of members in a sorted set, by score. + Chunk of elements in the specified score range.

    Definition Classes
    SortedSets
  • final def zRangeByScore[K](key: K, scoreRange: ScoreRange, limit: Option[Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by score.

    Return a range of members in a sorted set, by score.

    key

    Key of a sorted set

    scoreRange

    ScoreRange that must be satisfied

    limit

    @@ -1042,38 +1042,38 @@ acknowledged by at least the specified number of replicas.

    key

    Key of a sorted set

    range

    Inclusive range

    returns

    - Chunk of elements with their scores in the specified range.

    Definition Classes
    SortedSets
  • final def zRank[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Long]]

    Determine the index of a member in a sorted set.

    Determine the index of a member in a sorted set. + Chunk of elements with their scores in the specified range.

    Definition Classes
    SortedSets
  • final def zRank[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Long]]

    Determine the index of a member in a sorted set.

    Determine the index of a member in a sorted set.

    key

    Key of a sorted set

    member

    Member of sorted set

    returns

    - The rank of member in the sorted set stored at key, with the scores ordered from low to high.

    Definition Classes
    SortedSets
  • final def zRem[K, M](key: K, firstMember: M, restMembers: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Remove one or more members from a sorted set.

    Remove one or more members from a sorted set. + The rank of member in the sorted set stored at key, with the scores ordered from low to high.

    Definition Classes
    SortedSets
  • final def zRem[K, M](key: K, firstMember: M, restMembers: M*)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Long]

    Remove one or more members from a sorted set.

    Remove one or more members from a sorted set.

    key

    Key of a sorted set

    firstMember

    Member to be removed

    restMembers

    Rest members to be removed

    returns

    - The number of members removed from the sorted set, not including non existing members.

    Definition Classes
    SortedSets
  • final def zRemRangeByLex[K](key: K, lexRange: LexRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set between the given lexicographical range.

    Remove all members in a sorted set between the given lexicographical range. + The number of members removed from the sorted set, not including non existing members.

    Definition Classes
    SortedSets
  • final def zRemRangeByLex[K](key: K, lexRange: LexRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set between the given lexicographical range.

    Remove all members in a sorted set between the given lexicographical range.

    key

    Key of a sorted set

    lexRange

    LexRange that must be satisfied

    returns

    - The number of elements removed.

    Definition Classes
    SortedSets
  • final def zRemRangeByRank[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set within the given indexes.

    Remove all members in a sorted set within the given indexes. + The number of elements removed.

    Definition Classes
    SortedSets
  • final def zRemRangeByRank[K](key: K, range: Range)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set within the given indexes.

    Remove all members in a sorted set within the given indexes.

    key

    Key of a sorted set

    range

    Range that must be satisfied

    returns

    - The number of elements removed.

    Definition Classes
    SortedSets
  • final def zRemRangeByScore[K](key: K, scoreRange: ScoreRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set within the given scores.

    Remove all members in a sorted set within the given scores. + The number of elements removed.

    Definition Classes
    SortedSets
  • final def zRemRangeByScore[K](key: K, scoreRange: ScoreRange)(implicit arg0: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Remove all members in a sorted set within the given scores.

    Remove all members in a sorted set within the given scores.

    key

    Key of a sorted set

    scoreRange

    ScoreRange that must be satisfied

    returns

    - The number of elements removed.

    Definition Classes
    SortedSets
  • final def zRevRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by index, with scores ordered from high to low.

    Return a range of members in a sorted set, by index, with scores ordered from high to low. + The number of elements removed.

    Definition Classes
    SortedSets
  • final def zRevRange[K](key: K, range: Range)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by index, with scores ordered from high to low.

    Return a range of members in a sorted set, by index, with scores ordered from high to low.

    key

    Key of a sorted set

    range

    Range that must be satisfied

    returns

    - Chunk of elements in the specified range.

    Definition Classes
    SortedSets
  • final def zRevRangeByLex[K](key: K, lexRange: LexRange, limit: Option[Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.

    Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings. + Chunk of elements in the specified range.

    Definition Classes
    SortedSets
  • final def zRevRangeByLex[K](key: K, lexRange: LexRange, limit: Option[Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.

    Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.

    key

    Key of a sorted set

    lexRange

    LexRange that must be satisfied

    limit

    The optional LIMIT argument can be used to only get a range of the matching elements. A negative count returns all elements from the offset

    returns

    - Chunk of elements in the specified score range.

    Definition Classes
    SortedSets
  • final def zRevRangeByScore[K](key: K, scoreRange: ScoreRange, limit: Option[Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by score, with scores ordered from high to low.

    Return a range of members in a sorted set, by score, with scores ordered from high to low. + Chunk of elements in the specified score range.

    Definition Classes
    SortedSets
  • final def zRevRangeByScore[K](key: K, scoreRange: ScoreRange, limit: Option[Limit] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Return a range of members in a sorted set, by score, with scores ordered from high to low.

    Return a range of members in a sorted set, by score, with scores ordered from high to low.

    key

    Key of a sorted set

    scoreRange

    ScoreRange that must be satisfied

    limit

    @@ -1089,21 +1089,21 @@ acknowledged by at least the specified number of replicas.

    key

    Key of a sorted set

    range

    Range that must be satisfied

    returns

    - Chunk of elements with their scores in the specified range.

    Definition Classes
    SortedSets
  • final def zRevRank[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Long]]

    Determine the index of a member in a sorted set, with scores ordered from high to low.

    Determine the index of a member in a sorted set, with scores ordered from high to low. + Chunk of elements with their scores in the specified range.

    Definition Classes
    SortedSets
  • final def zRevRank[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Long]]

    Determine the index of a member in a sorted set, with scores ordered from high to low.

    Determine the index of a member in a sorted set, with scores ordered from high to low.

    key

    Key of a sorted set

    member

    Member of sorted set

    returns

    - The rank of member.

    Definition Classes
    SortedSets
  • final def zScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[Count] = None)(implicit arg0: Schema[K]): ResultBuilder1[[x](Long, Chunk[MemberScore[x]])]

    Incrementally iterate sorted sets elements and associated scores.

    Incrementally iterate sorted sets elements and associated scores. + The rank of member.

    Definition Classes
    SortedSets
  • final def zScan[K](key: K, cursor: Long, pattern: Option[String] = None, count: Option[Count] = None)(implicit arg0: Schema[K]): ResultBuilder1[[x](Long, Chunk[MemberScore[x]])]

    Incrementally iterate sorted sets elements and associated scores.

    Incrementally iterate sorted sets elements and associated scores.

    key

    Key of the set to scan

    cursor

    Cursor to use for this iteration of scan

    pattern

    Glob-style pattern that filters which elements are returned

    count

    Count of elements. Roughly this number will be returned by Redis if possible

    returns

    - Returns the items for this iteration or nothing when you reach the end.

    Definition Classes
    SortedSets
  • final def zScore[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

    Get the score associated with the given member in a sorted set.

    Get the score associated with the given member in a sorted set. + Returns the items for this iteration or nothing when you reach the end.

    Definition Classes
    SortedSets
  • final def zScore[K, M](key: K, member: M)(implicit arg0: Schema[K], arg1: Schema[M]): ZIO[Has[Redis], RedisError, Option[Double]]

    Get the score associated with the given member in a sorted set.

    Get the score associated with the given member in a sorted set.

    key

    Key of a sorted set

    member

    Member of sorted set

    returns

    - The score of member (a double precision floating point number.

    Definition Classes
    SortedSets
  • final def zUnion[K](inputKeysNum: Long, key: K, keys: K*)(weights: Option[::[Double]] = None, aggregate: Option[Aggregate] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Add multiple sorted sets and return each member.

    Add multiple sorted sets and return each member. + The score of member (a double precision floating point number.

    Definition Classes
    SortedSets
  • final def zUnion[K](inputKeysNum: Long, key: K, keys: K*)(weights: Option[::[Double]] = None, aggregate: Option[Aggregate] = None)(implicit arg0: Schema[K]): ResultBuilder1[Chunk]

    Add multiple sorted sets and return each member.

    Add multiple sorted sets and return each member.

    inputKeysNum

    Number of input keys

    key

    Key of a sorted set

    keys

    @@ -1112,7 +1112,7 @@ acknowledged by at least the specified number of replicas. means that the score of every element in every input sorted set is multiplied by this factor before being passed to the aggregation function. When WEIGHTS is not given, the multiplication factors default to 1

    aggregate

    With the AGGREGATE option, it is possible to specify how the results of the union are aggregated

    returns

    - Chunk of all members in each sorted set.

    Definition Classes
    SortedSets
  • final def zUnionStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(weights: Option[::[Double]] = None, aggregate: Option[Aggregate] = None)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Add multiple sorted sets and store the resulting sorted set in a new key.

    Add multiple sorted sets and store the resulting sorted set in a new key. + Chunk of all members in each sorted set.

    Definition Classes
    SortedSets
  • final def zUnionStore[DK, K](destination: DK, inputKeysNum: Long, key: K, keys: K*)(weights: Option[::[Double]] = None, aggregate: Option[Aggregate] = None)(implicit arg0: Schema[DK], arg1: Schema[K]): ZIO[Has[Redis], RedisError, Long]

    Add multiple sorted sets and store the resulting sorted set in a new key.

    Add multiple sorted sets and store the resulting sorted set in a new key.

    destination

    Key of the output

    inputKeysNum

    Number of input keys

    key

    diff --git a/api/zio/redis/options/SortedSets.html b/api/zio/redis/options/SortedSets.html index 27173198fea5e7b1b6f3e265f07bd8a4df4f6668..f48cd3b0ca8ef8e1c29645cf1e5b0c5bda51ba74 100644 --- a/api/zio/redis/options/SortedSets.html +++ b/api/zio/redis/options/SortedSets.html @@ -1,2 +1,2 @@

    Packages

    t

    zio.redis.options

    SortedSets

    trait SortedSets extends AnyRef

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

    Type Members

    1. sealed trait Aggregate extends Product
    2. type Changed = Changed.type
    3. type Increment = Increment.type
    4. sealed trait LexMaximum extends AnyRef
    5. sealed trait LexMinimum extends AnyRef
    6. sealed case class LexRange(min: LexMinimum, max: LexMaximum) extends Product with Serializable
    7. sealed case class MemberScore[+M](score: Double, member: M) extends Product with Serializable
    8. type MemberScores[+M] = Chunk[MemberScore[M]]
    9. sealed trait ScoreMaximum extends AnyRef
    10. sealed trait ScoreMinimum extends AnyRef
    11. sealed case class ScoreRange(min: ScoreMinimum, max: ScoreMaximum) extends Product with Serializable
    12. type WithScores = WithScores.type

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    14. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    15. def toString(): String
      Definition Classes
      AnyRef → Any
    16. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    17. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. object Aggregate
    20. case object Changed extends Product with Serializable
    21. case object Increment extends Product with Serializable
    22. object LexMaximum
    23. object LexMinimum
    24. object ScoreMaximum
    25. object ScoreMinimum
    26. case object WithScores extends 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

    +var toRoot = '../../../';

    Packages

    t

    zio.redis.options

    SortedSets

    trait SortedSets extends AnyRef

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

    Type Members

    1. sealed trait Aggregate extends Product
    2. type Changed = Changed.type
    3. type Increment = Increment.type
    4. sealed trait LexMaximum extends AnyRef
    5. sealed trait LexMinimum extends AnyRef
    6. sealed case class LexRange(min: LexMinimum, max: LexMaximum) extends Product with Serializable
    7. sealed case class MemberScore[+M](score: Double, member: M) extends Product with Serializable
    8. type MemberScores[+M] = Chunk[MemberScore[M]]
    9. sealed trait ScoreMaximum extends AnyRef
    10. sealed trait ScoreMinimum extends AnyRef
    11. sealed case class ScoreRange(min: ScoreMinimum, max: ScoreMaximum) extends Product with Serializable
    12. type WithScores = WithScores.type

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    14. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    15. def toString(): String
      Definition Classes
      AnyRef → Any
    16. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    17. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. object Aggregate
    20. case object Changed extends Product with Serializable
    21. case object Increment extends Product with Serializable
    22. object LexMaximum
    23. object LexMinimum
    24. object ScoreMaximum
    25. object ScoreMinimum
    26. case object WithScores extends 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

    diff --git a/api/zio/redis/options/Streams$StreamChunk.html b/api/zio/redis/options/Streams$StreamChunk.html index 9a0266b26e27d3d44e64c09b13b9362332a916fd..b18e497302ac643c980a256eb55742f81bb9da0f 100644 --- a/api/zio/redis/options/Streams$StreamChunk.html +++ b/api/zio/redis/options/Streams$StreamChunk.html @@ -1,2 +1,2 @@

    Packages

    sealed case class StreamChunk[N, I, K, V](name: N, entries: Chunk[StreamEntry[I, K, V]]) extends Product with Serializable

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. StreamChunk
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new StreamChunk(name: N, entries: Chunk[StreamEntry[I, K, V]])

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. val entries: Chunk[StreamEntry[I, K, V]]
    7. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    10. val name: N
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    14. def productElementNames: Iterator[String]
      Definition Classes
      Product
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    17. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])

    Deprecated Value Members

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

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +var toRoot = '../../../';

    Packages

    sealed case class StreamChunk[N, I, K, V](name: N, entries: Chunk[StreamEntry[I, K, V]]) extends Product with Serializable

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. StreamChunk
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new StreamChunk(name: N, entries: Chunk[StreamEntry[I, K, V]])

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. val entries: Chunk[StreamEntry[I, K, V]]
    7. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    10. val name: N
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    14. def productElementNames: Iterator[String]
      Definition Classes
      Product
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    17. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])

    Deprecated Value Members

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

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/api/zio/redis/options/Streams$StreamInfoWithFull$$ConsumerGroups.html b/api/zio/redis/options/Streams$StreamInfoWithFull$$ConsumerGroups.html index 035c227791546e67c8dd0c02930b3c1a0f9aa128..4f29fa4a1778f3b3599642a8b37c17ecff392126 100644 --- a/api/zio/redis/options/Streams$StreamInfoWithFull$$ConsumerGroups.html +++ b/api/zio/redis/options/Streams$StreamInfoWithFull$$ConsumerGroups.html @@ -1,2 +1,2 @@

    Packages

    sealed case class ConsumerGroups(name: String, lastDeliveredId: String, pelCount: Long, pending: Chunk[GroupPel], consumers: Chunk[Consumers]) extends Product with Serializable

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ConsumerGroups
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ConsumerGroups(name: String, lastDeliveredId: String, pelCount: Long, pending: Chunk[GroupPel], consumers: Chunk[Consumers])

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. val consumers: Chunk[Consumers]
    7. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    10. val lastDeliveredId: String
    11. val name: String
    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. val pelCount: Long
    16. val pending: Chunk[GroupPel]
    17. def productElementNames: Iterator[String]
      Definition Classes
      Product
    18. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    19. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    21. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])

    Deprecated Value Members

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

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +var toRoot = '../../../';

    Packages

    sealed case class ConsumerGroups(name: String, lastDeliveredId: String, pelCount: Long, pending: Chunk[GroupPel], consumers: Chunk[Consumers]) extends Product with Serializable

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ConsumerGroups
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ConsumerGroups(name: String, lastDeliveredId: String, pelCount: Long, pending: Chunk[GroupPel], consumers: Chunk[Consumers])

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. val consumers: Chunk[Consumers]
    7. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    10. val lastDeliveredId: String
    11. val name: String
    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. val pelCount: Long
    16. val pending: Chunk[GroupPel]
    17. def productElementNames: Iterator[String]
      Definition Classes
      Product
    18. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    19. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    21. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])

    Deprecated Value Members

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

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/api/zio/redis/options/Streams$StreamInfoWithFull$$Consumers.html b/api/zio/redis/options/Streams$StreamInfoWithFull$$Consumers.html index 5c252d44aeeec302fa6e0bcc55fcf9f7a7f78a32..830fbee326e31727e97c807681c08810082f5a0d 100644 --- a/api/zio/redis/options/Streams$StreamInfoWithFull$$Consumers.html +++ b/api/zio/redis/options/Streams$StreamInfoWithFull$$Consumers.html @@ -1,2 +1,2 @@

    Packages

    sealed case class Consumers(name: String, seenTime: Duration, pelCount: Long, pending: Chunk[ConsumerPel]) extends Product with Serializable

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Consumers
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Consumers(name: String, seenTime: Duration, pelCount: Long, pending: Chunk[ConsumerPel])

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    8. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    9. val name: String
    10. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    11. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    12. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. val pelCount: Long
    14. val pending: Chunk[ConsumerPel]
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. val seenTime: Duration
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    20. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])

    Deprecated Value Members

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

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +var toRoot = '../../../';

    Packages

    sealed case class Consumers(name: String, seenTime: Duration, pelCount: Long, pending: Chunk[ConsumerPel]) extends Product with Serializable

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Consumers
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Consumers(name: String, seenTime: Duration, pelCount: Long, pending: Chunk[ConsumerPel])

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    8. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    9. val name: String
    10. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    11. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    12. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. val pelCount: Long
    14. val pending: Chunk[ConsumerPel]
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. val seenTime: Duration
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    20. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])

    Deprecated Value Members

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

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/api/zio/redis/options/Streams$StreamInfoWithFull$$FullStreamInfo.html b/api/zio/redis/options/Streams$StreamInfoWithFull$$FullStreamInfo.html index 8637effeea1e75e8cd235489af1e495a50292560..157e0015e4cbd9c3111b3980db45b53e29789d45 100644 --- a/api/zio/redis/options/Streams$StreamInfoWithFull$$FullStreamInfo.html +++ b/api/zio/redis/options/Streams$StreamInfoWithFull$$FullStreamInfo.html @@ -1,2 +1,2 @@

    Packages

    sealed case class FullStreamInfo[I, K, V](length: Long, radixTreeKeys: Long, radixTreeNodes: Long, lastGeneratedId: String, entries: Chunk[StreamEntry[I, K, V]], groups: Chunk[ConsumerGroups]) extends Product with Serializable

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FullStreamInfo
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new FullStreamInfo(length: Long, radixTreeKeys: Long, radixTreeNodes: Long, lastGeneratedId: String, entries: Chunk[StreamEntry[I, K, V]], groups: Chunk[ConsumerGroups])

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. val entries: Chunk[StreamEntry[I, K, V]]
    7. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. val groups: Chunk[ConsumerGroups]
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. val lastGeneratedId: String
    12. val length: Long
    13. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    15. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    16. def productElementNames: Iterator[String]
      Definition Classes
      Product
    17. val radixTreeKeys: Long
    18. val radixTreeNodes: Long
    19. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    22. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])

    Deprecated Value Members

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

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +var toRoot = '../../../';

    Packages

    sealed case class FullStreamInfo[I, K, V](length: Long, radixTreeKeys: Long, radixTreeNodes: Long, lastGeneratedId: String, entries: Chunk[StreamEntry[I, K, V]], groups: Chunk[ConsumerGroups]) extends Product with Serializable

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FullStreamInfo
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new FullStreamInfo(length: Long, radixTreeKeys: Long, radixTreeNodes: Long, lastGeneratedId: String, entries: Chunk[StreamEntry[I, K, V]], groups: Chunk[ConsumerGroups])

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. val entries: Chunk[StreamEntry[I, K, V]]
    7. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. val groups: Chunk[ConsumerGroups]
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. val lastGeneratedId: String
    12. val length: Long
    13. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    15. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    16. def productElementNames: Iterator[String]
      Definition Classes
      Product
    17. val radixTreeKeys: Long
    18. val radixTreeNodes: Long
    19. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    22. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])

    Deprecated Value Members

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

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/api/zio/redis/options/Streams$StreamInfoWithFull$.html b/api/zio/redis/options/Streams$StreamInfoWithFull$.html index 2e3ff7bb144b0602dd97bb223f952f71eb888000..289b90aa63c80e661dc906fd06cc2f311e94bac6 100644 --- a/api/zio/redis/options/Streams$StreamInfoWithFull$.html +++ b/api/zio/redis/options/Streams$StreamInfoWithFull$.html @@ -1,2 +1,2 @@

    Packages

    o

    zio.redis.options.Streams

    StreamInfoWithFull

    object StreamInfoWithFull

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

    Type Members

    1. sealed case class ConsumerGroups(name: String, lastDeliveredId: String, pelCount: Long, pending: Chunk[GroupPel], consumers: Chunk[Consumers]) extends Product with Serializable
    2. sealed case class ConsumerPel(entryId: String, deliveryTime: Duration, deliveryCount: Long) extends Product with Serializable
    3. sealed case class Consumers(name: String, seenTime: Duration, pelCount: Long, pending: Chunk[ConsumerPel]) extends Product with Serializable
    4. sealed case class FullStreamInfo[I, K, V](length: Long, radixTreeKeys: Long, radixTreeNodes: Long, lastGeneratedId: String, entries: Chunk[StreamEntry[I, K, V]], groups: Chunk[ConsumerGroups]) extends Product with Serializable
    5. sealed case class GroupPel(entryId: String, consumerName: String, deliveryTime: Duration, deliveryCount: Long) extends 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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    14. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    15. def toString(): String
      Definition Classes
      AnyRef → Any
    16. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    17. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. object ConsumerGroups extends Serializable
    20. object Consumers extends Serializable
    21. object FullStreamInfo extends 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

    +var toRoot = '../../../';

    Packages

    o

    zio.redis.options.Streams

    StreamInfoWithFull

    object StreamInfoWithFull

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

    Type Members

    1. sealed case class ConsumerGroups(name: String, lastDeliveredId: String, pelCount: Long, pending: Chunk[GroupPel], consumers: Chunk[Consumers]) extends Product with Serializable
    2. sealed case class ConsumerPel(entryId: String, deliveryTime: Duration, deliveryCount: Long) extends Product with Serializable
    3. sealed case class Consumers(name: String, seenTime: Duration, pelCount: Long, pending: Chunk[ConsumerPel]) extends Product with Serializable
    4. sealed case class FullStreamInfo[I, K, V](length: Long, radixTreeKeys: Long, radixTreeNodes: Long, lastGeneratedId: String, entries: Chunk[StreamEntry[I, K, V]], groups: Chunk[ConsumerGroups]) extends Product with Serializable
    5. sealed case class GroupPel(entryId: String, consumerName: String, deliveryTime: Duration, deliveryCount: Long) extends 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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    14. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    15. def toString(): String
      Definition Classes
      AnyRef → Any
    16. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    17. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. object ConsumerGroups extends Serializable
    20. object Consumers extends Serializable
    21. object FullStreamInfo extends 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

    diff --git a/api/zio/redis/options/Streams.html b/api/zio/redis/options/Streams.html index 204187234143f60269a42546f5396c72126075f8..e9d2bf4a873982fee632b0fde4b5c52c12d40dad 100644 --- a/api/zio/redis/options/Streams.html +++ b/api/zio/redis/options/Streams.html @@ -1,2 +1,2 @@

    Packages

    trait Streams extends AnyRef

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

    Type Members

    1. sealed case class Group[G, C](group: G, consumer: C) extends Product with Serializable
    2. type MkStream = MkStream.type
    3. type NoAck = NoAck.type
    4. sealed case class PendingInfo(total: Long, first: Option[String], last: Option[String], consumers: Map[String, Long]) extends Product with Serializable
    5. sealed case class PendingMessage(id: String, owner: String, lastDelivered: Duration, counter: Long) extends Product with Serializable
    6. sealed case class StreamChunk[N, I, K, V](name: N, entries: Chunk[StreamEntry[I, K, V]]) extends Product with Serializable
    7. type StreamChunks[N, I, K, V] = Chunk[StreamChunk[N, I, K, V]]
    8. sealed case class StreamConsumersInfo(name: String, pending: Long, idle: Duration) extends Product with Serializable
    9. type StreamEntries[I, K, V] = Chunk[StreamEntry[I, K, V]]
    10. sealed case class StreamEntry[I, K, V](id: I, fields: Map[K, V]) extends Product with Serializable
    11. sealed case class StreamGroupsInfo(name: String, consumers: Long, pending: Long, lastDeliveredId: String) extends Product with Serializable
    12. sealed case class StreamInfo[I, K, V](length: Long, radixTreeKeys: Long, radixTreeNodes: Long, groups: Long, lastGeneratedId: String, firstEntry: Option[StreamEntry[I, K, V]], lastEntry: Option[StreamEntry[I, K, V]]) extends Product with Serializable
    13. sealed case class StreamMaxLen(approximate: Boolean, count: Long) extends Product with Serializable
    14. type WithForce = WithForce.type
    15. type WithJustId = WithJustId.type
    16. sealed trait XGroupCommand extends AnyRef

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    14. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    15. def toString(): String
      Definition Classes
      AnyRef → Any
    16. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    17. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. case object MkStream extends Product with Serializable
    20. case object NoAck extends Product with Serializable
    21. object StreamConsumersInfo extends Serializable
    22. object StreamGroupsInfo extends Serializable
    23. object StreamInfo extends Serializable
    24. object StreamInfoWithFull
    25. case object WithForce extends Product with Serializable
    26. case object WithJustId extends Product with Serializable
    27. object XGroupCommand

    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

    +var toRoot = '../../../';

    Packages

    trait Streams extends AnyRef

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

    Type Members

    1. sealed case class Group[G, C](group: G, consumer: C) extends Product with Serializable
    2. type MkStream = MkStream.type
    3. type NoAck = NoAck.type
    4. sealed case class PendingInfo(total: Long, first: Option[String], last: Option[String], consumers: Map[String, Long]) extends Product with Serializable
    5. sealed case class PendingMessage(id: String, owner: String, lastDelivered: Duration, counter: Long) extends Product with Serializable
    6. sealed case class StreamChunk[N, I, K, V](name: N, entries: Chunk[StreamEntry[I, K, V]]) extends Product with Serializable
    7. type StreamChunks[N, I, K, V] = Chunk[StreamChunk[N, I, K, V]]
    8. sealed case class StreamConsumersInfo(name: String, pending: Long, idle: Duration) extends Product with Serializable
    9. type StreamEntries[I, K, V] = Chunk[StreamEntry[I, K, V]]
    10. sealed case class StreamEntry[I, K, V](id: I, fields: Map[K, V]) extends Product with Serializable
    11. sealed case class StreamGroupsInfo(name: String, consumers: Long, pending: Long, lastDeliveredId: String) extends Product with Serializable
    12. sealed case class StreamInfo[I, K, V](length: Long, radixTreeKeys: Long, radixTreeNodes: Long, groups: Long, lastGeneratedId: String, firstEntry: Option[StreamEntry[I, K, V]], lastEntry: Option[StreamEntry[I, K, V]]) extends Product with Serializable
    13. sealed case class StreamMaxLen(approximate: Boolean, count: Long) extends Product with Serializable
    14. type WithForce = WithForce.type
    15. type WithJustId = WithJustId.type
    16. sealed trait XGroupCommand extends AnyRef

    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. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    9. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native() @IntrinsicCandidate()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native() @IntrinsicCandidate()
    14. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    15. def toString(): String
      Definition Classes
      AnyRef → Any
    16. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    17. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. case object MkStream extends Product with Serializable
    20. case object NoAck extends Product with Serializable
    21. object StreamConsumersInfo extends Serializable
    22. object StreamGroupsInfo extends Serializable
    23. object StreamInfo extends Serializable
    24. object StreamInfoWithFull
    25. case object WithForce extends Product with Serializable
    26. case object WithJustId extends Product with Serializable
    27. object XGroupCommand

    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

    diff --git a/docs/overview/overview_index.html b/docs/overview/overview_index.html index 8a9986ca628e044a0f5d0919bbc796d2a59428cf..0fc876391cf9ad177822d5eca91b94c758bf7106 100644 --- a/docs/overview/overview_index.html +++ b/docs/overview/overview_index.html @@ -64,6 +64,6 @@

    Installation

    Include ZIO Redis in your project by adding the following to your build.sbt file:

    resolvers += Resolver.sonatypeRepo("snapshots")
    -libraryDependencies += "dev.zio" %% "zio-redis" % "0.0.0+1-5c5243ae-SNAPSHOT"
    +libraryDependencies += "dev.zio" %% "zio-redis" % "0.0.0+1-fa4aa2e0-SNAPSHOT"
     
    \ No newline at end of file