com.gilt.gfc.guava.future.FutureConverters

MappingCheckedFuture

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

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

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

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

    Definition Classes
    Any
  6. def addListener(arg0: Runnable, arg1: Executor): Unit

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

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

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

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

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

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

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

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

  15. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. 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