Package

orcus

async

Permalink

package async

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. async
  2. JCompletableFutureHandler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncHandler[F[_]] extends AnyRef

    Permalink
  2. type Callback[A] = ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit

    Permalink
  3. trait JCompletableFutureHandler extends AnyRef

    Permalink
  4. trait ScalaFutureAsyncHandlerInstances extends AnyRef

    Permalink

Value Members

  1. object AsyncHandler extends ScalaFutureAsyncHandlerInstances

    Permalink
  2. implicit def handleJavaCompletableFuture[F[_]](implicit F: AsyncHandler[F]): ~>[CompletableFuture, F]

    Permalink
    Definition Classes
    JCompletableFutureHandler

Inherited from JCompletableFutureHandler

Inherited from AnyRef

Inherited from Any

Ungrouped