Packages

package core

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CanCatch[F[*]] extends AnyRef
    Annotations
    @implicitNotFound()
  2. trait CanHandleError[F[*]] extends AnyRef

    Annotations
    @implicitNotFound()
    Since

    2020-08-17

  3. trait CanRecover[F[*]] extends AnyRef

    Annotations
    @implicitNotFound()
    Since

    2020-08-17

  4. trait CanRestart[F[*]] extends AnyRef

    Since

    2023-09-07

  5. trait ConsoleFx[F[*]] extends AnyRef
  6. trait FromFuture[F[*]] extends AnyRef

    Annotations
    @implicitNotFound()
    Since

    2020-09-22

  7. trait Fx[F[*]] extends FxCtor[F] with CanCatch[F] with CanHandleError[F] with CanRecover[F]

    Annotations
    @implicitNotFound()
    Since

    2021-11-03

  8. trait FxCtor[F[*]] extends AnyRef
    Annotations
    @implicitNotFound()
  9. trait ToFuture[F[*]] extends AnyRef

    Annotations
    @implicitNotFound()
    Since

    2020-09-23

  10. sealed trait YesNo extends AnyRef

Value Members

  1. object CanCatch
  2. object CanHandleError
  3. object CanRecover
  4. object CanRestart
  5. object ConsoleFx
  6. object FromFuture
  7. object Fx
  8. object FxCtor
  9. object ToFuture
  10. object YesNo

Ungrouped