object RedisResult extends RedisResultLowPriority

Source
RedisResult.scala
Linear Supertypes
RedisResultLowPriority, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RedisResult
  2. RedisResultLowPriority
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): 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 ev: RedisResult[A]): ev.type
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val bool: RedisResult[Boolean]
  7. implicit val bytevector: RedisResult[ByteVector]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. implicit val double: RedisResult[Double]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit val functor: Functor[RedisResult]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. implicit val int: RedisResult[Int]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. implicit def kv[K, V](implicit arg0: RedisResult[K], arg1: RedisResult[V]): RedisResult[List[(K, V)]]
  19. implicit def list[A](implicit arg0: RedisResult[A]): RedisResult[List[A]]
    Definition Classes
    RedisResultLowPriority
  20. implicit val long: RedisResult[Long]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. implicit def option[A](implicit arg0: RedisResult[A]): RedisResult[Option[A]]
  25. implicit val redisType: RedisResult[RedisType]
  26. implicit val resp: RedisResult[Resp]
  27. implicit val status: RedisResult[Status]
  28. implicit val string: RedisResult[String]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. implicit def tuple[A, B](implicit arg0: RedisResult[A], arg1: RedisResult[B]): RedisResult[(A, B)]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from RedisResultLowPriority

Inherited from AnyRef

Inherited from Any

Ungrouped