com.gilt.gfc.guava.future.FutureConverters

MappingCheckedFuture

Related Doc: package FutureConverters

case class MappingCheckedFuture[T, X <: Exception](wrapped: ListenableFuture[T], exceptionMapper: (Exception) ⇒ X, tag: ClassTag[X]) extends AbstractCheckedFuture[T, X] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AbstractCheckedFuture[T, X], CheckedFuture[T, X], SimpleForwardingListenableFuture[T], ForwardingListenableFuture[T], ListenableFuture[T], ForwardingFuture[T], Future[T], ForwardingObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MappingCheckedFuture
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractCheckedFuture
  7. CheckedFuture
  8. SimpleForwardingListenableFuture
  9. ForwardingListenableFuture
  10. ListenableFuture
  11. ForwardingFuture
  12. Future
  13. ForwardingObject
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MappingCheckedFuture(wrapped: ListenableFuture[T], exceptionMapper: (Exception) ⇒ X, tag: ClassTag[X])

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 addListener(arg0: Runnable, arg1: Executor): Unit

    Definition Classes
    ForwardingListenableFuture → ListenableFuture
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def cancel(arg0: Boolean): Boolean

    Definition Classes
    ForwardingFuture → Future
  7. def checkedGet(timeout: Long, unit: TimeUnit): T

    Definition Classes
    MappingCheckedFuture → AbstractCheckedFuture → CheckedFuture
  8. def checkedGet(): T

    Definition Classes
    MappingCheckedFuture → AbstractCheckedFuture → CheckedFuture
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def delegate(): ListenableFuture[T]

    Attributes
    protected[com.google.common.util.concurrent]
    Definition Classes
    SimpleForwardingListenableFuture → ForwardingListenableFuture → ForwardingFuture → ForwardingObject
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. val exceptionMapper: (Exception) ⇒ X

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get(arg0: Long, arg1: TimeUnit): T

    Definition Classes
    ForwardingFuture → Future
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  15. def get(): T

    Definition Classes
    ForwardingFuture → Future
    Annotations
    @throws( ... ) @throws( ... )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def isCancelled(): Boolean

    Definition Classes
    ForwardingFuture → Future
  18. def isDone(): Boolean

    Definition Classes
    ForwardingFuture → Future
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def mapException(exc: Exception): X

    Definition Classes
    MappingCheckedFuture → AbstractCheckedFuture
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  25. val tag: ClassTag[X]

  26. def toString(): String

    Definition Classes
    ForwardingObject → AnyRef → Any
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. val wrapped: ListenableFuture[T]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractCheckedFuture[T, X]

Inherited from CheckedFuture[T, X]

Inherited from SimpleForwardingListenableFuture[T]

Inherited from ForwardingListenableFuture[T]

Inherited from ListenableFuture[T]

Inherited from ForwardingFuture[T]

Inherited from Future[T]

Inherited from ForwardingObject

Inherited from AnyRef

Inherited from Any

Ungrouped