Package

monix

execution

Permalink

package execution

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

Type Members

  1. final class CancelableFutureCatsInstances extends Monad[CancelableFuture] with StackSafeMonad[CancelableFuture] with CoflatMap[CancelableFuture] with MonadError[CancelableFuture, Throwable]

    Permalink

    Implementation of Cats type classes for the CancelableFuture data type.

Value Members

  1. object CancelableFutureCatsInstances extends Serializable

    Permalink
  2. implicit def cancelableFutureCatsInstances(implicit ec: ExecutionContext): CancelableFutureCatsInstances

    Permalink

    Returns the associated Cats type class instances for the CancelableFuture data type.

    Returns the associated Cats type class instances for the CancelableFuture data type.

    ec

    is the ExecutionContext needed in order to create the needed type class instances, since future transformations rely on an ExecutionContext passed explicitly (by means of an implicit parameter) on each operation

  3. implicit def contravariantCallback[E]: Contravariant[[β$0$]Callback[E, β$0$]]

    Permalink

    Contravariant type class instance of Callback for Cats.

Inherited from AnyRef

Inherited from Any

Ungrouped