c

zio.redis.Output

StreamInfoFullOutput

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamInfoFullOutput
  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 StreamInfoFullOutput()(implicit arg0: Schema[I], arg1: Schema[K], arg2: Schema[V])

Value Members

  1. final def map[B](f: (FullStreamInfo[I, K, V]) => B): Output[B]
    Definition Classes
    Output
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product