com.sksamuel.scruffy.client

ExecutionContextExecutorServiceImpl

class ExecutionContextExecutorServiceImpl extends AbstractExecutorService with ExecutionContextExecutorService

Linear Supertypes
ExecutionContextExecutorService, ExecutionContextExecutor, ExecutionContext, AbstractExecutorService, ExecutorService, Executor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExecutionContextExecutorServiceImpl
  2. ExecutionContextExecutorService
  3. ExecutionContextExecutor
  4. ExecutionContext
  5. AbstractExecutorService
  6. ExecutorService
  7. Executor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExecutionContextExecutorServiceImpl(executionContext: ExecutionContext)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def awaitTermination(timeout: Long, unit: TimeUnit): Boolean

    Definition Classes
    ExecutionContextExecutorServiceImpl → ExecutorService
  6. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  9. def execute(command: Runnable): Unit

    Definition Classes
    ExecutionContextExecutorServiceImpl → ExecutionContext → Executor
  10. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  13. def invokeAll[T](arg0: Collection[_ <: Callable[T]], arg1: Long, arg2: TimeUnit): List[Future[T]]

    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... )
  14. def invokeAll[T](arg0: Collection[_ <: Callable[T]]): List[Future[T]]

    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... )
  15. def invokeAny[T](arg0: Collection[_ <: Callable[T]], arg1: Long, arg2: TimeUnit): T

    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  16. def invokeAny[T](arg0: Collection[_ <: Callable[T]]): T

    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... ) @throws( ... )
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def isShutdown(): Boolean

    Definition Classes
    ExecutionContextExecutorServiceImpl → ExecutorService
  19. def isTerminated(): Boolean

    Definition Classes
    ExecutionContextExecutorServiceImpl → ExecutorService
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def newTaskFor[T](arg0: Callable[T]): RunnableFuture[T]

    Attributes
    protected[java.util.concurrent]
    Definition Classes
    AbstractExecutorService
  22. def newTaskFor[T](arg0: Runnable, arg1: T): RunnableFuture[T]

    Attributes
    protected[java.util.concurrent]
    Definition Classes
    AbstractExecutorService
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def prepare(): ExecutionContext

    Definition Classes
    ExecutionContext
  26. def reportFailure(t: Throwable): Unit

    Definition Classes
    ExecutionContextExecutorServiceImpl → ExecutionContext
  27. def shutdown(): Unit

    Definition Classes
    ExecutionContextExecutorServiceImpl → ExecutorService
  28. def shutdownNow(): List[Runnable]

    Definition Classes
    ExecutionContextExecutorServiceImpl → ExecutorService
  29. def submit[T](arg0: Callable[T]): Future[T]

    Definition Classes
    AbstractExecutorService → ExecutorService
  30. def submit[T](arg0: Runnable, arg1: T): Future[T]

    Definition Classes
    AbstractExecutorService → ExecutorService
  31. def submit(arg0: Runnable): Future[_]

    Definition Classes
    AbstractExecutorService → ExecutorService
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExecutionContextExecutorService

Inherited from ExecutionContextExecutor

Inherited from ExecutionContext

Inherited from AbstractExecutorService

Inherited from ExecutorService

Inherited from Executor

Inherited from AnyRef

Inherited from Any

Ungrouped