Package

com.stratio.common.utils

concurrent

Permalink

package concurrent

Linear Supertypes
Dsl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. concurrent
  2. Dsl
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Cancellable[T] extends AnyRef

    Permalink

    A Cancellable is an object which is completed by the future running a code block or by a programmatic cancellation.

    A Cancellable is an object which is completed by the future running a code block or by a programmatic cancellation.

    T

    Type of a successful todo execution result.

  2. trait Dsl extends AnyRef

    Permalink

    Provides a higher layer of abstraction for using extended functionality at 'concurrent' package.

  3. implicit class FutureCompanion extends FutureFunctions

    Permalink
    Definition Classes
    Dsl
  4. class FutureFunctions extends AnyRef

    Permalink

    Add extra functionality for Future static functions

Value Members

  1. object Cancellable

    Permalink
  2. package akka

    Permalink

Inherited from Dsl

Inherited from AnyRef

Inherited from Any

Ungrouped