io.getclump

FutureBridge

Related Doc: package getclump

implicit final class FutureBridge[T] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FutureBridge
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FutureBridge(future: Future[T])

Value Members

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

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

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

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val future: Future[T]

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

    Definition Classes
    AnyVal → Any
  7. def isCompleted: Boolean

  8. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  9. def onComplete[U](f: (Try[T]) ⇒ U): com.twitter.util.Future[U]

  10. def recover[U >: T](pf: PartialFunction[Throwable, U]): com.twitter.util.Future[U]

  11. def recoverWith[U >: T](pf: PartialFunction[Throwable, Future[U]]): com.twitter.util.Future[U]

  12. def toString(): String

    Definition Classes
    Any
  13. def zip[U](that: Future[U]): com.twitter.util.Future[(T, U)]

Inherited from AnyVal

Inherited from Any

Ungrouped