Packages

package kernel

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

Package Members

  1. package testkit

Type Members

  1. type Concurrent[F[_]] = GenConcurrent[F, Throwable]
  2. type MonadCancelThrow[F[_]] = MonadCancel[F, Throwable]
  3. type ParallelF[F[_], A] = T[F, A]
  4. type Spawn[F[_]] = GenSpawn[F, Throwable]
  5. type Temporal[F[_]] = GenTemporal[F, Throwable]

Value Members

  1. val Concurrent: GenConcurrent.type
  2. val MonadCancelThrow: MonadCancel.type
  3. val ParallelF: kernel.Par.ParallelF.type
  4. val Spawn: GenSpawn.type
  5. val Temporal: GenTemporal.type

Inherited from AnyRef

Inherited from Any

Ungrouped