Object

play.api.cache.redis.Builders

SynchronousBuilder

Related Doc: package Builders

Permalink

object SynchronousBuilder extends ResultBuilder[Identity] with Implicits

converts the future into the value

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SynchronousBuilder
  2. Implicits
  3. ResultBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. implicit class RedisRef extends AnyRef

    Permalink

    rich akka actor providing additional functionality and syntax sugar

    rich akka actor providing additional functionality and syntax sugar

    Attributes
    protected
    Definition Classes
    Implicits
  2. implicit class ResultChainer[A] extends AnyRef

    Permalink

    Chain results

    Chain results

    Definition Classes
    ResultBuilder
  3. implicit class RichFuture[T] extends AnyRef

    Permalink

    enriches any ref by toFuture converting a value to Future.successful

    enriches any ref by toFuture converting a value to Future.successful

    Attributes
    protected
    Definition Classes
    Implicits
  4. implicit class Synchronizer[T] extends AnyRef

    Permalink

    waits for future responses and returns them synchronously

    waits for future responses and returns them synchronously

    Attributes
    protected
    Definition Classes
    Implicits

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def andFuture[A, B](source: ⇒ Identity[A])(andThen: (A) ⇒ Future[B])(implicit context: ExecutionContext): Future[B]

    Permalink

    chains calls and passes the output of the first as the input of the subsequent expecting the future result

    chains calls and passes the output of the first as the input of the subsequent expecting the future result

    Definition Classes
    SynchronousBuilderResultBuilder
  5. def andThen[A, B](source: ⇒ Identity[A])(andThen: (A) ⇒ Identity[B])(implicit context: ExecutionContext): Identity[B]

    Permalink

    chains calls and passes the output of the first as the input of the subsequent

    chains calls and passes the output of the first as the input of the subsequent

    Definition Classes
    SynchronousBuilderResultBuilder
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. implicit def build[T, Result[_]](value: scala.concurrent.Future[T])(implicit builder: ResultBuilder[Result], configuration: Configuration): Result[T]

    Permalink

    Transforms the promise into desired builder results

    Transforms the promise into desired builder results

    Attributes
    protected
    Definition Classes
    Implicits
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toResult[T](future: Future[T])(implicit configuration: Configuration): Identity[T]

    Permalink

    converts future result produces by Redis to the result of desired type

    converts future result produces by Redis to the result of desired type

    Definition Classes
    SynchronousBuilderResultBuilder
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Implicits

Inherited from ResultBuilder[Identity]

Inherited from AnyRef

Inherited from Any

Ungrouped