Class/Object

com.redis.protocol.RedisCommand

Args

Related Docs: object Args | package RedisCommand

Permalink

final class Args extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Args
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Args(values: Seq[Stringified])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def ++[A](xs: Seq[A])(implicit arg0: Writer[A]): Args

    Permalink
  4. def ++(xs: Seq[Stringified]): Args

    Permalink
  5. def ++:[A](xs: Seq[A])(implicit arg0: Writer[A]): Args

    Permalink
  6. def ++:(xs: Seq[Stringified]): Args

    Permalink
  7. def +:[A](x: A)(implicit arg0: Writer[A]): Args

    Permalink
  8. def +:(x: Stringified): Args

    Permalink
  9. def :+[A](x: A)(implicit arg0: Writer[A]): Args

    Permalink
  10. def :+(x: Stringified): Args

    Permalink
  11. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def foreach(f: (Stringified) ⇒ Unit): Unit

    Permalink
  14. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def map[A](f: (Stringified) ⇒ A): Seq[A]

    Permalink
  17. def size: Int

    Permalink
  18. def toString(): String

    Permalink
    Definition Classes
    Any
  19. val values: Seq[Stringified]

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped