Packages

object CatsConversions

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

Type Members

  1. trait BIOCatsApplicative[F[+_, +_], E] extends Applicative[[β$13$]F[E, β$13$]] with BIOCatsFunctor[F, E]
  2. class BIOCatsAsync[F[+_, +_]] extends BIOCatsSync[F] with Async[[β$46$]F[Throwable, β$46$]] with BIOCatsTemporal[F]
  3. trait BIOCatsBifunctor[F[+_, +_]] extends Bifunctor[F] with S2
  4. trait BIOCatsClock[F[+_, +_], E] extends Clock[[β$25$]F[E, β$25$]]
  5. final class BIOCatsClockImpl[F[+_, +_], E] extends BIOCatsClock[F, E] with BIOCatsApplicative[F, E]
  6. trait BIOCatsConcurrent[F[+_, +_]] extends GenConcurrent[[β$40$]F[Throwable, β$40$], Throwable] with BIOCatsSpawn[F]
  7. final class BIOCatsConcurrentImpl[F[+_, +_]] extends BIOCatsMonadCancel[F] with BIOCatsConcurrent[F]
  8. trait BIOCatsFunctor[F[+_, +_], E] extends Functor[[β$12$]F[E, β$12$]] with S1 with S2 with S3 with S4 with S5 with S6 with S7 with S8 with S9 with S10 with S11 with S12
  9. class BIOCatsMonad[F[+_, +_], E] extends Monad[[β$14$]F[E, β$14$]] with BIOCatsApplicative[F, E]
  10. abstract class BIOCatsMonadCancel[F[+_, +_]] extends BIOCatsMonadError[F, Throwable] with MonadCancel[[β$16$]F[Throwable, β$16$], Throwable]
  11. final class BIOCatsMonadCancelImpl[F[+_, +_]] extends BIOCatsMonadCancel[F]
  12. class BIOCatsMonadError[F[+_, +_], E] extends BIOCatsMonad[F, E] with MonadError[[β$15$]F[E, β$15$], E]
  13. class BIOCatsParallel[F0[+_, +_]] extends Parallel[[β$27$]F0[Throwable, β$27$]]
  14. trait BIOCatsSpawn[F[+_, +_]] extends GenSpawn[[β$28$]F[Throwable, β$28$], Throwable]
  15. final class BIOCatsSpawnImpl[F[+_, +_]] extends BIOCatsMonadCancel[F] with BIOCatsSpawn[F]
  16. abstract class BIOCatsSync[F[+_, +_]] extends BIOCatsMonadCancel[F] with BIOCatsClock[F, Throwable] with Sync[[β$26$]F[Throwable, β$26$]]
  17. final class BIOCatsSyncImpl[F[+_, +_]] extends BIOCatsSync[F]
  18. trait BIOCatsTemporal[F[+_, +_]] extends GenTemporal[[β$45$]F[Throwable, β$45$], Throwable] with BIOCatsConcurrent[F]
  19. class BIOCatsTemporalImpl[F[+_, +_]] extends BIOCatsSync[F] with BIOCatsTemporal[F]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped