Class

com.gilt.gfc.guava.future.FutureConverters

MappingCheckedFuture

Related Doc: package FutureConverters

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

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

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

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

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

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

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

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

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

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

    Permalink
  13. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  26. def toString(): String

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

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

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

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

    Permalink

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