Packages

object RedisOperationActor

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

Type Members

  1. case class OpFailure(cause: Throwable) extends OpResult[Nothing] with Product with Serializable
  2. sealed trait OpResult[+A] extends AnyRef
  3. case class OpSuccess[+A](result: A) extends OpResult[A] with Product with Serializable