diff --git a/api/3.x/cats/effect/ExitCode$.html b/api/3.x/cats/effect/ExitCode$.html index 432139a924..423e66b4ba 100644 --- a/api/3.x/cats/effect/ExitCode$.html +++ b/api/3.x/cats/effect/ExitCode$.html @@ -1,5 +1,5 @@

Packages

object ExitCode extends Serializable

Source
ExitCode.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExitCode
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val Error: ExitCode
  5. val Success: ExitCode
  6. def apply(i: Int): ExitCode

    Creates an ExitCode.

    Creates an ExitCode. +var toRoot = '../../';

    Packages

    object ExitCode extends Serializable

    Source
    ExitCode.scala
    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ExitCode
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    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. val Error: ExitCode
    5. val Success: ExitCode
    6. def apply(i: Int): ExitCode

      Creates an ExitCode.

      Creates an ExitCode.

      i

      the value whose 8 least significant bits are used to construct an exit code within the valid range.

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

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/api/3.x/cats/effect/ExitCode.html b/api/3.x/cats/effect/ExitCode.html index 2c14200a23..4059d34c9d 100644 --- a/api/3.x/cats/effect/ExitCode.html +++ b/api/3.x/cats/effect/ExitCode.html @@ -1,3 +1,3 @@

    Packages

    sealed abstract case class ExitCode extends Product with Serializable

    Represents the exit code of an application.

    code is constrained to a range from 0 to 255, inclusive. -

    Source
    ExitCode.scala
    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ExitCode
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    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. val code: Int
    7. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    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. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementNames: Iterator[String]
      Definition Classes
      Product
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    17. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +

    Source
    ExitCode.scala
    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ExitCode
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    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. val code: Int
    7. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    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. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementNames: Iterator[String]
      Definition Classes
      Product
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    17. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

diff --git a/api/3.x/cats/effect/IO$$IOMonoid.html b/api/3.x/cats/effect/IO$$IOMonoid.html index cbd1b853a1..5c44c0ea0e 100644 --- a/api/3.x/cats/effect/IO$$IOMonoid.html +++ b/api/3.x/cats/effect/IO$$IOMonoid.html @@ -1,2 +1,2 @@

Packages

c

cats.effect.IO

IOMonoid

class IOMonoid[A] extends IOSemigroup[A] with Monoid[IO[A]]

Attributes
protected
Source
IO.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOMonoid
  2. Monoid
  3. IOSemigroup
  4. Semigroup
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IOMonoid()(implicit A: Monoid[A])

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. implicit val A: Monoid[A]
    Definition Classes
    IOMonoid → IOSemigroup
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def combine(left: IO[A], right: IO[A]): IO[A]
    Definition Classes
    IOSemigroup → Semigroup
  8. def combineAll(as: IterableOnce[IO[A]]): IO[A]
    Definition Classes
    Monoid
  9. def combineAllOption(as: IterableOnce[IO[A]]): Option[IO[A]]
    Definition Classes
    Monoid → Semigroup
  10. def combineN(a: IO[A], n: Int): IO[A]
    Definition Classes
    Monoid → Semigroup
  11. def empty: IO[A]
    Definition Classes
    IOMonoid → Monoid
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def intercalate(middle: IO[A]): kernel.Semigroup[IO[A]]
    Definition Classes
    Semigroup
  18. def isEmpty(a: IO[A])(implicit ev: kernel.Eq[IO[A]]): Boolean
    Definition Classes
    Monoid
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def repeatedCombineN(a: IO[A], n: Int): IO[A]
    Attributes
    protected[this]
    Definition Classes
    Semigroup
  24. def reverse: kernel.Monoid[IO[A]]
    Definition Classes
    Monoid → Semigroup
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from kernel.Monoid[IO[A]]

Inherited from IO.IOSemigroup[A]

Inherited from kernel.Semigroup[IO[A]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

c

cats.effect.IO

IOMonoid

class IOMonoid[A] extends IOSemigroup[A] with Monoid[IO[A]]

Attributes
protected
Source
IO.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOMonoid
  2. Monoid
  3. IOSemigroup
  4. Semigroup
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IOMonoid()(implicit A: Monoid[A])

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. implicit val A: Monoid[A]
    Definition Classes
    IOMonoid → IOSemigroup
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def combine(left: IO[A], right: IO[A]): IO[A]
    Definition Classes
    IOSemigroup → Semigroup
  8. def combineAll(as: IterableOnce[IO[A]]): IO[A]
    Definition Classes
    Monoid
  9. def combineAllOption(as: IterableOnce[IO[A]]): Option[IO[A]]
    Definition Classes
    Monoid → Semigroup
  10. def combineN(a: IO[A], n: Int): IO[A]
    Definition Classes
    Monoid → Semigroup
  11. def empty: IO[A]
    Definition Classes
    IOMonoid → Monoid
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def intercalate(middle: IO[A]): kernel.Semigroup[IO[A]]
    Definition Classes
    Semigroup
  18. def isEmpty(a: IO[A])(implicit ev: kernel.Eq[IO[A]]): Boolean
    Definition Classes
    Monoid
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def repeatedCombineN(a: IO[A], n: Int): IO[A]
    Attributes
    protected[this]
    Definition Classes
    Semigroup
  24. def reverse: kernel.Monoid[IO[A]]
    Definition Classes
    Monoid → Semigroup
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from kernel.Monoid[IO[A]]

Inherited from IO.IOSemigroup[A]

Inherited from kernel.Semigroup[IO[A]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/3.x/cats/effect/IO$$IOSemigroupK.html b/api/3.x/cats/effect/IO$$IOSemigroupK.html index db01701027..ae8292a50e 100644 --- a/api/3.x/cats/effect/IO$$IOSemigroupK.html +++ b/api/3.x/cats/effect/IO$$IOSemigroupK.html @@ -1,2 +1,2 @@

Packages

c

cats.effect.IO

IOSemigroupK

class IOSemigroupK extends SemigroupK[IO]

Attributes
protected
Source
IO.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOSemigroupK
  2. SemigroupK
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IOSemigroupK()

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. def algebra[A]: Semigroup[IO[A]]
    Definition Classes
    SemigroupK
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def combineAllOptionK[A](as: IterableOnce[IO[A]]): Option[IO[A]]
    Definition Classes
    SemigroupK
  8. final def combineK[A](a: IO[A], b: IO[A]): IO[A]
    Definition Classes
    IOSemigroupK → SemigroupK
  9. def combineKEval[A](x: IO[A], y: Eval[IO[A]]): Eval[IO[A]]
    Definition Classes
    SemigroupK
  10. def combineNK[A](a: IO[A], n: Int): IO[A]
    Definition Classes
    SemigroupK
  11. def compose[G[_]]: SemigroupK[[α]IO[G[α]]]
    Definition Classes
    SemigroupK
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def repeatedCombineNK[A](a: IO[A], n: Int): IO[A]
    Attributes
    protected[this]
    Definition Classes
    SemigroupK
  22. def reverse: SemigroupK[IO]
    Definition Classes
    SemigroupK
  23. def sum[A, B](fa: IO[A], fb: IO[B])(implicit F: Functor[IO]): IO[Either[A, B]]
    Definition Classes
    SemigroupK
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SemigroupK[IO]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped

+var toRoot = '../../';

Packages

c

cats.effect.IO

IOSemigroupK

class IOSemigroupK extends SemigroupK[IO]

Attributes
protected
Source
IO.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOSemigroupK
  2. SemigroupK
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IOSemigroupK()

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. def algebra[A]: Semigroup[IO[A]]
    Definition Classes
    SemigroupK
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def combineAllOptionK[A](as: IterableOnce[IO[A]]): Option[IO[A]]
    Definition Classes
    SemigroupK
  8. final def combineK[A](a: IO[A], b: IO[A]): IO[A]
    Definition Classes
    IOSemigroupK → SemigroupK
  9. def combineKEval[A](x: IO[A], y: Eval[IO[A]]): Eval[IO[A]]
    Definition Classes
    SemigroupK
  10. def combineNK[A](a: IO[A], n: Int): IO[A]
    Definition Classes
    SemigroupK
  11. def compose[G[_]]: SemigroupK[[α]IO[G[α]]]
    Definition Classes
    SemigroupK
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def repeatedCombineNK[A](a: IO[A], n: Int): IO[A]
    Attributes
    protected[this]
    Definition Classes
    SemigroupK
  22. def reverse: SemigroupK[IO]
    Definition Classes
    SemigroupK
  23. def sum[A, B](fa: IO[A], fb: IO[B])(implicit F: Functor[IO]): IO[Either[A, B]]
    Definition Classes
    SemigroupK
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SemigroupK[IO]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/api/3.x/cats/effect/IO$.html b/api/3.x/cats/effect/IO$.html index 93f2d7296b..ac358dc366 100644 --- a/api/3.x/cats/effect/IO$.html +++ b/api/3.x/cats/effect/IO$.html @@ -1,5 +1,5 @@

Packages

object IO extends IOCompanionPlatform with IOLowPriorityImplicits with Serializable

Source
IO.scala
Linear Supertypes
Serializable, IOLowPriorityImplicits, IOCompanionPlatform, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IO
  2. Serializable
  3. IOLowPriorityImplicits
  4. IOCompanionPlatform
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class IOMonoid[A] extends IOSemigroup[A] with Monoid[IO[A]]
    Attributes
    protected
  2. class IOSemigroup[A] extends Semigroup[IO[A]]
    Attributes
    protected
    Definition Classes
    IOLowPriorityImplicits
  3. class IOSemigroupK extends SemigroupK[IO]
    Attributes
    protected
  4. type Par[A] = T[IO, A]

    Newtype encoding for an IO datatype that has a cats.Applicative capable of doing +var toRoot = '../../';

    Packages

    object IO extends IOCompanionPlatform with IOLowPriorityImplicits with Serializable

    Source
    IO.scala
    Linear Supertypes
    Serializable, IOLowPriorityImplicits, IOCompanionPlatform, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IO
    2. Serializable
    3. IOLowPriorityImplicits
    4. IOCompanionPlatform
    5. AnyRef
    6. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Type Members

    1. class IOMonoid[A] extends IOSemigroup[A] with Monoid[IO[A]]
      Attributes
      protected
    2. class IOSemigroup[A] extends Semigroup[IO[A]]
      Attributes
      protected
      Definition Classes
      IOLowPriorityImplicits
    3. class IOSemigroupK extends SemigroupK[IO]
      Attributes
      protected
    4. type Par[A] = T[IO, A]

      Newtype encoding for an IO datatype that has a cats.Applicative capable of doing parallel processing in ap and map2, needed for implementing cats.Parallel.

      Newtype encoding for an IO datatype that has a cats.Applicative capable of doing parallel processing in ap and map2, needed for implementing cats.Parallel.

      For converting back and forth you can use either the Parallel[IO] instance or the methods cats.effect.kernel.Par.ParallelF.apply for wrapping any IO value and diff --git a/api/3.x/cats/effect/IO.html b/api/3.x/cats/effect/IO.html index a471458c68..3160c6ee50 100644 --- a/api/3.x/cats/effect/IO.html +++ b/api/3.x/cats/effect/IO.html @@ -23,7 +23,7 @@ fib(n - 1, b, b2) else IO.pure(a) - }

      Source
      IO.scala
      See also

      + }

      Source
      IO.scala
      See also

      IOApp for the preferred way of executing whole programs wrapped in IO

      Linear Supertypes
      IOPlatform[A], Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IO
    2. IOPlatform
    3. Serializable
    4. AnyRef
    5. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. def !>[B](that: IO[B]): IO[B]
    3. final def ##: Int
      Definition Classes
      AnyRef → Any
    4. def &>[B](that: IO[B]): IO[B]

      Runs this IO and the parameter in parallel.

      Runs this IO and the parameter in parallel.

      Failure in either of the IOs will cancel the other one. If the whole computation is canceled, both actions are also canceled.

    5. def *>[B](that: IO[B]): IO[B]

      Runs the current IO, then runs the parameter, keeping its result.

      Runs the current IO, then runs the parameter, keeping its result. The result of the first diff --git a/api/3.x/cats/effect/IOApp$$Simple.html b/api/3.x/cats/effect/IOApp$$Simple.html index 3a05ed6bec..0d99858b24 100644 --- a/api/3.x/cats/effect/IOApp$$Simple.html +++ b/api/3.x/cats/effect/IOApp$$Simple.html @@ -1,7 +1,7 @@

      Packages

      trait Simple extends IOApp

      A simplified version of IOApp for applications which ignore their process arguments and always produces ExitCode.Success (unless terminated exceptionally or interrupted). -

      Source
      IOApp.scala
      See also

      +

      Source
      IOApp.scala
      See also

      IOApp

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

      Abstract Value Members

      1. abstract def run: IO[Unit]

      Concrete 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. def MainThread: ExecutionContext

        Executes the provided actions on the JVM's main thread.

        Executes the provided actions on the JVM's main thread. Note that this is, by definition, a single-threaded executor, and should not be used for anything which requires a meaningful amount of performance. Additionally, and also by definition, this process conflicts with diff --git a/api/3.x/cats/effect/IOApp$.html b/api/3.x/cats/effect/IOApp$.html index 017e624c34..1e0a483f8c 100644 --- a/api/3.x/cats/effect/IOApp$.html +++ b/api/3.x/cats/effect/IOApp$.html @@ -1,5 +1,5 @@

        Packages

        object IOApp

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

        Type Members

        1. trait Simple extends IOApp

          A simplified version of IOApp for applications which ignore their process arguments and +var toRoot = '../../';

          Packages

          object IOApp

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

          Type Members

          1. trait Simple extends IOApp

            A simplified version of IOApp for applications which ignore their process arguments and always produces ExitCode.Success (unless terminated exceptionally or interrupted).

            A simplified version of IOApp for applications which ignore their process arguments and always produces ExitCode.Success (unless terminated exceptionally or interrupted).

            See also

            diff --git a/api/3.x/cats/effect/IOApp.html b/api/3.x/cats/effect/IOApp.html index fa5a231d72..d2ca851b8e 100644 --- a/api/3.x/cats/effect/IOApp.html +++ b/api/3.x/cats/effect/IOApp.html @@ -62,7 +62,7 @@ in steady-state operations. In such a performance profile, it is usually better to reduce the number of compute worker threads to "make room" for the I/O workers, such that they all sum to the number of physical threads exposed by the kernel. -

            Source
            IOApp.scala
            See also

            +

          Source
          IOApp.scala
          See also

          IO

          run

          ResourceApp

          diff --git a/api/3.x/cats/effect/IOLocal$.html b/api/3.x/cats/effect/IOLocal$.html index a7754cd42a..0f828b7730 100644 --- a/api/3.x/cats/effect/IOLocal$.html +++ b/api/3.x/cats/effect/IOLocal$.html @@ -1,5 +1,5 @@

          Packages

          object IOLocal

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

          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. def apply[A](default: A): IO[IOLocal[A]]

            Creates a new instance of IOLocal with the given default value.

            Creates a new instance of IOLocal with the given default value.

            The creation is effectful, because IOLocal models mutable state, and allocating mutable +var toRoot = '../../';

            Packages

            object IOLocal

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

            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. def apply[A](default: A): IO[IOLocal[A]]

              Creates a new instance of IOLocal with the given default value.

              Creates a new instance of IOLocal with the given default value.

              The creation is effectful, because IOLocal models mutable state, and allocating mutable state is not pure.

              A

              the type of the local value

              default

              diff --git a/api/3.x/cats/effect/IOLocal.html b/api/3.x/cats/effect/IOLocal.html index 0c887b32d4..44c34d6db3 100644 --- a/api/3.x/cats/effect/IOLocal.html +++ b/api/3.x/cats/effect/IOLocal.html @@ -74,7 +74,7 @@ // fiber B: 43 // fiber C: 44 // fiber A: 41

              A

              - the type of the local value

              Self Type
              IOLocal[A]
              Source
              IOLocal.scala
              Linear Supertypes
            Ordering
            1. Alphabetic
            2. By Inheritance
            Inherited
            1. IOLocal
            2. AnyRef
            3. Any
            1. Hide All
            2. Show All
            Visibility
            1. Public
            2. Protected

            Abstract Value Members

            1. abstract def get: IO[A]

              Returns the current value.

            2. abstract def getAndReset: IO[A]

              Replaces the current value with the initial value, returning the previous value.

              Replaces the current value with the initial value, returning the previous value.

              The combination of get and reset. + the type of the local value

          Self Type
          IOLocal[A]
          Source
          IOLocal.scala
          Linear Supertypes
          Ordering
          1. Alphabetic
          2. By Inheritance
          Inherited
          1. IOLocal
          2. AnyRef
          3. Any
          1. Hide All
          2. Show All
          Visibility
          1. Public
          2. Protected

          Abstract Value Members

          1. abstract def get: IO[A]

            Returns the current value.

          2. abstract def getAndReset: IO[A]

            Replaces the current value with the initial value, returning the previous value.

            Replaces the current value with the initial value, returning the previous value.

            The combination of get and reset.

            See also

            get

            reset

          3. abstract def getAndSet(value: A): IO[A]

            Replaces the current value with value, returning the previous value.

            Replaces the current value with value, returning the previous value.

            The combination of get and set. diff --git a/api/3.x/cats/effect/LiftIO$.html b/api/3.x/cats/effect/LiftIO$.html index 619d36e548..e3349ee3b0 100644 --- a/api/3.x/cats/effect/LiftIO$.html +++ b/api/3.x/cats/effect/LiftIO$.html @@ -1,5 +1,5 @@

            Packages

            object LiftIO

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

            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. def apply[F[_]](implicit F: LiftIO[F]): F.type
            5. final def asInstanceOf[T0]: T0
              Definition Classes
              Any
            6. implicit def catsContTLiftIO[F[_], R](implicit F: LiftIO[F], FF: FlatMap[F]): LiftIO[[γ$14$]ContT[F, R, γ$14$]]

              LiftIO instance built for cats.data.ContT values initialized with any F data type +var toRoot = '../../';

              Packages

              object LiftIO

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

              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. def apply[F[_]](implicit F: LiftIO[F]): F.type
              5. final def asInstanceOf[T0]: T0
                Definition Classes
                Any
              6. implicit def catsContTLiftIO[F[_], R](implicit F: LiftIO[F], FF: FlatMap[F]): LiftIO[[γ$14$]ContT[F, R, γ$14$]]

                LiftIO instance built for cats.data.ContT values initialized with any F data type that also implements LiftIO.

              7. implicit def catsEffectLiftIOForResource[F[_]](implicit F00: LiftIO[F], F10: Applicative[F]): LiftIO[[β$16$]kernel.Resource[F, β$16$]]

                LiftIO instance for Resource values.

              8. implicit def catsEitherTLiftIO[F[_], L](implicit F: LiftIO[F], FF: Functor[F]): LiftIO[[γ$0$]EitherT[F, L, γ$0$]]

                LiftIO instance built for cats.data.EitherT values initialized with any F data type that also implements LiftIO.

              9. implicit def catsIorTLiftIO[F[_], L](implicit F: LiftIO[F], FA: Applicative[F]): LiftIO[[γ$10$]IorT[F, L, γ$10$]]

                LiftIO instance built for cats.data.IorT values initialized with any F data type that also implements LiftIO.

              10. implicit def catsKleisliLiftIO[F[_], R](implicit F: LiftIO[F]): LiftIO[[γ$2$]Kleisli[F, R, γ$2$]]

                LiftIO instance built for cats.data.Kleisli values initialized with any F data type diff --git a/api/3.x/cats/effect/LiftIO.html b/api/3.x/cats/effect/LiftIO.html index 3916e04084..31b0d0ecd5 100644 --- a/api/3.x/cats/effect/LiftIO.html +++ b/api/3.x/cats/effect/LiftIO.html @@ -1,2 +1,2 @@

                Packages

                trait LiftIO[F[_]] extends AnyRef

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

                Abstract Value Members

                1. abstract def liftIO[A](ioa: IO[A]): F[A]

                Concrete 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

                +var toRoot = '../../';

                Packages

                trait LiftIO[F[_]] extends AnyRef

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

                Abstract Value Members

                1. abstract def liftIO[A](ioa: IO[A]): F[A]

                Concrete 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

                diff --git a/api/3.x/cats/effect/ResourceApp$$Forever.html b/api/3.x/cats/effect/ResourceApp$$Forever.html index 0e352ec42c..86c0068349 100644 --- a/api/3.x/cats/effect/ResourceApp$$Forever.html +++ b/api/3.x/cats/effect/ResourceApp$$Forever.html @@ -3,7 +3,7 @@ all finalizers will be run and the application will shut down upon completion. This is an extremely common pattern in practical Cats Effect applications and is particularly applicable to network servers. -

              Self Type
              Forever
              Source
              ResourceApp.scala
              See also

              +

              Self Type
              Forever
              Source
              ResourceApp.scala
              See also

              cats.effect.kernel.Resource!.useForever

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

              Abstract Value Members

              1. abstract def run(args: List[String]): Resource[IO, Unit]

                Identical to ResourceApp.run except that it delegates to cats.effect.kernel.Resource!.useForever instead of cats.effect.kernel.Resource!.use.

                Identical to ResourceApp.run except that it delegates to diff --git a/api/3.x/cats/effect/ResourceApp$$Simple.html b/api/3.x/cats/effect/ResourceApp$$Simple.html index d2e7980b10..9f14f6cbc2 100644 --- a/api/3.x/cats/effect/ResourceApp$$Simple.html +++ b/api/3.x/cats/effect/ResourceApp$$Simple.html @@ -1,7 +1,7 @@

                Packages

                trait Simple extends ResourceApp

                A ResourceApp which takes no process arguments and always produces ExitCode.Success except when an exception is raised. -

                Source
                ResourceApp.scala
                See also

                +

                Source
                ResourceApp.scala
                See also

                IOApp.Simple

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

                Abstract Value Members

                1. abstract def run: Resource[IO, Unit]

                Concrete 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 main(args: Array[String]): Unit
                  Definition Classes
                  ResourceApp
                13. final def ne(arg0: AnyRef): Boolean
                  Definition Classes
                  AnyRef
                14. final def notify(): Unit
                  Definition Classes
                  AnyRef
                  Annotations
                  @native()
                15. final def notifyAll(): Unit
                  Definition Classes
                  AnyRef
                  Annotations
                  @native()
                16. final def run(args: List[String]): Resource[IO, ExitCode]

                  Definition Classes
                  SimpleResourceApp
                  See also

                  IOApp.run

                17. final def synchronized[T0](arg0: => T0): T0
                  Definition Classes
                  AnyRef
                18. def toString(): String
                  Definition Classes
                  AnyRef → Any
                19. final def wait(): Unit
                  Definition Classes
                  AnyRef
                  Annotations
                  @throws(classOf[java.lang.InterruptedException])
                20. final def wait(arg0: Long, arg1: Int): Unit
                  Definition Classes
                  AnyRef
                  Annotations
                  @throws(classOf[java.lang.InterruptedException])
                21. final def wait(arg0: Long): Unit
                  Definition Classes
                  AnyRef
                  Annotations
                  @throws(classOf[java.lang.InterruptedException]) @native()

                Inherited from ResourceApp

                Inherited from AnyRef

                Inherited from Any

                Ungrouped

                diff --git a/api/3.x/cats/effect/ResourceApp$.html b/api/3.x/cats/effect/ResourceApp$.html index c94b6afe3e..7a48cd44bb 100644 --- a/api/3.x/cats/effect/ResourceApp$.html +++ b/api/3.x/cats/effect/ResourceApp$.html @@ -1,5 +1,5 @@

                Packages

                object ResourceApp

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

                Type Members

                1. trait Forever extends AnyRef

                  A ResourceApp which runs until externally interrupted (with SIGINT), at which point +var toRoot = '../../';

                  Packages

                  object ResourceApp

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

                  Type Members

                  1. trait Forever extends AnyRef

                    A ResourceApp which runs until externally interrupted (with SIGINT), at which point all finalizers will be run and the application will shut down upon completion.

                    A ResourceApp which runs until externally interrupted (with SIGINT), at which point all finalizers will be run and the application will shut down upon completion. This is an extremely common pattern in practical Cats Effect applications and is particularly diff --git a/api/3.x/cats/effect/ResourceApp.html b/api/3.x/cats/effect/ResourceApp.html index 764f87edd5..aeac071430 100644 --- a/api/3.x/cats/effect/ResourceApp.html +++ b/api/3.x/cats/effect/ResourceApp.html @@ -27,7 +27,7 @@ _ <- HttpServer[IO](config.host, config.port, endpoints) } yield () }

                    These two programs are equivalent. -

                    Self Type
                    ResourceApp
                    Source
                    ResourceApp.scala
                    See also

                    +

                    Self Type
                    ResourceApp
                    Source
                    ResourceApp.scala
                    See also

                    run

                    ResourceApp.Simple

                    ResourceApp.Forever

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

                  Abstract Value Members

                  1. abstract def run(args: List[String]): Resource[IO, ExitCode]

                    See also

                    diff --git a/api/3.x/cats/effect/SyncIO$.html b/api/3.x/cats/effect/SyncIO$.html index 64e33e8ec7..1a9bcb5677 100644 --- a/api/3.x/cats/effect/SyncIO$.html +++ b/api/3.x/cats/effect/SyncIO$.html @@ -1,5 +1,5 @@

                    Packages

                    object SyncIO extends SyncIOCompanionPlatform with SyncIOLowPriorityImplicits with Serializable

                    Source
                    SyncIO.scala
                    Linear Supertypes
                    Serializable, SyncIOLowPriorityImplicits, SyncIOCompanionPlatform, AnyRef, Any
                    Ordering
                    1. Alphabetic
                    2. By Inheritance
                    Inherited
                    1. SyncIO
                    2. Serializable
                    3. SyncIOLowPriorityImplicits
                    4. SyncIOCompanionPlatform
                    5. AnyRef
                    6. Any
                    1. Hide All
                    2. Show All
                    Visibility
                    1. Public
                    2. Protected

                    Type Members

                    1. class SyncIOSemigroup[A] extends kernel.Semigroup[SyncIO[A]]
                      Attributes
                      protected
                      Definition Classes
                      SyncIOLowPriorityImplicits

                    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. implicit def alignForSyncIO: Align[SyncIO]
                    5. def apply[A](thunk: => A): SyncIO[A]

                      Suspends a synchronous side effect in SyncIO.

                      Suspends a synchronous side effect in SyncIO.

                      Any exceptions thrown by the effect will be caught and sequenced into the SyncIO. +var toRoot = '../../';

                      Packages

                      object SyncIO extends SyncIOCompanionPlatform with SyncIOLowPriorityImplicits with Serializable

                      Source
                      SyncIO.scala
                      Linear Supertypes
                      Serializable, SyncIOLowPriorityImplicits, SyncIOCompanionPlatform, AnyRef, Any
                      Ordering
                      1. Alphabetic
                      2. By Inheritance
                      Inherited
                      1. SyncIO
                      2. Serializable
                      3. SyncIOLowPriorityImplicits
                      4. SyncIOCompanionPlatform
                      5. AnyRef
                      6. Any
                      1. Hide All
                      2. Show All
                      Visibility
                      1. Public
                      2. Protected

                      Type Members

                      1. class SyncIOSemigroup[A] extends kernel.Semigroup[SyncIO[A]]
                        Attributes
                        protected
                        Definition Classes
                        SyncIOLowPriorityImplicits

                      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. implicit def alignForSyncIO: Align[SyncIO]
                      5. def apply[A](thunk: => A): SyncIO[A]

                        Suspends a synchronous side effect in SyncIO.

                        Suspends a synchronous side effect in SyncIO.

                        Any exceptions thrown by the effect will be caught and sequenced into the SyncIO.

                        thunk

                        side effectful expression to be suspended in SyncIO

                        returns

                        a SyncIO that will be evaluated to the side effectful expression thunk

                      6. final def asInstanceOf[T0]: T0
                        Definition Classes
                        Any
                      7. def clone(): AnyRef
                        Attributes
                        protected[lang]
                        Definition Classes
                        AnyRef
                        Annotations
                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                      8. def defer[A](thunk: => SyncIO[A]): SyncIO[A]

                        Suspends a synchronous side effect which produces a SyncIO in SyncIO.

                        Suspends a synchronous side effect which produces a SyncIO in SyncIO.

                        This is useful for trampolining (i.e. when the side effect is conceptually the allocation diff --git a/api/3.x/cats/effect/SyncIO.html b/api/3.x/cats/effect/SyncIO.html index 5599bf7037..d8d817e9d0 100644 --- a/api/3.x/cats/effect/SyncIO.html +++ b/api/3.x/cats/effect/SyncIO.html @@ -5,7 +5,7 @@ This is unlike IO#unsafeRunSync, which cannot be safely called in general -- doing so on the JVM blocks the calling thread while the async part of the computation is run and doing so on Scala.js is not supported. -

                        Source
                        SyncIO.scala
                        Linear Supertypes
                        Ordering
                        1. Alphabetic
                        2. By Inheritance
                        Inherited
                        1. SyncIO
                        2. Serializable
                        3. AnyRef
                        4. Any
                        1. Hide All
                        2. Show All
                        Visibility
                        1. Public
                        2. Protected

                        Value Members

                        1. final def !=(arg0: Any): Boolean
                          Definition Classes
                          AnyRef → Any
                        2. final def ##: Int
                          Definition Classes
                          AnyRef → Any
                        3. def *>[B](that: SyncIO[B]): SyncIO[B]

                          Alias for productR.

                          Alias for productR. +

                          Source
                          SyncIO.scala
                          Linear Supertypes
                          Ordering
                          1. Alphabetic
                          2. By Inheritance
                          Inherited
                          1. SyncIO
                          2. Serializable
                          3. AnyRef
                          4. Any
                          1. Hide All
                          2. Show All
                          Visibility
                          1. Public
                          2. Protected

                          Value Members

                          1. final def !=(arg0: Any): Boolean
                            Definition Classes
                            AnyRef → Any
                          2. final def ##: Int
                            Definition Classes
                            AnyRef → Any
                          3. def *>[B](that: SyncIO[B]): SyncIO[B]

                            Alias for productR.

                            Alias for productR.

                            See also

                            SyncIO#productR

                          4. def <*[B](that: SyncIO[B]): SyncIO[A]

                            Alias for productL.

                            Alias for productL.

                            See also

                            diff --git a/api/3.x/cats/effect/Trace.html b/api/3.x/cats/effect/Trace.html index 8ace8a09bd..ca8d1a9038 100644 --- a/api/3.x/cats/effect/Trace.html +++ b/api/3.x/cats/effect/Trace.html @@ -1,2 +1,2 @@

                            Packages

                            final class Trace extends AnyRef

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

                            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. def compact: String
                            7. final def eq(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef
                            8. def equals(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef → Any
                            9. def finalize(): Unit
                              Attributes
                              protected[lang]
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.Throwable])
                            10. final def getClass(): Class[_ <: AnyRef]
                              Definition Classes
                              AnyRef → Any
                              Annotations
                              @native()
                            11. def hashCode(): Int
                              Definition Classes
                              AnyRef → Any
                              Annotations
                              @native()
                            12. final def isInstanceOf[T0]: Boolean
                              Definition Classes
                              Any
                            13. final def ne(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef
                            14. final def notify(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @native()
                            15. final def notifyAll(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @native()
                            16. def pretty: String
                            17. final def synchronized[T0](arg0: => T0): T0
                              Definition Classes
                              AnyRef
                            18. def toList: List[StackTraceElement]
                            19. def toString(): String
                              Definition Classes
                              Trace → AnyRef → Any
                            20. final def wait(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException])
                            21. final def wait(arg0: Long, arg1: Int): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException])
                            22. final def wait(arg0: Long): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException]) @native()

                            Inherited from AnyRef

                            Inherited from Any

                            Ungrouped

                            +var toRoot = '../../';

                            Packages

                            final class Trace extends AnyRef

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

                            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. def compact: String
                            7. final def eq(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef
                            8. def equals(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef → Any
                            9. def finalize(): Unit
                              Attributes
                              protected[lang]
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.Throwable])
                            10. final def getClass(): Class[_ <: AnyRef]
                              Definition Classes
                              AnyRef → Any
                              Annotations
                              @native()
                            11. def hashCode(): Int
                              Definition Classes
                              AnyRef → Any
                              Annotations
                              @native()
                            12. final def isInstanceOf[T0]: Boolean
                              Definition Classes
                              Any
                            13. final def ne(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef
                            14. final def notify(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @native()
                            15. final def notifyAll(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @native()
                            16. def pretty: String
                            17. final def synchronized[T0](arg0: => T0): T0
                              Definition Classes
                              AnyRef
                            18. def toList: List[StackTraceElement]
                            19. def toString(): String
                              Definition Classes
                              Trace → AnyRef → Any
                            20. final def wait(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException])
                            21. final def wait(arg0: Long, arg1: Int): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException])
                            22. final def wait(arg0: Long): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException]) @native()

                            Inherited from AnyRef

                            Inherited from Any

                            Ungrouped

                            diff --git a/api/3.x/cats/effect/implicits$.html b/api/3.x/cats/effect/implicits$.html index d0632fb517..4b15ad2109 100644 --- a/api/3.x/cats/effect/implicits$.html +++ b/api/3.x/cats/effect/implicits$.html @@ -1,2 +1,2 @@

                            Packages

                            o

                            cats.effect

                            implicits

                            object implicits extends AllSyntax with AllInstances

                            Ordering
                            1. Alphabetic
                            2. By Inheritance
                            Inherited
                            1. implicits
                            2. AllInstances
                            3. GenSpawnInstances
                            4. AllSyntax
                            5. DispatcherSyntax
                            6. AllSyntax
                            7. SupervisorSyntax
                            8. BackpressureSyntax
                            9. AllSyntax
                            10. ClockSyntax
                            11. ResourceSyntax
                            12. AsyncSyntax
                            13. GenConcurrentSyntax
                            14. GenTemporalSyntax
                            15. GenSpawnSyntax
                            16. MonadCancelSyntax
                            17. AnyRef
                            18. Any
                            1. Hide All
                            2. Show All
                            Visibility
                            1. Public
                            2. Protected

                            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. implicit def alignForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                              Definition Classes
                              GenSpawnInstances
                            5. final def asInstanceOf[T0]: T0
                              Definition Classes
                              Any
                            6. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                              Definition Classes
                              AsyncSyntax
                            7. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                              Definition Classes
                              BackpressureSyntax
                            8. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                              Definition Classes
                              ClockSyntax
                            9. def clone(): AnyRef
                              Attributes
                              protected[lang]
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                            10. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                              Definition Classes
                              GenSpawnInstances
                            11. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                              Definition Classes
                              GenConcurrentSyntax
                            12. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                              Definition Classes
                              GenConcurrentSyntax
                            13. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                              Definition Classes
                              ResourceSyntax
                            14. final def eq(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef
                            15. def equals(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef → Any
                            16. def finalize(): Unit
                              Attributes
                              protected[lang]
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.Throwable])
                            17. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                              Definition Classes
                              GenConcurrentSyntax
                            18. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenSpawn[F, E]): GenSpawnOps[F, A, E]
                              Definition Classes
                              GenSpawnSyntax
                            19. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                              Definition Classes
                              GenSpawnSyntax
                            20. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenTemporal[F, E]): GenTemporalOps[F, A, E]
                              Definition Classes
                              GenTemporalSyntax
                            21. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                              Definition Classes
                              GenTemporalSyntax
                            22. final def getClass(): Class[_ <: AnyRef]
                              Definition Classes
                              AnyRef → Any
                              Annotations
                              @native()
                            23. def hashCode(): Int
                              Definition Classes
                              AnyRef → Any
                              Annotations
                              @native()
                            24. final def isInstanceOf[T0]: Boolean
                              Definition Classes
                              Any
                            25. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.MonadCancel[F, E]): MonadCancelOps[F, A, E]
                              Definition Classes
                              MonadCancelSyntax
                            26. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                              Definition Classes
                              MonadCancelSyntax
                            27. final def ne(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef
                            28. final def notify(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @native()
                            29. final def notifyAll(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @native()
                            30. implicit def parallelForGenSpawn[M[_], E](implicit M: kernel.GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                              Definition Classes
                              GenSpawnInstances
                            31. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                              Definition Classes
                              SupervisorSyntax
                            32. final def synchronized[T0](arg0: => T0): T0
                              Definition Classes
                              AnyRef
                            33. def toString(): String
                              Definition Classes
                              AnyRef → Any
                            34. final def wait(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException])
                            35. final def wait(arg0: Long, arg1: Int): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException])
                            36. final def wait(arg0: Long): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException]) @native()

                            Inherited from AllInstances

                            Inherited from GenSpawnInstances

                            Inherited from AllSyntax

                            Inherited from DispatcherSyntax

                            Inherited from AllSyntax

                            Inherited from SupervisorSyntax

                            Inherited from BackpressureSyntax

                            Inherited from AllSyntax

                            Inherited from ClockSyntax

                            Inherited from ResourceSyntax

                            Inherited from AsyncSyntax

                            Inherited from GenConcurrentSyntax

                            Inherited from GenTemporalSyntax

                            Inherited from GenSpawnSyntax

                            Inherited from MonadCancelSyntax

                            Inherited from AnyRef

                            Inherited from Any

                            Ungrouped

                            +var toRoot = '../../';

                            Packages

                            o

                            cats.effect

                            implicits

                            object implicits extends AllSyntax with AllInstances

                            Ordering
                            1. Alphabetic
                            2. By Inheritance
                            Inherited
                            1. implicits
                            2. AllInstances
                            3. GenSpawnInstances
                            4. AllSyntax
                            5. DispatcherSyntax
                            6. AllSyntax
                            7. SupervisorSyntax
                            8. BackpressureSyntax
                            9. AllSyntax
                            10. ClockSyntax
                            11. ResourceSyntax
                            12. AsyncSyntax
                            13. GenConcurrentSyntax
                            14. GenTemporalSyntax
                            15. GenSpawnSyntax
                            16. MonadCancelSyntax
                            17. AnyRef
                            18. Any
                            1. Hide All
                            2. Show All
                            Visibility
                            1. Public
                            2. Protected

                            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. implicit def alignForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                              Definition Classes
                              GenSpawnInstances
                            5. final def asInstanceOf[T0]: T0
                              Definition Classes
                              Any
                            6. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                              Definition Classes
                              AsyncSyntax
                            7. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                              Definition Classes
                              BackpressureSyntax
                            8. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                              Definition Classes
                              ClockSyntax
                            9. def clone(): AnyRef
                              Attributes
                              protected[lang]
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                            10. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                              Definition Classes
                              GenSpawnInstances
                            11. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                              Definition Classes
                              GenConcurrentSyntax
                            12. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                              Definition Classes
                              GenConcurrentSyntax
                            13. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                              Definition Classes
                              ResourceSyntax
                            14. final def eq(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef
                            15. def equals(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef → Any
                            16. def finalize(): Unit
                              Attributes
                              protected[lang]
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.Throwable])
                            17. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                              Definition Classes
                              GenConcurrentSyntax
                            18. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenSpawn[F, E]): GenSpawnOps[F, A, E]
                              Definition Classes
                              GenSpawnSyntax
                            19. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                              Definition Classes
                              GenSpawnSyntax
                            20. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenTemporal[F, E]): GenTemporalOps[F, A, E]
                              Definition Classes
                              GenTemporalSyntax
                            21. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                              Definition Classes
                              GenTemporalSyntax
                            22. final def getClass(): Class[_ <: AnyRef]
                              Definition Classes
                              AnyRef → Any
                              Annotations
                              @native()
                            23. def hashCode(): Int
                              Definition Classes
                              AnyRef → Any
                              Annotations
                              @native()
                            24. final def isInstanceOf[T0]: Boolean
                              Definition Classes
                              Any
                            25. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.MonadCancel[F, E]): MonadCancelOps[F, A, E]
                              Definition Classes
                              MonadCancelSyntax
                            26. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                              Definition Classes
                              MonadCancelSyntax
                            27. final def ne(arg0: AnyRef): Boolean
                              Definition Classes
                              AnyRef
                            28. final def notify(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @native()
                            29. final def notifyAll(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @native()
                            30. implicit def parallelForGenSpawn[M[_], E](implicit M: kernel.GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                              Definition Classes
                              GenSpawnInstances
                            31. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                              Definition Classes
                              SupervisorSyntax
                            32. final def synchronized[T0](arg0: => T0): T0
                              Definition Classes
                              AnyRef
                            33. def toString(): String
                              Definition Classes
                              AnyRef → Any
                            34. final def wait(): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException])
                            35. final def wait(arg0: Long, arg1: Int): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException])
                            36. final def wait(arg0: Long): Unit
                              Definition Classes
                              AnyRef
                              Annotations
                              @throws(classOf[java.lang.InterruptedException]) @native()

                            Inherited from AllInstances

                            Inherited from GenSpawnInstances

                            Inherited from AllSyntax

                            Inherited from DispatcherSyntax

                            Inherited from AllSyntax

                            Inherited from SupervisorSyntax

                            Inherited from BackpressureSyntax

                            Inherited from AllSyntax

                            Inherited from ClockSyntax

                            Inherited from ResourceSyntax

                            Inherited from AsyncSyntax

                            Inherited from GenConcurrentSyntax

                            Inherited from GenTemporalSyntax

                            Inherited from GenSpawnSyntax

                            Inherited from MonadCancelSyntax

                            Inherited from AnyRef

                            Inherited from Any

                            Ungrouped

                            diff --git a/api/3.x/cats/effect/index.html b/api/3.x/cats/effect/index.html index 922a7ff7ce..52dde9f90a 100644 --- a/api/3.x/cats/effect/index.html +++ b/api/3.x/cats/effect/index.html @@ -1,5 +1,5 @@

                            Packages

                            p

                            cats

                            effect

                            package effect

                            Source
                            package.scala
                            Linear Supertypes
                            Ordering
                            1. Alphabetic
                            2. By Inheritance
                            Inherited
                            1. effect
                            2. AnyRef
                            3. Any
                            1. Hide All
                            2. Show All
                            Visibility
                            1. Public
                            2. Protected

                            Package Members

                            1. package instances
                            2. package kernel
                            3. package laws
                            4. package metrics
                            5. package std
                            6. package syntax
                            7. package testkit
                            8. package tracing
                            9. package unsafe

                            Type Members

                            1. type Async[F[_]] = effect.kernel.Async[F]
                            2. type Clock[F[_]] = effect.kernel.Clock[F]
                            3. type Concurrent[F[_]] = effect.kernel.GenConcurrent[F, Throwable]
                            4. type Cont[F[_], K, R] = effect.kernel.Cont[F, K, R]
                            5. type Deferred[F[_], A] = effect.kernel.Deferred[F, A]
                            6. sealed abstract case class ExitCode extends Product with Serializable

                              Represents the exit code of an application.

                              Represents the exit code of an application.

                              code is constrained to a range from 0 to 255, inclusive. +var toRoot = '../../';

                              Packages

                              p

                              cats

                              effect

                              package effect

                              Source
                              package.scala
                              Linear Supertypes
                              Ordering
                              1. Alphabetic
                              2. By Inheritance
                              Inherited
                              1. effect
                              2. AnyRef
                              3. Any
                              1. Hide All
                              2. Show All
                              Visibility
                              1. Public
                              2. Protected

                              Package Members

                              1. package instances
                              2. package kernel
                              3. package laws
                              4. package metrics
                              5. package std
                              6. package syntax
                              7. package testkit
                              8. package tracing
                              9. package unsafe

                              Type Members

                              1. type Async[F[_]] = effect.kernel.Async[F]
                              2. type Clock[F[_]] = effect.kernel.Clock[F]
                              3. type Concurrent[F[_]] = effect.kernel.GenConcurrent[F, Throwable]
                              4. type Cont[F[_], K, R] = effect.kernel.Cont[F, K, R]
                              5. type Deferred[F[_], A] = effect.kernel.Deferred[F, A]
                              6. sealed abstract case class ExitCode extends Product with Serializable

                                Represents the exit code of an application.

                                Represents the exit code of an application.

                                code is constrained to a range from 0 to 255, inclusive.

                              7. type Fiber[F[_], E, A] = effect.kernel.Fiber[F, E, A]
                              8. type FiberIO[A] = effect.kernel.Fiber[IO, Throwable, A]
                              9. type GenConcurrent[F[_], E] = effect.kernel.GenConcurrent[F, E]
                              10. type GenSpawn[F[_], E] = effect.kernel.GenSpawn[F, E]
                              11. type GenTemporal[F[_], E] = effect.kernel.GenTemporal[F, E]
                              12. sealed abstract class IO[+A] extends IOPlatform[A]

                                A pure abstraction representing the intention to perform a side effect, where the result of that side effect may be obtained synchronously (via return) or asynchronously (via callback).

                                A pure abstraction representing the intention to perform a side effect, where the result of that side effect may be obtained synchronously (via return) or asynchronously (via callback).

                                IO values are pure, immutable values and thus preserve referential transparency, being diff --git a/api/3.x/cats/effect/instances/AllInstances.html b/api/3.x/cats/effect/instances/AllInstances.html index 01b143c75b..750cd386b2 100644 --- a/api/3.x/cats/effect/instances/AllInstances.html +++ b/api/3.x/cats/effect/instances/AllInstances.html @@ -1,2 +1,2 @@

                                Packages

                                t

                                cats.effect.instances

                                AllInstances

                                trait AllInstances extends GenSpawnInstances

                                Source
                                AllInstances.scala
                                Linear Supertypes
                                Known Subclasses
                                Ordering
                                1. Alphabetic
                                2. By Inheritance
                                Inherited
                                1. AllInstances
                                2. GenSpawnInstances
                                3. AnyRef
                                4. Any
                                1. Hide All
                                2. Show All
                                Visibility
                                1. Public
                                2. Protected

                                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. implicit def alignForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                  Definition Classes
                                  GenSpawnInstances
                                5. final def asInstanceOf[T0]: T0
                                  Definition Classes
                                  Any
                                6. def clone(): AnyRef
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                  Definition Classes
                                  GenSpawnInstances
                                8. final def eq(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                9. def equals(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef → Any
                                10. def finalize(): Unit
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.Throwable])
                                11. final def getClass(): Class[_ <: AnyRef]
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                12. def hashCode(): Int
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                13. final def isInstanceOf[T0]: Boolean
                                  Definition Classes
                                  Any
                                14. final def ne(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                15. final def notify(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                16. final def notifyAll(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                17. implicit def parallelForGenSpawn[M[_], E](implicit M: kernel.GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                  Definition Classes
                                  GenSpawnInstances
                                18. final def synchronized[T0](arg0: => T0): T0
                                  Definition Classes
                                  AnyRef
                                19. def toString(): String
                                  Definition Classes
                                  AnyRef → Any
                                20. final def wait(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                21. final def wait(arg0: Long, arg1: Int): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                22. final def wait(arg0: Long): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                Inherited from GenSpawnInstances

                                Inherited from AnyRef

                                Inherited from Any

                                Ungrouped

                                +var toRoot = '../../../';

                                Packages

                                t

                                cats.effect.instances

                                AllInstances

                                trait AllInstances extends GenSpawnInstances

                                Source
                                AllInstances.scala
                                Linear Supertypes
                                Known Subclasses
                                Ordering
                                1. Alphabetic
                                2. By Inheritance
                                Inherited
                                1. AllInstances
                                2. GenSpawnInstances
                                3. AnyRef
                                4. Any
                                1. Hide All
                                2. Show All
                                Visibility
                                1. Public
                                2. Protected

                                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. implicit def alignForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                  Definition Classes
                                  GenSpawnInstances
                                5. final def asInstanceOf[T0]: T0
                                  Definition Classes
                                  Any
                                6. def clone(): AnyRef
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                  Definition Classes
                                  GenSpawnInstances
                                8. final def eq(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                9. def equals(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef → Any
                                10. def finalize(): Unit
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.Throwable])
                                11. final def getClass(): Class[_ <: AnyRef]
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                12. def hashCode(): Int
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                13. final def isInstanceOf[T0]: Boolean
                                  Definition Classes
                                  Any
                                14. final def ne(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                15. final def notify(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                16. final def notifyAll(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                17. implicit def parallelForGenSpawn[M[_], E](implicit M: kernel.GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                  Definition Classes
                                  GenSpawnInstances
                                18. final def synchronized[T0](arg0: => T0): T0
                                  Definition Classes
                                  AnyRef
                                19. def toString(): String
                                  Definition Classes
                                  AnyRef → Any
                                20. final def wait(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                21. final def wait(arg0: Long, arg1: Int): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                22. final def wait(arg0: Long): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                Inherited from GenSpawnInstances

                                Inherited from AnyRef

                                Inherited from Any

                                Ungrouped

                                diff --git a/api/3.x/cats/effect/instances/index.html b/api/3.x/cats/effect/instances/index.html index 6decf9c588..58efdc6f2f 100644 --- a/api/3.x/cats/effect/instances/index.html +++ b/api/3.x/cats/effect/instances/index.html @@ -1,2 +1,2 @@

                                Packages

                                p

                                cats.effect

                                instances

                                package instances

                                Source
                                package.scala
                                Linear Supertypes
                                Ordering
                                1. Alphabetic
                                2. By Inheritance
                                Inherited
                                1. instances
                                2. AnyRef
                                3. Any
                                1. Hide All
                                2. Show All
                                Visibility
                                1. Public
                                2. Protected

                                Type Members

                                1. trait AllInstances extends GenSpawnInstances

                                Value Members

                                1. object all extends AllInstances
                                2. object spawn extends GenSpawnInstances

                                Inherited from AnyRef

                                Inherited from Any

                                Ungrouped

                                +var toRoot = '../../../';

                                Packages

                                p

                                cats.effect

                                instances

                                package instances

                                Source
                                package.scala
                                Linear Supertypes
                                Ordering
                                1. Alphabetic
                                2. By Inheritance
                                Inherited
                                1. instances
                                2. AnyRef
                                3. Any
                                1. Hide All
                                2. Show All
                                Visibility
                                1. Public
                                2. Protected

                                Type Members

                                1. trait AllInstances extends GenSpawnInstances

                                Value Members

                                1. object all extends AllInstances
                                2. object spawn extends GenSpawnInstances

                                Inherited from AnyRef

                                Inherited from Any

                                Ungrouped

                                diff --git a/api/3.x/cats/effect/instances/package$$all$.html b/api/3.x/cats/effect/instances/package$$all$.html index d44153cd68..09967b6901 100644 --- a/api/3.x/cats/effect/instances/package$$all$.html +++ b/api/3.x/cats/effect/instances/package$$all$.html @@ -1,2 +1,2 @@

                                Packages

                                object all extends AllInstances

                                Ordering
                                1. Alphabetic
                                2. By Inheritance
                                Inherited
                                1. all
                                2. AllInstances
                                3. GenSpawnInstances
                                4. AnyRef
                                5. Any
                                1. Hide All
                                2. Show All
                                Visibility
                                1. Public
                                2. Protected

                                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. implicit def alignForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                  Definition Classes
                                  GenSpawnInstances
                                5. final def asInstanceOf[T0]: T0
                                  Definition Classes
                                  Any
                                6. def clone(): AnyRef
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                  Definition Classes
                                  GenSpawnInstances
                                8. final def eq(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                9. def equals(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef → Any
                                10. def finalize(): Unit
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.Throwable])
                                11. final def getClass(): Class[_ <: AnyRef]
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                12. def hashCode(): Int
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                13. final def isInstanceOf[T0]: Boolean
                                  Definition Classes
                                  Any
                                14. final def ne(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                15. final def notify(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                16. final def notifyAll(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                17. implicit def parallelForGenSpawn[M[_], E](implicit M: kernel.GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                  Definition Classes
                                  GenSpawnInstances
                                18. final def synchronized[T0](arg0: => T0): T0
                                  Definition Classes
                                  AnyRef
                                19. def toString(): String
                                  Definition Classes
                                  AnyRef → Any
                                20. final def wait(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                21. final def wait(arg0: Long, arg1: Int): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                22. final def wait(arg0: Long): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                Inherited from AllInstances

                                Inherited from GenSpawnInstances

                                Inherited from AnyRef

                                Inherited from Any

                                Ungrouped

                                +var toRoot = '../../../';

                                Packages

                                object all extends AllInstances

                                Ordering
                                1. Alphabetic
                                2. By Inheritance
                                Inherited
                                1. all
                                2. AllInstances
                                3. GenSpawnInstances
                                4. AnyRef
                                5. Any
                                1. Hide All
                                2. Show All
                                Visibility
                                1. Public
                                2. Protected

                                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. implicit def alignForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                  Definition Classes
                                  GenSpawnInstances
                                5. final def asInstanceOf[T0]: T0
                                  Definition Classes
                                  Any
                                6. def clone(): AnyRef
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                  Definition Classes
                                  GenSpawnInstances
                                8. final def eq(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                9. def equals(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef → Any
                                10. def finalize(): Unit
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.Throwable])
                                11. final def getClass(): Class[_ <: AnyRef]
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                12. def hashCode(): Int
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                13. final def isInstanceOf[T0]: Boolean
                                  Definition Classes
                                  Any
                                14. final def ne(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                15. final def notify(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                16. final def notifyAll(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                17. implicit def parallelForGenSpawn[M[_], E](implicit M: kernel.GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                  Definition Classes
                                  GenSpawnInstances
                                18. final def synchronized[T0](arg0: => T0): T0
                                  Definition Classes
                                  AnyRef
                                19. def toString(): String
                                  Definition Classes
                                  AnyRef → Any
                                20. final def wait(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                21. final def wait(arg0: Long, arg1: Int): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                22. final def wait(arg0: Long): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                Inherited from AllInstances

                                Inherited from GenSpawnInstances

                                Inherited from AnyRef

                                Inherited from Any

                                Ungrouped

                                diff --git a/api/3.x/cats/effect/instances/package$$spawn$.html b/api/3.x/cats/effect/instances/package$$spawn$.html index 37449ce9ad..caa390ef04 100644 --- a/api/3.x/cats/effect/instances/package$$spawn$.html +++ b/api/3.x/cats/effect/instances/package$$spawn$.html @@ -1,2 +1,2 @@

                                Packages

                                object spawn extends GenSpawnInstances

                                Source
                                package.scala
                                Linear Supertypes
                                Ordering
                                1. Alphabetic
                                2. By Inheritance
                                Inherited
                                1. spawn
                                2. GenSpawnInstances
                                3. AnyRef
                                4. Any
                                1. Hide All
                                2. Show All
                                Visibility
                                1. Public
                                2. Protected

                                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. implicit def alignForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                  Definition Classes
                                  GenSpawnInstances
                                5. final def asInstanceOf[T0]: T0
                                  Definition Classes
                                  Any
                                6. def clone(): AnyRef
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                  Definition Classes
                                  GenSpawnInstances
                                8. final def eq(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                9. def equals(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef → Any
                                10. def finalize(): Unit
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.Throwable])
                                11. final def getClass(): Class[_ <: AnyRef]
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                12. def hashCode(): Int
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                13. final def isInstanceOf[T0]: Boolean
                                  Definition Classes
                                  Any
                                14. final def ne(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                15. final def notify(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                16. final def notifyAll(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                17. implicit def parallelForGenSpawn[M[_], E](implicit M: kernel.GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                  Definition Classes
                                  GenSpawnInstances
                                18. final def synchronized[T0](arg0: => T0): T0
                                  Definition Classes
                                  AnyRef
                                19. def toString(): String
                                  Definition Classes
                                  AnyRef → Any
                                20. final def wait(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                21. final def wait(arg0: Long, arg1: Int): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                22. final def wait(arg0: Long): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                Inherited from GenSpawnInstances

                                Inherited from AnyRef

                                Inherited from Any

                                Ungrouped

                                +var toRoot = '../../../';

                                Packages

                                object spawn extends GenSpawnInstances

                                Source
                                package.scala
                                Linear Supertypes
                                Ordering
                                1. Alphabetic
                                2. By Inheritance
                                Inherited
                                1. spawn
                                2. GenSpawnInstances
                                3. AnyRef
                                4. Any
                                1. Hide All
                                2. Show All
                                Visibility
                                1. Public
                                2. Protected

                                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. implicit def alignForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                  Definition Classes
                                  GenSpawnInstances
                                5. final def asInstanceOf[T0]: T0
                                  Definition Classes
                                  Any
                                6. def clone(): AnyRef
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: kernel.GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                  Definition Classes
                                  GenSpawnInstances
                                8. final def eq(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                9. def equals(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef → Any
                                10. def finalize(): Unit
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.Throwable])
                                11. final def getClass(): Class[_ <: AnyRef]
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                12. def hashCode(): Int
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                13. final def isInstanceOf[T0]: Boolean
                                  Definition Classes
                                  Any
                                14. final def ne(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                15. final def notify(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                16. final def notifyAll(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                17. implicit def parallelForGenSpawn[M[_], E](implicit M: kernel.GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                  Definition Classes
                                  GenSpawnInstances
                                18. final def synchronized[T0](arg0: => T0): T0
                                  Definition Classes
                                  AnyRef
                                19. def toString(): String
                                  Definition Classes
                                  AnyRef → Any
                                20. final def wait(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                21. final def wait(arg0: Long, arg1: Int): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                22. final def wait(arg0: Long): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                Inherited from GenSpawnInstances

                                Inherited from AnyRef

                                Inherited from Any

                                Ungrouped

                                diff --git a/api/3.x/cats/effect/kernel/Async$.html b/api/3.x/cats/effect/kernel/Async$.html index 521a690596..c9a787f04d 100644 --- a/api/3.x/cats/effect/kernel/Async$.html +++ b/api/3.x/cats/effect/kernel/Async$.html @@ -1,2 +1,2 @@

                                Packages

                                object Async extends Serializable

                                Source
                                Async.scala
                                Linear Supertypes
                                Ordering
                                1. Alphabetic
                                2. By Inheritance
                                Inherited
                                1. Async
                                2. Serializable
                                3. AnyRef
                                4. Any
                                1. Hide All
                                2. Show All
                                Visibility
                                1. Public
                                2. Protected

                                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. def apply[F[_]](implicit F: Async[F]): F.type
                                5. final def asInstanceOf[T0]: T0
                                  Definition Classes
                                  Any
                                6. implicit def asyncForEitherT[F[_], E](implicit F0: Async[F]): Async[[γ$1$]EitherT[F, E, γ$1$]]
                                7. implicit def asyncForIorT[F[_], L](implicit F0: Async[F], L0: Semigroup[L]): Async[[γ$2$]IorT[F, L, γ$2$]]
                                8. implicit def asyncForKleisli[F[_], R](implicit F0: Async[F]): Async[[γ$4$]Kleisli[F, R, γ$4$]]
                                9. implicit def asyncForOptionT[F[_]](implicit F0: Async[F]): Async[[β$0$]OptionT[F, β$0$]]
                                10. implicit def asyncForWriterT[F[_], L](implicit F0: Async[F], L0: Monoid[L]): Async[[γ$3$]WriterT[F, L, γ$3$]]
                                11. def clone(): AnyRef
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                12. def defaultCont[F[_], K, R](body: Cont[F, K, R])(implicit F: Async[F]): F[R]
                                13. final def eq(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                14. def equals(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef → Any
                                15. def finalize(): Unit
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.Throwable])
                                16. final def getClass(): Class[_ <: AnyRef]
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                17. def hashCode(): Int
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                18. final def isInstanceOf[T0]: Boolean
                                  Definition Classes
                                  Any
                                19. final def ne(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                20. final def notify(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                21. final def notifyAll(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                22. final def synchronized[T0](arg0: => T0): T0
                                  Definition Classes
                                  AnyRef
                                23. def toString(): String
                                  Definition Classes
                                  AnyRef → Any
                                24. final def wait(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                25. final def wait(arg0: Long, arg1: Int): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                26. final def wait(arg0: Long): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                Inherited from Serializable

                                Inherited from AnyRef

                                Inherited from Any

                                Ungrouped

                                +var toRoot = '../../../';

                                Packages

                                object Async extends Serializable

                                Source
                                Async.scala
                                Linear Supertypes
                                Ordering
                                1. Alphabetic
                                2. By Inheritance
                                Inherited
                                1. Async
                                2. Serializable
                                3. AnyRef
                                4. Any
                                1. Hide All
                                2. Show All
                                Visibility
                                1. Public
                                2. Protected

                                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. def apply[F[_]](implicit F: Async[F]): F.type
                                5. final def asInstanceOf[T0]: T0
                                  Definition Classes
                                  Any
                                6. implicit def asyncForEitherT[F[_], E](implicit F0: Async[F]): Async[[γ$1$]EitherT[F, E, γ$1$]]
                                7. implicit def asyncForIorT[F[_], L](implicit F0: Async[F], L0: Semigroup[L]): Async[[γ$2$]IorT[F, L, γ$2$]]
                                8. implicit def asyncForKleisli[F[_], R](implicit F0: Async[F]): Async[[γ$4$]Kleisli[F, R, γ$4$]]
                                9. implicit def asyncForOptionT[F[_]](implicit F0: Async[F]): Async[[β$0$]OptionT[F, β$0$]]
                                10. implicit def asyncForWriterT[F[_], L](implicit F0: Async[F], L0: Monoid[L]): Async[[γ$3$]WriterT[F, L, γ$3$]]
                                11. def clone(): AnyRef
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                12. def defaultCont[F[_], K, R](body: Cont[F, K, R])(implicit F: Async[F]): F[R]
                                13. final def eq(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                14. def equals(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef → Any
                                15. def finalize(): Unit
                                  Attributes
                                  protected[lang]
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.Throwable])
                                16. final def getClass(): Class[_ <: AnyRef]
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                17. def hashCode(): Int
                                  Definition Classes
                                  AnyRef → Any
                                  Annotations
                                  @native()
                                18. final def isInstanceOf[T0]: Boolean
                                  Definition Classes
                                  Any
                                19. final def ne(arg0: AnyRef): Boolean
                                  Definition Classes
                                  AnyRef
                                20. final def notify(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                21. final def notifyAll(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @native()
                                22. final def synchronized[T0](arg0: => T0): T0
                                  Definition Classes
                                  AnyRef
                                23. def toString(): String
                                  Definition Classes
                                  AnyRef → Any
                                24. final def wait(): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                25. final def wait(arg0: Long, arg1: Int): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException])
                                26. final def wait(arg0: Long): Unit
                                  Definition Classes
                                  AnyRef
                                  Annotations
                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                Inherited from Serializable

                                Inherited from AnyRef

                                Inherited from Any

                                Ungrouped

                                diff --git a/api/3.x/cats/effect/kernel/Async.html b/api/3.x/cats/effect/kernel/Async.html index febc2cf231..83d3b81ed4 100644 --- a/api/3.x/cats/effect/kernel/Async.html +++ b/api/3.x/cats/effect/kernel/Async.html @@ -4,12 +4,12 @@ scala.concurrent.Future running on some other threadpool). We await the results of that execution by giving it a callback to be invoked with the result.

                                That computation may fail hence the callback is of type Either[Throwable, A] => (). This awaiting is semantic only - no threads are blocked, the current fiber is simply descheduled -until the callback completes.

                                This leads us directly to the simplest asynchronous FFI

                                def async_[A](k: (Either[Throwable, A] => Unit) => Unit): F[A]
                                async(k)

                                is semantically blocked until the callback is invoked.

                                async_ is somewhat contrained however. We can't perform any F[_] effects in the process +until the callback completes.

                                This leads us directly to the simplest asynchronous FFI

                                def async_[A](k: (Either[Throwable, A] => Unit) => Unit): F[A]
                                async(k)

                                is semantically blocked until the callback is invoked.

                                async_ is somewhat constrained however. We can't perform any F[_] effects in the process of registering the callback and we also can't register a finalizer to eg cancel the asynchronous task in the event that the fiber running async_ is canceled.

                                This leads us directly to the more general asynchronous FFI

                                def async[A](k: (Either[Throwable, A] => Unit) => F[Option[F[Unit]]]): F[A]

                                As evidenced by the type signature, k may perform F[_] effects and it returns an Option[F[Unit]] which is an optional finalizer to be run in the event that the fiber running

                                async(k)

                                is canceled. -

                                Source
                                Async.scala
                                Linear Supertypes
                                GenTemporal[F, Throwable], GenConcurrent[F, Throwable], GenSpawn[F, Throwable], Sync[F], Defer[F], Unique[F], Clock[F], ClockPlatform[F], MonadCancel[F, Throwable], MonadError[F, Throwable], Monad[F], FlatMap[F], FlatMapArityFunctions[F], ApplicativeError[F, Throwable], Applicative[F], InvariantMonoidal[F], Apply[F], ApplyArityFunctions[F], InvariantSemigroupal[F], Semigroupal[F], Functor[F], Invariant[F], AsyncPlatform[F], Serializable, AnyRef, Any
                                Ordering
                                1. Alphabetic
                                2. By Inheritance
                                Inherited
                                1. Async
                                2. GenTemporal
                                3. GenConcurrent
                                4. GenSpawn
                                5. Sync
                                6. Defer
                                7. Unique
                                8. Clock
                                9. ClockPlatform
                                10. MonadCancel
                                11. MonadError
                                12. Monad
                                13. FlatMap
                                14. FlatMapArityFunctions
                                15. ApplicativeError
                                16. Applicative
                                17. InvariantMonoidal
                                18. Apply
                                19. ApplyArityFunctions
                                20. InvariantSemigroupal
                                21. Semigroupal
                                22. Functor
                                23. Invariant
                                24. AsyncPlatform
                                25. Serializable
                                26. AnyRef
                                27. Any
                                1. Hide All
                                2. Show All
                                Visibility
                                1. Public
                                2. Protected

                                Abstract Value Members

                                1. abstract def canceled: F[Unit]

                                  An effect that requests self-cancelation on the current fiber.

                                  An effect that requests self-cancelation on the current fiber.

                                  canceled has a return type of F[Unit] instead of F[Nothing] due to execution +

                                  Source
                                  Async.scala
                                  Linear Supertypes
                                  GenTemporal[F, Throwable], GenConcurrent[F, Throwable], GenSpawn[F, Throwable], Sync[F], Defer[F], Unique[F], Clock[F], ClockPlatform[F], MonadCancel[F, Throwable], MonadError[F, Throwable], Monad[F], FlatMap[F], FlatMapArityFunctions[F], ApplicativeError[F, Throwable], Applicative[F], InvariantMonoidal[F], Apply[F], ApplyArityFunctions[F], InvariantSemigroupal[F], Semigroupal[F], Functor[F], Invariant[F], AsyncPlatform[F], Serializable, AnyRef, Any
                                  Ordering
                                  1. Alphabetic
                                  2. By Inheritance
                                  Inherited
                                  1. Async
                                  2. GenTemporal
                                  3. GenConcurrent
                                  4. GenSpawn
                                  5. Sync
                                  6. Defer
                                  7. Unique
                                  8. Clock
                                  9. ClockPlatform
                                  10. MonadCancel
                                  11. MonadError
                                  12. Monad
                                  13. FlatMap
                                  14. FlatMapArityFunctions
                                  15. ApplicativeError
                                  16. Applicative
                                  17. InvariantMonoidal
                                  18. Apply
                                  19. ApplyArityFunctions
                                  20. InvariantSemigroupal
                                  21. Semigroupal
                                  22. Functor
                                  23. Invariant
                                  24. AsyncPlatform
                                  25. Serializable
                                  26. AnyRef
                                  27. Any
                                  1. Hide All
                                  2. Show All
                                  Visibility
                                  1. Public
                                  2. Protected

                                  Abstract Value Members

                                  1. abstract def canceled: F[Unit]

                                    An effect that requests self-cancelation on the current fiber.

                                    An effect that requests self-cancelation on the current fiber.

                                    canceled has a return type of F[Unit] instead of F[Nothing] due to execution continuing in a masked region. In the following example, the fiber requests self-cancelation in a masked region, so cancelation is suppressed until the fiber is completely unmasked. fa will run but fb will not. If canceled had a return type of diff --git a/api/3.x/cats/effect/kernel/CancelScope$$Cancelable$.html b/api/3.x/cats/effect/kernel/CancelScope$$Cancelable$.html index 9de6c8dfd5..a7e08e45b2 100644 --- a/api/3.x/cats/effect/kernel/CancelScope$$Cancelable$.html +++ b/api/3.x/cats/effect/kernel/CancelScope$$Cancelable$.html @@ -1,2 +1,2 @@

                                    Packages

                                    case object Cancelable extends CancelScope with Product with Serializable

                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. Cancelable
                                    2. CancelScope
                                    3. Serializable
                                    4. Product
                                    5. Equals
                                    6. AnyRef
                                    7. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    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. final def isInstanceOf[T0]: Boolean
                                      Definition Classes
                                      Any
                                    11. final def ne(arg0: AnyRef): Boolean
                                      Definition Classes
                                      AnyRef
                                    12. final def notify(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    13. final def notifyAll(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    14. def productElementName(n: Int): String
                                      Definition Classes
                                      Product
                                    15. def productElementNames: Iterator[String]
                                      Definition Classes
                                      Product
                                    16. final def synchronized[T0](arg0: => T0): T0
                                      Definition Classes
                                      AnyRef
                                    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 CancelScope

                                    Inherited from Serializable

                                    Inherited from Product

                                    Inherited from Equals

                                    Inherited from AnyRef

                                    Inherited from Any

                                    Ungrouped

                                    +var toRoot = '../../../';

                                    Packages

                                    case object Cancelable extends CancelScope with Product with Serializable

                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. Cancelable
                                    2. CancelScope
                                    3. Serializable
                                    4. Product
                                    5. Equals
                                    6. AnyRef
                                    7. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    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. final def isInstanceOf[T0]: Boolean
                                      Definition Classes
                                      Any
                                    11. final def ne(arg0: AnyRef): Boolean
                                      Definition Classes
                                      AnyRef
                                    12. final def notify(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    13. final def notifyAll(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    14. def productElementName(n: Int): String
                                      Definition Classes
                                      Product
                                    15. def productElementNames: Iterator[String]
                                      Definition Classes
                                      Product
                                    16. final def synchronized[T0](arg0: => T0): T0
                                      Definition Classes
                                      AnyRef
                                    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 CancelScope

                                    Inherited from Serializable

                                    Inherited from Product

                                    Inherited from Equals

                                    Inherited from AnyRef

                                    Inherited from Any

                                    Ungrouped

                                    diff --git a/api/3.x/cats/effect/kernel/CancelScope$$Uncancelable$.html b/api/3.x/cats/effect/kernel/CancelScope$$Uncancelable$.html index a0d7a500a3..77e997881c 100644 --- a/api/3.x/cats/effect/kernel/CancelScope$$Uncancelable$.html +++ b/api/3.x/cats/effect/kernel/CancelScope$$Uncancelable$.html @@ -1,2 +1,2 @@

                                    Packages

                                    case object Uncancelable extends CancelScope with Product with Serializable

                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. Uncancelable
                                    2. CancelScope
                                    3. Serializable
                                    4. Product
                                    5. Equals
                                    6. AnyRef
                                    7. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    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. final def isInstanceOf[T0]: Boolean
                                      Definition Classes
                                      Any
                                    11. final def ne(arg0: AnyRef): Boolean
                                      Definition Classes
                                      AnyRef
                                    12. final def notify(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    13. final def notifyAll(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    14. def productElementName(n: Int): String
                                      Definition Classes
                                      Product
                                    15. def productElementNames: Iterator[String]
                                      Definition Classes
                                      Product
                                    16. final def synchronized[T0](arg0: => T0): T0
                                      Definition Classes
                                      AnyRef
                                    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 CancelScope

                                    Inherited from Serializable

                                    Inherited from Product

                                    Inherited from Equals

                                    Inherited from AnyRef

                                    Inherited from Any

                                    Ungrouped

                                    +var toRoot = '../../../';

                                    Packages

                                    case object Uncancelable extends CancelScope with Product with Serializable

                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. Uncancelable
                                    2. CancelScope
                                    3. Serializable
                                    4. Product
                                    5. Equals
                                    6. AnyRef
                                    7. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    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. final def isInstanceOf[T0]: Boolean
                                      Definition Classes
                                      Any
                                    11. final def ne(arg0: AnyRef): Boolean
                                      Definition Classes
                                      AnyRef
                                    12. final def notify(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    13. final def notifyAll(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    14. def productElementName(n: Int): String
                                      Definition Classes
                                      Product
                                    15. def productElementNames: Iterator[String]
                                      Definition Classes
                                      Product
                                    16. final def synchronized[T0](arg0: => T0): T0
                                      Definition Classes
                                      AnyRef
                                    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 CancelScope

                                    Inherited from Serializable

                                    Inherited from Product

                                    Inherited from Equals

                                    Inherited from AnyRef

                                    Inherited from Any

                                    Ungrouped

                                    diff --git a/api/3.x/cats/effect/kernel/CancelScope$.html b/api/3.x/cats/effect/kernel/CancelScope$.html index 1265b82bc7..608944c71c 100644 --- a/api/3.x/cats/effect/kernel/CancelScope$.html +++ b/api/3.x/cats/effect/kernel/CancelScope$.html @@ -1,2 +1,2 @@

                                    Packages

                                    object CancelScope extends Serializable

                                    Source
                                    CancelScope.scala
                                    Linear Supertypes
                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. CancelScope
                                    2. Serializable
                                    3. AnyRef
                                    4. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    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()
                                    20. case object Cancelable extends CancelScope with Product with Serializable
                                    21. case object Uncancelable extends CancelScope with Product with Serializable

                                    Inherited from Serializable

                                    Inherited from AnyRef

                                    Inherited from Any

                                    Ungrouped

                                    +var toRoot = '../../../';

                                    Packages

                                    object CancelScope extends Serializable

                                    Source
                                    CancelScope.scala
                                    Linear Supertypes
                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. CancelScope
                                    2. Serializable
                                    3. AnyRef
                                    4. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    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()
                                    20. case object Cancelable extends CancelScope with Product with Serializable
                                    21. case object Uncancelable extends CancelScope with Product with Serializable

                                    Inherited from Serializable

                                    Inherited from AnyRef

                                    Inherited from Any

                                    Ungrouped

                                    diff --git a/api/3.x/cats/effect/kernel/CancelScope.html b/api/3.x/cats/effect/kernel/CancelScope.html index 66bd2e52af..004f214001 100644 --- a/api/3.x/cats/effect/kernel/CancelScope.html +++ b/api/3.x/cats/effect/kernel/CancelScope.html @@ -1,2 +1,2 @@

                                    Packages

                                    sealed trait CancelScope extends Product with Serializable

                                    Source
                                    CancelScope.scala
                                    Linear Supertypes
                                    Known Subclasses
                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. CancelScope
                                    2. Serializable
                                    3. Product
                                    4. Equals
                                    5. AnyRef
                                    6. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    Abstract Value Members

                                    1. abstract def canEqual(that: Any): Boolean
                                      Definition Classes
                                      Equals
                                    2. abstract def productArity: Int
                                      Definition Classes
                                      Product
                                    3. abstract def productElement(n: Int): Any
                                      Definition Classes
                                      Product

                                    Concrete 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. def productElementName(n: Int): String
                                      Definition Classes
                                      Product
                                    16. def productElementNames: Iterator[String]
                                      Definition Classes
                                      Product
                                    17. def productIterator: Iterator[Any]
                                      Definition Classes
                                      Product
                                    18. def productPrefix: String
                                      Definition Classes
                                      Product
                                    19. final def synchronized[T0](arg0: => T0): T0
                                      Definition Classes
                                      AnyRef
                                    20. def toString(): String
                                      Definition Classes
                                      AnyRef → Any
                                    21. final def wait(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException])
                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException])
                                    23. final def wait(arg0: Long): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                    Inherited from Serializable

                                    Inherited from Product

                                    Inherited from Equals

                                    Inherited from AnyRef

                                    Inherited from Any

                                    Ungrouped

                                    +var toRoot = '../../../';

                                    Packages

                                    sealed trait CancelScope extends Product with Serializable

                                    Source
                                    CancelScope.scala
                                    Linear Supertypes
                                    Known Subclasses
                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. CancelScope
                                    2. Serializable
                                    3. Product
                                    4. Equals
                                    5. AnyRef
                                    6. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    Abstract Value Members

                                    1. abstract def canEqual(that: Any): Boolean
                                      Definition Classes
                                      Equals
                                    2. abstract def productArity: Int
                                      Definition Classes
                                      Product
                                    3. abstract def productElement(n: Int): Any
                                      Definition Classes
                                      Product

                                    Concrete 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. def productElementName(n: Int): String
                                      Definition Classes
                                      Product
                                    16. def productElementNames: Iterator[String]
                                      Definition Classes
                                      Product
                                    17. def productIterator: Iterator[Any]
                                      Definition Classes
                                      Product
                                    18. def productPrefix: String
                                      Definition Classes
                                      Product
                                    19. final def synchronized[T0](arg0: => T0): T0
                                      Definition Classes
                                      AnyRef
                                    20. def toString(): String
                                      Definition Classes
                                      AnyRef → Any
                                    21. final def wait(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException])
                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException])
                                    23. final def wait(arg0: Long): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                    Inherited from Serializable

                                    Inherited from Product

                                    Inherited from Equals

                                    Inherited from AnyRef

                                    Inherited from Any

                                    Ungrouped

                                    diff --git a/api/3.x/cats/effect/kernel/Clock$.html b/api/3.x/cats/effect/kernel/Clock$.html index 8fe300d41e..d9d82cc1ba 100644 --- a/api/3.x/cats/effect/kernel/Clock$.html +++ b/api/3.x/cats/effect/kernel/Clock$.html @@ -1,2 +1,2 @@

                                    Packages

                                    object Clock extends Serializable

                                    Source
                                    Clock.scala
                                    Linear Supertypes
                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. Clock
                                    2. Serializable
                                    3. AnyRef
                                    4. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    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. def apply[F[_]](implicit F: Clock[F]): F.type
                                    5. final def asInstanceOf[T0]: T0
                                      Definition Classes
                                      Any
                                    6. implicit def clockForContT[F[_], R](implicit F0: Monad[F], C0: Clock[F], D0: Defer[F]): Clock[[γ$6$]ContT[F, R, γ$6$]]
                                    7. implicit def clockForEitherT[F[_], E](implicit F0: Monad[F], C0: Clock[F]): Clock[[γ$1$]EitherT[F, E, γ$1$]]
                                    8. implicit def clockForIorT[F[_], L](implicit F0: Monad[F], C0: Clock[F], L0: kernel.Semigroup[L]): Clock[[γ$4$]IorT[F, L, γ$4$]]
                                    9. implicit def clockForKleisli[F[_], R](implicit F0: Monad[F], C0: Clock[F]): Clock[[γ$5$]Kleisli[F, R, γ$5$]]
                                    10. implicit def clockForOptionT[F[_]](implicit F0: Monad[F], C0: Clock[F]): Clock[[β$0$]OptionT[F, β$0$]]
                                    11. implicit def clockForReaderWriterStateT[F[_], R, L, S](implicit F0: Monad[F], C0: Clock[F], L0: kernel.Monoid[L]): Clock[[ε$7$]IndexedReaderWriterStateT[F, R, L, S, S, ε$7$]]
                                    12. implicit def clockForStateT[F[_], S](implicit F0: Monad[F], C0: Clock[F]): Clock[[γ$2$]IndexedStateT[F, S, S, γ$2$]]
                                    13. implicit def clockForWriterT[F[_], L](implicit F0: Monad[F], C0: Clock[F], L0: kernel.Monoid[L]): Clock[[γ$3$]WriterT[F, L, γ$3$]]
                                    14. def clone(): AnyRef
                                      Attributes
                                      protected[lang]
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                    15. final def eq(arg0: AnyRef): Boolean
                                      Definition Classes
                                      AnyRef
                                    16. def equals(arg0: AnyRef): Boolean
                                      Definition Classes
                                      AnyRef → Any
                                    17. def finalize(): Unit
                                      Attributes
                                      protected[lang]
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.Throwable])
                                    18. final def getClass(): Class[_ <: AnyRef]
                                      Definition Classes
                                      AnyRef → Any
                                      Annotations
                                      @native()
                                    19. def hashCode(): Int
                                      Definition Classes
                                      AnyRef → Any
                                      Annotations
                                      @native()
                                    20. final def isInstanceOf[T0]: Boolean
                                      Definition Classes
                                      Any
                                    21. final def ne(arg0: AnyRef): Boolean
                                      Definition Classes
                                      AnyRef
                                    22. final def notify(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    23. final def notifyAll(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    24. final def synchronized[T0](arg0: => T0): T0
                                      Definition Classes
                                      AnyRef
                                    25. def toString(): String
                                      Definition Classes
                                      AnyRef → Any
                                    26. final def wait(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException])
                                    27. final def wait(arg0: Long, arg1: Int): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException])
                                    28. final def wait(arg0: Long): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                    Inherited from Serializable

                                    Inherited from AnyRef

                                    Inherited from Any

                                    Ungrouped

                                    +var toRoot = '../../../';

                                    Packages

                                    object Clock extends Serializable

                                    Source
                                    Clock.scala
                                    Linear Supertypes
                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. Clock
                                    2. Serializable
                                    3. AnyRef
                                    4. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    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. def apply[F[_]](implicit F: Clock[F]): F.type
                                    5. final def asInstanceOf[T0]: T0
                                      Definition Classes
                                      Any
                                    6. implicit def clockForContT[F[_], R](implicit F0: Monad[F], C0: Clock[F], D0: Defer[F]): Clock[[γ$6$]ContT[F, R, γ$6$]]
                                    7. implicit def clockForEitherT[F[_], E](implicit F0: Monad[F], C0: Clock[F]): Clock[[γ$1$]EitherT[F, E, γ$1$]]
                                    8. implicit def clockForIorT[F[_], L](implicit F0: Monad[F], C0: Clock[F], L0: kernel.Semigroup[L]): Clock[[γ$4$]IorT[F, L, γ$4$]]
                                    9. implicit def clockForKleisli[F[_], R](implicit F0: Monad[F], C0: Clock[F]): Clock[[γ$5$]Kleisli[F, R, γ$5$]]
                                    10. implicit def clockForOptionT[F[_]](implicit F0: Monad[F], C0: Clock[F]): Clock[[β$0$]OptionT[F, β$0$]]
                                    11. implicit def clockForReaderWriterStateT[F[_], R, L, S](implicit F0: Monad[F], C0: Clock[F], L0: kernel.Monoid[L]): Clock[[ε$7$]IndexedReaderWriterStateT[F, R, L, S, S, ε$7$]]
                                    12. implicit def clockForStateT[F[_], S](implicit F0: Monad[F], C0: Clock[F]): Clock[[γ$2$]IndexedStateT[F, S, S, γ$2$]]
                                    13. implicit def clockForWriterT[F[_], L](implicit F0: Monad[F], C0: Clock[F], L0: kernel.Monoid[L]): Clock[[γ$3$]WriterT[F, L, γ$3$]]
                                    14. def clone(): AnyRef
                                      Attributes
                                      protected[lang]
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                    15. final def eq(arg0: AnyRef): Boolean
                                      Definition Classes
                                      AnyRef
                                    16. def equals(arg0: AnyRef): Boolean
                                      Definition Classes
                                      AnyRef → Any
                                    17. def finalize(): Unit
                                      Attributes
                                      protected[lang]
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.Throwable])
                                    18. final def getClass(): Class[_ <: AnyRef]
                                      Definition Classes
                                      AnyRef → Any
                                      Annotations
                                      @native()
                                    19. def hashCode(): Int
                                      Definition Classes
                                      AnyRef → Any
                                      Annotations
                                      @native()
                                    20. final def isInstanceOf[T0]: Boolean
                                      Definition Classes
                                      Any
                                    21. final def ne(arg0: AnyRef): Boolean
                                      Definition Classes
                                      AnyRef
                                    22. final def notify(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    23. final def notifyAll(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @native()
                                    24. final def synchronized[T0](arg0: => T0): T0
                                      Definition Classes
                                      AnyRef
                                    25. def toString(): String
                                      Definition Classes
                                      AnyRef → Any
                                    26. final def wait(): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException])
                                    27. final def wait(arg0: Long, arg1: Int): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException])
                                    28. final def wait(arg0: Long): Unit
                                      Definition Classes
                                      AnyRef
                                      Annotations
                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                    Inherited from Serializable

                                    Inherited from AnyRef

                                    Inherited from Any

                                    Ungrouped

                                    diff --git a/api/3.x/cats/effect/kernel/Clock.html b/api/3.x/cats/effect/kernel/Clock.html index c50b815893..e2023a6b32 100644 --- a/api/3.x/cats/effect/kernel/Clock.html +++ b/api/3.x/cats/effect/kernel/Clock.html @@ -1,7 +1,7 @@

                                    Packages

                                    trait Clock[F[_]] extends ClockPlatform[F] with Serializable

                                    A typeclass which encodes various notions of time. Analogous to some of the time functions exposed by java.lang.System. -

                                    Source
                                    Clock.scala
                                    Linear Supertypes
                                    ClockPlatform[F], Serializable, AnyRef, Any
                                    Known Subclasses
                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. Clock
                                    2. ClockPlatform
                                    3. Serializable
                                    4. AnyRef
                                    5. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    Abstract Value Members

                                    1. abstract def applicative: Applicative[F]
                                    2. abstract def monotonic: F[FiniteDuration]

                                      Monotonic time subject to the law that (monotonic, monotonic).mapN(_ <= _)

                                      Monotonic time subject to the law that (monotonic, monotonic).mapN(_ <= _)

                                      Analogous to java.lang.System.nanoTime. +

                                      Source
                                      Clock.scala
                                      Linear Supertypes
                                      ClockPlatform[F], Serializable, AnyRef, Any
                                      Known Subclasses
                                      Ordering
                                      1. Alphabetic
                                      2. By Inheritance
                                      Inherited
                                      1. Clock
                                      2. ClockPlatform
                                      3. Serializable
                                      4. AnyRef
                                      5. Any
                                      1. Hide All
                                      2. Show All
                                      Visibility
                                      1. Public
                                      2. Protected

                                      Abstract Value Members

                                      1. abstract def applicative: Applicative[F]
                                      2. abstract def monotonic: F[FiniteDuration]

                                        Monotonic time subject to the law that (monotonic, monotonic).mapN(_ <= _)

                                        Monotonic time subject to the law that (monotonic, monotonic).mapN(_ <= _)

                                        Analogous to java.lang.System.nanoTime.

                                      3. abstract def realTime: F[FiniteDuration]

                                        A representation of the current system time

                                        A representation of the current system time

                                        Analogous to java.lang.System.currentTimeMillis.

                                      Concrete 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. def realTimeInstant: F[Instant]
                                        Definition Classes
                                        ClockPlatform
                                      16. final def synchronized[T0](arg0: => T0): T0
                                        Definition Classes
                                        AnyRef
                                      17. def timed[A](fa: F[A]): F[(FiniteDuration, A)]

                                        Returns an effect that completes with the result of the source together with the duration that it took to complete.

                                        Returns an effect that completes with the result of the source together with the duration diff --git a/api/3.x/cats/effect/kernel/Cont.html b/api/3.x/cats/effect/kernel/Cont.html index 051685f07d..ff1a0bb689 100644 --- a/api/3.x/cats/effect/kernel/Cont.html +++ b/api/3.x/cats/effect/kernel/Cont.html @@ -16,4 +16,4 @@ uncancelable, etc).

                                        If you are an implementor, and you have an implementation of async but not cont, you can override Async[F].async with your implementation, and use Async.defaultCont to implement Async[F].cont. -

                                        Source
                                        Cont.scala
                                        Linear Supertypes
                                        Ordering
                                        1. Alphabetic
                                        2. By Inheritance
                                        Inherited
                                        1. Cont
                                        2. Serializable
                                        3. AnyRef
                                        4. Any
                                        1. Hide All
                                        2. Show All
                                        Visibility
                                        1. Public
                                        2. Protected

                                        Abstract Value Members

                                        1. abstract def apply[G[_]](implicit G: MonadCancel[G, Throwable]): ((Either[Throwable, K]) => Unit, G[K], ~>[F, G]) => G[R]

                                        Concrete 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 Serializable

                                        Inherited from AnyRef

                                        Inherited from Any

                                        Ungrouped

                                      +

                                    Source
                                    Cont.scala
                                    Linear Supertypes
                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. Cont
                                    2. Serializable
                                    3. AnyRef
                                    4. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    Abstract Value Members

                                    1. abstract def apply[G[_]](implicit G: MonadCancel[G, Throwable]): ((Either[Throwable, K]) => Unit, G[K], ~>[F, G]) => G[R]

                                    Concrete 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 Serializable

                                    Inherited from AnyRef

                                    Inherited from Any

                                    Ungrouped

                                    diff --git a/api/3.x/cats/effect/kernel/Deferred$$AsyncDeferred.html b/api/3.x/cats/effect/kernel/Deferred$$AsyncDeferred.html index 1925c55820..574ef2dcfb 100644 --- a/api/3.x/cats/effect/kernel/Deferred$$AsyncDeferred.html +++ b/api/3.x/cats/effect/kernel/Deferred$$AsyncDeferred.html @@ -1,5 +1,5 @@

                                    Packages

                                    final class AsyncDeferred[F[_], A] extends Deferred[F, A]

                                    Source
                                    Deferred.scala
                                    Linear Supertypes
                                    Ordering
                                    1. Alphabetic
                                    2. By Inheritance
                                    Inherited
                                    1. AsyncDeferred
                                    2. Deferred
                                    3. DeferredSink
                                    4. DeferredSource
                                    5. Serializable
                                    6. AnyRef
                                    7. Any
                                    1. Hide All
                                    2. Show All
                                    Visibility
                                    1. Public
                                    2. Protected

                                    Instance Constructors

                                    1. new AsyncDeferred()(implicit F: Async[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. def complete(a: A): F[Boolean]

                                      If this Deferred is empty, sets the current value to a, and notifies any and all +var toRoot = '../../../';

                                      Packages

                                      final class AsyncDeferred[F[_], A] extends Deferred[F, A]

                                      Source
                                      Deferred.scala
                                      Linear Supertypes
                                      Ordering
                                      1. Alphabetic
                                      2. By Inheritance
                                      Inherited
                                      1. AsyncDeferred
                                      2. Deferred
                                      3. DeferredSink
                                      4. DeferredSource
                                      5. Serializable
                                      6. AnyRef
                                      7. Any
                                      1. Hide All
                                      2. Show All
                                      Visibility
                                      1. Public
                                      2. Protected

                                      Instance Constructors

                                      1. new AsyncDeferred()(implicit F: Async[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. def complete(a: A): F[Boolean]

                                        If this Deferred is empty, sets the current value to a, and notifies any and all readers currently blocked on a get.

                                        If this Deferred is empty, sets the current value to a, and notifies any and all readers currently blocked on a get. Returns true.

                                        If this Deferred has already been completed, returns false.

                                        Satisfies: Deferred[F, A].flatMap(r => r.complete(a) *> r.get) == a.pure[F]

                                        Definition Classes
                                        AsyncDeferredDeferredSink
                                      7. final def eq(arg0: AnyRef): Boolean
                                        Definition Classes
                                        AnyRef
                                      8. def equals(arg0: AnyRef): Boolean
                                        Definition Classes
                                        AnyRef → Any
                                      9. def finalize(): Unit
                                        Attributes
                                        protected[lang]
                                        Definition Classes
                                        AnyRef
                                        Annotations
                                        @throws(classOf[java.lang.Throwable])
                                      10. def get: F[A]

                                        Obtains the value of the Deferred, or waits until it has been completed.

                                        Obtains the value of the Deferred, or waits until it has been completed. The returned diff --git a/api/3.x/cats/effect/kernel/Deferred$.html b/api/3.x/cats/effect/kernel/Deferred$.html index 03dbe7c1a3..36fd73b49f 100644 --- a/api/3.x/cats/effect/kernel/Deferred$.html +++ b/api/3.x/cats/effect/kernel/Deferred$.html @@ -1,5 +1,5 @@

                                        Packages

                                        object Deferred extends Serializable

                                        Source
                                        Deferred.scala
                                        Linear Supertypes
                                        Ordering
                                        1. Alphabetic
                                        2. By Inheritance
                                        Inherited
                                        1. Deferred
                                        2. Serializable
                                        3. AnyRef
                                        4. Any
                                        1. Hide All
                                        2. Show All
                                        Visibility
                                        1. Public
                                        2. Protected

                                        Type Members

                                        1. final class AsyncDeferred[F[_], A] extends Deferred[F, A]

                                        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. def apply[F[_], A](implicit F: GenConcurrent[F, _]): F[Deferred[F, A]]

                                          Creates an unset Deferred.

                                          Creates an unset Deferred. Every time you bind the resulting F, a new Deferred is +var toRoot = '../../../';

                                          Packages

                                          object Deferred extends Serializable

                                          Source
                                          Deferred.scala
                                          Linear Supertypes
                                          Ordering
                                          1. Alphabetic
                                          2. By Inheritance
                                          Inherited
                                          1. Deferred
                                          2. Serializable
                                          3. AnyRef
                                          4. Any
                                          1. Hide All
                                          2. Show All
                                          Visibility
                                          1. Public
                                          2. Protected

                                          Type Members

                                          1. final class AsyncDeferred[F[_], A] extends Deferred[F, A]

                                          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. def apply[F[_], A](implicit F: GenConcurrent[F, _]): F[Deferred[F, A]]

                                            Creates an unset Deferred.

                                            Creates an unset Deferred. Every time you bind the resulting F, a new Deferred is created. If you want to share one, pass it as an argument and flatMap once.

                                          5. final def asInstanceOf[T0]: T0
                                            Definition Classes
                                            Any
                                          6. implicit def catsInvariantForDeferred[F[_]](implicit arg0: Functor[F]): Invariant[[β$0$]Deferred[F, β$0$]]
                                          7. def clone(): AnyRef
                                            Attributes
                                            protected[lang]
                                            Definition Classes
                                            AnyRef
                                            Annotations
                                            @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                          8. final def eq(arg0: AnyRef): Boolean
                                            Definition Classes
                                            AnyRef
                                          9. def equals(arg0: AnyRef): Boolean
                                            Definition Classes
                                            AnyRef → Any
                                          10. def finalize(): Unit
                                            Attributes
                                            protected[lang]
                                            Definition Classes
                                            AnyRef
                                            Annotations
                                            @throws(classOf[java.lang.Throwable])
                                          11. final def getClass(): Class[_ <: AnyRef]
                                            Definition Classes
                                            AnyRef → Any
                                            Annotations
                                            @native()
                                          12. def hashCode(): Int
                                            Definition Classes
                                            AnyRef → Any
                                            Annotations
                                            @native()
                                          13. def in[F[_], G[_], A](implicit F: Sync[F], G: Async[G]): F[Deferred[G, A]]

                                            Like apply but initializes state using another effect constructor

                                          14. final def isInstanceOf[T0]: Boolean
                                            Definition Classes
                                            Any
                                          15. final def ne(arg0: AnyRef): Boolean
                                            Definition Classes
                                            AnyRef
                                          16. final def notify(): Unit
                                            Definition Classes
                                            AnyRef
                                            Annotations
                                            @native()
                                          17. final def notifyAll(): Unit
                                            Definition Classes
                                            AnyRef
                                            Annotations
                                            @native()
                                          18. final def synchronized[T0](arg0: => T0): T0
                                            Definition Classes
                                            AnyRef
                                          19. def toString(): String
                                            Definition Classes
                                            AnyRef → Any
                                          20. def unsafe[F[_], A](implicit arg0: Async[F]): Deferred[F, A]

                                            Like apply but returns the newly allocated Deferred directly instead of wrapping it in diff --git a/api/3.x/cats/effect/kernel/Deferred.html b/api/3.x/cats/effect/kernel/Deferred.html index b6d29009c3..35cab28893 100644 --- a/api/3.x/cats/effect/kernel/Deferred.html +++ b/api/3.x/cats/effect/kernel/Deferred.html @@ -7,7 +7,7 @@ been completed will not modify its content, and return false.

                                            Albeit simple, Deferred can be used in conjunction with Ref to build complex concurrent behaviour and data structures like queues and semaphores.

                                            Finally, the blocking mentioned above is semantic only, no actual threads are blocked by the implementation. -

                                          Source
                                          Deferred.scala
                                          Linear Supertypes
                                          Known Subclasses
                                          Ordering
                                          1. Alphabetic
                                          2. By Inheritance
                                          Inherited
                                          1. Deferred
                                          2. DeferredSink
                                          3. DeferredSource
                                          4. Serializable
                                          5. AnyRef
                                          6. Any
                                          1. Hide All
                                          2. Show All
                                          Visibility
                                          1. Public
                                          2. Protected

                                          Instance Constructors

                                          1. new Deferred()

                                          Abstract Value Members

                                          1. abstract def complete(a: A): F[Boolean]

                                            If this Deferred is empty, sets the current value to a, and notifies any and all +

                                          Source
                                          Deferred.scala
                                          Linear Supertypes
                                          Known Subclasses
                                          Ordering
                                          1. Alphabetic
                                          2. By Inheritance
                                          Inherited
                                          1. Deferred
                                          2. DeferredSink
                                          3. DeferredSource
                                          4. Serializable
                                          5. AnyRef
                                          6. Any
                                          1. Hide All
                                          2. Show All
                                          Visibility
                                          1. Public
                                          2. Protected

                                          Instance Constructors

                                          1. new Deferred()

                                          Abstract Value Members

                                          1. abstract def complete(a: A): F[Boolean]

                                            If this Deferred is empty, sets the current value to a, and notifies any and all readers currently blocked on a get.

                                            If this Deferred is empty, sets the current value to a, and notifies any and all readers currently blocked on a get. Returns true.

                                            If this Deferred has already been completed, returns false.

                                            Satisfies: Deferred[F, A].flatMap(r => r.complete(a) *> r.get) == a.pure[F]

                                            Definition Classes
                                            DeferredSink
                                          2. abstract def get: F[A]

                                            Obtains the value of the Deferred, or waits until it has been completed.

                                            Obtains the value of the Deferred, or waits until it has been completed. The returned diff --git a/api/3.x/cats/effect/kernel/DeferredSink$.html b/api/3.x/cats/effect/kernel/DeferredSink$.html index 1476b218bd..c16a006b83 100644 --- a/api/3.x/cats/effect/kernel/DeferredSink$.html +++ b/api/3.x/cats/effect/kernel/DeferredSink$.html @@ -1,2 +1,2 @@

                                            Packages

                                            object DeferredSink extends Serializable

                                            Source
                                            Deferred.scala
                                            Linear Supertypes
                                            Ordering
                                            1. Alphabetic
                                            2. By Inheritance
                                            Inherited
                                            1. DeferredSink
                                            2. Serializable
                                            3. AnyRef
                                            4. Any
                                            1. Hide All
                                            2. Show All
                                            Visibility
                                            1. Public
                                            2. Protected

                                            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. implicit def catsContravariantForDeferredSink[F[_]]: Contravariant[[β$4$]DeferredSink[F, β$4$]]
                                            6. def clone(): AnyRef
                                              Attributes
                                              protected[lang]
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                            7. final def eq(arg0: AnyRef): Boolean
                                              Definition Classes
                                              AnyRef
                                            8. def equals(arg0: AnyRef): Boolean
                                              Definition Classes
                                              AnyRef → Any
                                            9. def finalize(): Unit
                                              Attributes
                                              protected[lang]
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @throws(classOf[java.lang.Throwable])
                                            10. final def getClass(): Class[_ <: AnyRef]
                                              Definition Classes
                                              AnyRef → Any
                                              Annotations
                                              @native()
                                            11. def hashCode(): Int
                                              Definition Classes
                                              AnyRef → Any
                                              Annotations
                                              @native()
                                            12. final def isInstanceOf[T0]: Boolean
                                              Definition Classes
                                              Any
                                            13. final def ne(arg0: AnyRef): Boolean
                                              Definition Classes
                                              AnyRef
                                            14. final def notify(): Unit
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @native()
                                            15. final def notifyAll(): Unit
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @native()
                                            16. final def synchronized[T0](arg0: => T0): T0
                                              Definition Classes
                                              AnyRef
                                            17. def toString(): String
                                              Definition Classes
                                              AnyRef → Any
                                            18. final def wait(): Unit
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @throws(classOf[java.lang.InterruptedException])
                                            19. final def wait(arg0: Long, arg1: Int): Unit
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @throws(classOf[java.lang.InterruptedException])
                                            20. final def wait(arg0: Long): Unit
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                            Inherited from Serializable

                                            Inherited from AnyRef

                                            Inherited from Any

                                            Ungrouped

                                            +var toRoot = '../../../';

                                            Packages

                                            object DeferredSink extends Serializable

                                            Source
                                            Deferred.scala
                                            Linear Supertypes
                                            Ordering
                                            1. Alphabetic
                                            2. By Inheritance
                                            Inherited
                                            1. DeferredSink
                                            2. Serializable
                                            3. AnyRef
                                            4. Any
                                            1. Hide All
                                            2. Show All
                                            Visibility
                                            1. Public
                                            2. Protected

                                            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. implicit def catsContravariantForDeferredSink[F[_]]: Contravariant[[β$4$]DeferredSink[F, β$4$]]
                                            6. def clone(): AnyRef
                                              Attributes
                                              protected[lang]
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                            7. final def eq(arg0: AnyRef): Boolean
                                              Definition Classes
                                              AnyRef
                                            8. def equals(arg0: AnyRef): Boolean
                                              Definition Classes
                                              AnyRef → Any
                                            9. def finalize(): Unit
                                              Attributes
                                              protected[lang]
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @throws(classOf[java.lang.Throwable])
                                            10. final def getClass(): Class[_ <: AnyRef]
                                              Definition Classes
                                              AnyRef → Any
                                              Annotations
                                              @native()
                                            11. def hashCode(): Int
                                              Definition Classes
                                              AnyRef → Any
                                              Annotations
                                              @native()
                                            12. final def isInstanceOf[T0]: Boolean
                                              Definition Classes
                                              Any
                                            13. final def ne(arg0: AnyRef): Boolean
                                              Definition Classes
                                              AnyRef
                                            14. final def notify(): Unit
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @native()
                                            15. final def notifyAll(): Unit
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @native()
                                            16. final def synchronized[T0](arg0: => T0): T0
                                              Definition Classes
                                              AnyRef
                                            17. def toString(): String
                                              Definition Classes
                                              AnyRef → Any
                                            18. final def wait(): Unit
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @throws(classOf[java.lang.InterruptedException])
                                            19. final def wait(arg0: Long, arg1: Int): Unit
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @throws(classOf[java.lang.InterruptedException])
                                            20. final def wait(arg0: Long): Unit
                                              Definition Classes
                                              AnyRef
                                              Annotations
                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                            Inherited from Serializable

                                            Inherited from AnyRef

                                            Inherited from Any

                                            Ungrouped

                                            diff --git a/api/3.x/cats/effect/kernel/DeferredSink.html b/api/3.x/cats/effect/kernel/DeferredSink.html index 95c3354e84..3a3ec9626b 100644 --- a/api/3.x/cats/effect/kernel/DeferredSink.html +++ b/api/3.x/cats/effect/kernel/DeferredSink.html @@ -1,5 +1,5 @@

                                            Packages

                                            trait DeferredSink[F[_], A] extends Serializable

                                            Source
                                            Deferred.scala
                                            Linear Supertypes
                                            Known Subclasses
                                            Ordering
                                            1. Alphabetic
                                            2. By Inheritance
                                            Inherited
                                            1. DeferredSink
                                            2. Serializable
                                            3. AnyRef
                                            4. Any
                                            1. Hide All
                                            2. Show All
                                            Visibility
                                            1. Public
                                            2. Protected

                                            Abstract Value Members

                                            1. abstract def complete(a: A): F[Boolean]

                                              If this Deferred is empty, sets the current value to a, and notifies any and all +var toRoot = '../../../';

                                              Packages

                                              trait DeferredSink[F[_], A] extends Serializable

                                              Source
                                              Deferred.scala
                                              Linear Supertypes
                                              Known Subclasses
                                              Ordering
                                              1. Alphabetic
                                              2. By Inheritance
                                              Inherited
                                              1. DeferredSink
                                              2. Serializable
                                              3. AnyRef
                                              4. Any
                                              1. Hide All
                                              2. Show All
                                              Visibility
                                              1. Public
                                              2. Protected

                                              Abstract Value Members

                                              1. abstract def complete(a: A): F[Boolean]

                                                If this Deferred is empty, sets the current value to a, and notifies any and all readers currently blocked on a get.

                                                If this Deferred is empty, sets the current value to a, and notifies any and all readers currently blocked on a get. Returns true.

                                                If this Deferred has already been completed, returns false.

                                                Satisfies: Deferred[F, A].flatMap(r => r.complete(a) *> r.get) == a.pure[F]

                                              Concrete 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 Serializable

                                              Inherited from AnyRef

                                              Inherited from Any

                                              Ungrouped

                                              diff --git a/api/3.x/cats/effect/kernel/DeferredSource$.html b/api/3.x/cats/effect/kernel/DeferredSource$.html index 94025c344c..698ab9c44f 100644 --- a/api/3.x/cats/effect/kernel/DeferredSource$.html +++ b/api/3.x/cats/effect/kernel/DeferredSource$.html @@ -1,2 +1,2 @@

                                              Packages

                                              object DeferredSource extends Serializable

                                              Source
                                              Deferred.scala
                                              Linear Supertypes
                                              Ordering
                                              1. Alphabetic
                                              2. By Inheritance
                                              Inherited
                                              1. DeferredSource
                                              2. Serializable
                                              3. AnyRef
                                              4. Any
                                              1. Hide All
                                              2. Show All
                                              Visibility
                                              1. Public
                                              2. Protected

                                              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. implicit def catsFunctorForDeferredSource[F[_]](implicit arg0: Functor[F]): Functor[[β$2$]DeferredSource[F, β$2$]]
                                              6. def clone(): AnyRef
                                                Attributes
                                                protected[lang]
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                              7. final def eq(arg0: AnyRef): Boolean
                                                Definition Classes
                                                AnyRef
                                              8. def equals(arg0: AnyRef): Boolean
                                                Definition Classes
                                                AnyRef → Any
                                              9. def finalize(): Unit
                                                Attributes
                                                protected[lang]
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @throws(classOf[java.lang.Throwable])
                                              10. final def getClass(): Class[_ <: AnyRef]
                                                Definition Classes
                                                AnyRef → Any
                                                Annotations
                                                @native()
                                              11. def hashCode(): Int
                                                Definition Classes
                                                AnyRef → Any
                                                Annotations
                                                @native()
                                              12. final def isInstanceOf[T0]: Boolean
                                                Definition Classes
                                                Any
                                              13. final def ne(arg0: AnyRef): Boolean
                                                Definition Classes
                                                AnyRef
                                              14. final def notify(): Unit
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @native()
                                              15. final def notifyAll(): Unit
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @native()
                                              16. final def synchronized[T0](arg0: => T0): T0
                                                Definition Classes
                                                AnyRef
                                              17. def toString(): String
                                                Definition Classes
                                                AnyRef → Any
                                              18. final def wait(): Unit
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @throws(classOf[java.lang.InterruptedException])
                                              19. final def wait(arg0: Long, arg1: Int): Unit
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @throws(classOf[java.lang.InterruptedException])
                                              20. final def wait(arg0: Long): Unit
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                              Inherited from Serializable

                                              Inherited from AnyRef

                                              Inherited from Any

                                              Ungrouped

                                              +var toRoot = '../../../';

                                              Packages

                                              object DeferredSource extends Serializable

                                              Source
                                              Deferred.scala
                                              Linear Supertypes
                                              Ordering
                                              1. Alphabetic
                                              2. By Inheritance
                                              Inherited
                                              1. DeferredSource
                                              2. Serializable
                                              3. AnyRef
                                              4. Any
                                              1. Hide All
                                              2. Show All
                                              Visibility
                                              1. Public
                                              2. Protected

                                              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. implicit def catsFunctorForDeferredSource[F[_]](implicit arg0: Functor[F]): Functor[[β$2$]DeferredSource[F, β$2$]]
                                              6. def clone(): AnyRef
                                                Attributes
                                                protected[lang]
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                              7. final def eq(arg0: AnyRef): Boolean
                                                Definition Classes
                                                AnyRef
                                              8. def equals(arg0: AnyRef): Boolean
                                                Definition Classes
                                                AnyRef → Any
                                              9. def finalize(): Unit
                                                Attributes
                                                protected[lang]
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @throws(classOf[java.lang.Throwable])
                                              10. final def getClass(): Class[_ <: AnyRef]
                                                Definition Classes
                                                AnyRef → Any
                                                Annotations
                                                @native()
                                              11. def hashCode(): Int
                                                Definition Classes
                                                AnyRef → Any
                                                Annotations
                                                @native()
                                              12. final def isInstanceOf[T0]: Boolean
                                                Definition Classes
                                                Any
                                              13. final def ne(arg0: AnyRef): Boolean
                                                Definition Classes
                                                AnyRef
                                              14. final def notify(): Unit
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @native()
                                              15. final def notifyAll(): Unit
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @native()
                                              16. final def synchronized[T0](arg0: => T0): T0
                                                Definition Classes
                                                AnyRef
                                              17. def toString(): String
                                                Definition Classes
                                                AnyRef → Any
                                              18. final def wait(): Unit
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @throws(classOf[java.lang.InterruptedException])
                                              19. final def wait(arg0: Long, arg1: Int): Unit
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @throws(classOf[java.lang.InterruptedException])
                                              20. final def wait(arg0: Long): Unit
                                                Definition Classes
                                                AnyRef
                                                Annotations
                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                              Inherited from Serializable

                                              Inherited from AnyRef

                                              Inherited from Any

                                              Ungrouped

                                              diff --git a/api/3.x/cats/effect/kernel/DeferredSource.html b/api/3.x/cats/effect/kernel/DeferredSource.html index ed8d8e91d0..c506c3c2ac 100644 --- a/api/3.x/cats/effect/kernel/DeferredSource.html +++ b/api/3.x/cats/effect/kernel/DeferredSource.html @@ -1,4 +1,4 @@

                                              Packages

                                              trait DeferredSource[F[_], A] extends Serializable

                                              Source
                                              Deferred.scala
                                              Linear Supertypes
                                              Known Subclasses
                                              Ordering
                                              1. Alphabetic
                                              2. By Inheritance
                                              Inherited
                                              1. DeferredSource
                                              2. Serializable
                                              3. AnyRef
                                              4. Any
                                              1. Hide All
                                              2. Show All
                                              Visibility
                                              1. Public
                                              2. Protected

                                              Abstract Value Members

                                              1. abstract def get: F[A]

                                                Obtains the value of the Deferred, or waits until it has been completed.

                                                Obtains the value of the Deferred, or waits until it has been completed. The returned +var toRoot = '../../../';

                                                Packages

                                                trait DeferredSource[F[_], A] extends Serializable

                                                Source
                                                Deferred.scala
                                                Linear Supertypes
                                                Known Subclasses
                                                Ordering
                                                1. Alphabetic
                                                2. By Inheritance
                                                Inherited
                                                1. DeferredSource
                                                2. Serializable
                                                3. AnyRef
                                                4. Any
                                                1. Hide All
                                                2. Show All
                                                Visibility
                                                1. Public
                                                2. Protected

                                                Abstract Value Members

                                                1. abstract def get: F[A]

                                                  Obtains the value of the Deferred, or waits until it has been completed.

                                                  Obtains the value of the Deferred, or waits until it has been completed. The returned value may be canceled.

                                                2. abstract def tryGet: F[Option[A]]

                                                  Obtains the current value of the Deferred, or None if it hasn't completed.

                                                Concrete 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 Serializable

                                                Inherited from AnyRef

                                                Inherited from Any

                                                Ungrouped

                                                diff --git a/api/3.x/cats/effect/kernel/Fiber.html b/api/3.x/cats/effect/kernel/Fiber.html index 7cf3d6405d..f9c53eda75 100644 --- a/api/3.x/cats/effect/kernel/Fiber.html +++ b/api/3.x/cats/effect/kernel/Fiber.html @@ -1,7 +1,7 @@

                                                Packages

                                                trait Fiber[F[_], E, A] extends Serializable

                                                A datatype that represents a handle to a fiber and allows for waiting and cancelation against that fiber. -

                                                Source
                                                Fiber.scala
                                                See also

                                                +

                                                Source
                                                Fiber.scala
                                                See also

                                                GenSpawn documentation for more detailed information on the concurrency of fibers.

                                                Linear Supertypes
                                                Known Subclasses
                                                Ordering
                                                1. Alphabetic
                                                2. By Inheritance
                                                Inherited
                                                1. Fiber
                                                2. Serializable
                                                3. AnyRef
                                                4. Any
                                                1. Hide All
                                                2. Show All
                                                Visibility
                                                1. Public
                                                2. Protected

                                                Abstract Value Members

                                                1. abstract def cancel: F[Unit]

                                                  Requests the cancelation of the fiber bound to this Fiber handle and awaits its finalization.

                                                  Requests the cancelation of the fiber bound to this Fiber handle and awaits its finalization.

                                                  cancel semantically blocks the caller until finalization of the cancellee has diff --git a/api/3.x/cats/effect/kernel/GenConcurrent$.html b/api/3.x/cats/effect/kernel/GenConcurrent$.html index 855a6c8285..4a1a5d70bd 100644 --- a/api/3.x/cats/effect/kernel/GenConcurrent$.html +++ b/api/3.x/cats/effect/kernel/GenConcurrent$.html @@ -1,2 +1,2 @@

                                                  Packages

                                                  object GenConcurrent extends Serializable

                                                  Source
                                                  GenConcurrent.scala
                                                  Linear Supertypes
                                                  Ordering
                                                  1. Alphabetic
                                                  2. By Inheritance
                                                  Inherited
                                                  1. GenConcurrent
                                                  2. Serializable
                                                  3. AnyRef
                                                  4. Any
                                                  1. Hide All
                                                  2. Show All
                                                  Visibility
                                                  1. Public
                                                  2. Protected

                                                  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. def apply[F[_]](implicit F: GenConcurrent[F, _], d: DummyImplicit): F.type
                                                  5. def apply[F[_], E](implicit F: GenConcurrent[F, E]): F.type
                                                  6. final def asInstanceOf[T0]: T0
                                                    Definition Classes
                                                    Any
                                                  7. def clone(): AnyRef
                                                    Attributes
                                                    protected[lang]
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                  8. final def eq(arg0: AnyRef): Boolean
                                                    Definition Classes
                                                    AnyRef
                                                  9. def equals(arg0: AnyRef): Boolean
                                                    Definition Classes
                                                    AnyRef → Any
                                                  10. def finalize(): Unit
                                                    Attributes
                                                    protected[lang]
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @throws(classOf[java.lang.Throwable])
                                                  11. implicit def genConcurrentForEitherT[F[_], E0, E](implicit F0: GenConcurrent[F, E]): GenConcurrent[[γ$1$]EitherT[F, E0, γ$1$], E]
                                                  12. implicit def genConcurrentForIorT[F[_], L, E](implicit F0: GenConcurrent[F, E], L0: Semigroup[L]): GenConcurrent[[γ$3$]IorT[F, L, γ$3$], E]
                                                  13. implicit def genConcurrentForKleisli[F[_], R, E](implicit F0: GenConcurrent[F, E]): GenConcurrent[[γ$2$]Kleisli[F, R, γ$2$], E]
                                                  14. implicit def genConcurrentForOptionT[F[_], E](implicit F0: GenConcurrent[F, E]): GenConcurrent[[β$0$]OptionT[F, β$0$], E]
                                                  15. implicit def genConcurrentForWriterT[F[_], L, E](implicit F0: GenConcurrent[F, E], L0: Monoid[L]): GenConcurrent[[γ$4$]WriterT[F, L, γ$4$], E]
                                                  16. final def getClass(): Class[_ <: AnyRef]
                                                    Definition Classes
                                                    AnyRef → Any
                                                    Annotations
                                                    @native()
                                                  17. def hashCode(): Int
                                                    Definition Classes
                                                    AnyRef → Any
                                                    Annotations
                                                    @native()
                                                  18. final def isInstanceOf[T0]: Boolean
                                                    Definition Classes
                                                    Any
                                                  19. final def ne(arg0: AnyRef): Boolean
                                                    Definition Classes
                                                    AnyRef
                                                  20. final def notify(): Unit
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @native()
                                                  21. final def notifyAll(): Unit
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @native()
                                                  22. final def synchronized[T0](arg0: => T0): T0
                                                    Definition Classes
                                                    AnyRef
                                                  23. def toString(): String
                                                    Definition Classes
                                                    AnyRef → Any
                                                  24. final def wait(): Unit
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @throws(classOf[java.lang.InterruptedException])
                                                  25. final def wait(arg0: Long, arg1: Int): Unit
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @throws(classOf[java.lang.InterruptedException])
                                                  26. final def wait(arg0: Long): Unit
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                  Inherited from Serializable

                                                  Inherited from AnyRef

                                                  Inherited from Any

                                                  Ungrouped

                                                  +var toRoot = '../../../';

                                                  Packages

                                                  object GenConcurrent extends Serializable

                                                  Source
                                                  GenConcurrent.scala
                                                  Linear Supertypes
                                                  Ordering
                                                  1. Alphabetic
                                                  2. By Inheritance
                                                  Inherited
                                                  1. GenConcurrent
                                                  2. Serializable
                                                  3. AnyRef
                                                  4. Any
                                                  1. Hide All
                                                  2. Show All
                                                  Visibility
                                                  1. Public
                                                  2. Protected

                                                  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. def apply[F[_]](implicit F: GenConcurrent[F, _], d: DummyImplicit): F.type
                                                  5. def apply[F[_], E](implicit F: GenConcurrent[F, E]): F.type
                                                  6. final def asInstanceOf[T0]: T0
                                                    Definition Classes
                                                    Any
                                                  7. def clone(): AnyRef
                                                    Attributes
                                                    protected[lang]
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                  8. final def eq(arg0: AnyRef): Boolean
                                                    Definition Classes
                                                    AnyRef
                                                  9. def equals(arg0: AnyRef): Boolean
                                                    Definition Classes
                                                    AnyRef → Any
                                                  10. def finalize(): Unit
                                                    Attributes
                                                    protected[lang]
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @throws(classOf[java.lang.Throwable])
                                                  11. implicit def genConcurrentForEitherT[F[_], E0, E](implicit F0: GenConcurrent[F, E]): GenConcurrent[[γ$1$]EitherT[F, E0, γ$1$], E]
                                                  12. implicit def genConcurrentForIorT[F[_], L, E](implicit F0: GenConcurrent[F, E], L0: Semigroup[L]): GenConcurrent[[γ$3$]IorT[F, L, γ$3$], E]
                                                  13. implicit def genConcurrentForKleisli[F[_], R, E](implicit F0: GenConcurrent[F, E]): GenConcurrent[[γ$2$]Kleisli[F, R, γ$2$], E]
                                                  14. implicit def genConcurrentForOptionT[F[_], E](implicit F0: GenConcurrent[F, E]): GenConcurrent[[β$0$]OptionT[F, β$0$], E]
                                                  15. implicit def genConcurrentForWriterT[F[_], L, E](implicit F0: GenConcurrent[F, E], L0: Monoid[L]): GenConcurrent[[γ$4$]WriterT[F, L, γ$4$], E]
                                                  16. final def getClass(): Class[_ <: AnyRef]
                                                    Definition Classes
                                                    AnyRef → Any
                                                    Annotations
                                                    @native()
                                                  17. def hashCode(): Int
                                                    Definition Classes
                                                    AnyRef → Any
                                                    Annotations
                                                    @native()
                                                  18. final def isInstanceOf[T0]: Boolean
                                                    Definition Classes
                                                    Any
                                                  19. final def ne(arg0: AnyRef): Boolean
                                                    Definition Classes
                                                    AnyRef
                                                  20. final def notify(): Unit
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @native()
                                                  21. final def notifyAll(): Unit
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @native()
                                                  22. final def synchronized[T0](arg0: => T0): T0
                                                    Definition Classes
                                                    AnyRef
                                                  23. def toString(): String
                                                    Definition Classes
                                                    AnyRef → Any
                                                  24. final def wait(): Unit
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @throws(classOf[java.lang.InterruptedException])
                                                  25. final def wait(arg0: Long, arg1: Int): Unit
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @throws(classOf[java.lang.InterruptedException])
                                                  26. final def wait(arg0: Long): Unit
                                                    Definition Classes
                                                    AnyRef
                                                    Annotations
                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                  Inherited from Serializable

                                                  Inherited from AnyRef

                                                  Inherited from Any

                                                  Ungrouped

                                                  diff --git a/api/3.x/cats/effect/kernel/GenConcurrent.html b/api/3.x/cats/effect/kernel/GenConcurrent.html index e8d90a5dc6..10c49adff8 100644 --- a/api/3.x/cats/effect/kernel/GenConcurrent.html +++ b/api/3.x/cats/effect/kernel/GenConcurrent.html @@ -1,5 +1,5 @@

                                                  Packages

                                                  trait GenConcurrent[F[_], E] extends GenSpawn[F, E]

                                                  Ordering
                                                  1. Alphabetic
                                                  2. By Inheritance
                                                  Inherited
                                                  1. GenConcurrent
                                                  2. GenSpawn
                                                  3. Unique
                                                  4. MonadCancel
                                                  5. MonadError
                                                  6. Monad
                                                  7. FlatMap
                                                  8. FlatMapArityFunctions
                                                  9. ApplicativeError
                                                  10. Applicative
                                                  11. InvariantMonoidal
                                                  12. Apply
                                                  13. ApplyArityFunctions
                                                  14. InvariantSemigroupal
                                                  15. Semigroupal
                                                  16. Functor
                                                  17. Invariant
                                                  18. Serializable
                                                  19. AnyRef
                                                  20. Any
                                                  1. Hide All
                                                  2. Show All
                                                  Visibility
                                                  1. Public
                                                  2. Protected

                                                  Abstract Value Members

                                                  1. abstract def canceled: F[Unit]

                                                    An effect that requests self-cancelation on the current fiber.

                                                    An effect that requests self-cancelation on the current fiber.

                                                    canceled has a return type of F[Unit] instead of F[Nothing] due to execution +var toRoot = '../../../';

                                                    Packages

                                                    trait GenConcurrent[F[_], E] extends GenSpawn[F, E]

                                                    Ordering
                                                    1. Alphabetic
                                                    2. By Inheritance
                                                    Inherited
                                                    1. GenConcurrent
                                                    2. GenSpawn
                                                    3. Unique
                                                    4. MonadCancel
                                                    5. MonadError
                                                    6. Monad
                                                    7. FlatMap
                                                    8. FlatMapArityFunctions
                                                    9. ApplicativeError
                                                    10. Applicative
                                                    11. InvariantMonoidal
                                                    12. Apply
                                                    13. ApplyArityFunctions
                                                    14. InvariantSemigroupal
                                                    15. Semigroupal
                                                    16. Functor
                                                    17. Invariant
                                                    18. Serializable
                                                    19. AnyRef
                                                    20. Any
                                                    1. Hide All
                                                    2. Show All
                                                    Visibility
                                                    1. Public
                                                    2. Protected

                                                    Abstract Value Members

                                                    1. abstract def canceled: F[Unit]

                                                      An effect that requests self-cancelation on the current fiber.

                                                      An effect that requests self-cancelation on the current fiber.

                                                      canceled has a return type of F[Unit] instead of F[Nothing] due to execution continuing in a masked region. In the following example, the fiber requests self-cancelation in a masked region, so cancelation is suppressed until the fiber is completely unmasked. fa will run but fb will not. If canceled had a return type of diff --git a/api/3.x/cats/effect/kernel/GenSpawn$.html b/api/3.x/cats/effect/kernel/GenSpawn$.html index 02c0b3028c..cbd93847e6 100644 --- a/api/3.x/cats/effect/kernel/GenSpawn$.html +++ b/api/3.x/cats/effect/kernel/GenSpawn$.html @@ -1,2 +1,2 @@

                                                      Packages

                                                      object GenSpawn extends Serializable

                                                      Source
                                                      GenSpawn.scala
                                                      Linear Supertypes
                                                      Ordering
                                                      1. Alphabetic
                                                      2. By Inheritance
                                                      Inherited
                                                      1. GenSpawn
                                                      2. Serializable
                                                      3. AnyRef
                                                      4. Any
                                                      1. Hide All
                                                      2. Show All
                                                      Visibility
                                                      1. Public
                                                      2. Protected

                                                      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. def apply[F[_]](implicit F: GenSpawn[F, _], d: DummyImplicit): F.type
                                                      5. def apply[F[_], E](implicit F: GenSpawn[F, E]): F.type
                                                      6. final def asInstanceOf[T0]: T0
                                                        Definition Classes
                                                        Any
                                                      7. def clone(): AnyRef
                                                        Attributes
                                                        protected[lang]
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                      8. final def eq(arg0: AnyRef): Boolean
                                                        Definition Classes
                                                        AnyRef
                                                      9. def equals(arg0: AnyRef): Boolean
                                                        Definition Classes
                                                        AnyRef → Any
                                                      10. def finalize(): Unit
                                                        Attributes
                                                        protected[lang]
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @throws(classOf[java.lang.Throwable])
                                                      11. implicit def genSpawnForEitherT[F[_], E0, E](implicit F0: GenSpawn[F, E]): GenSpawn[[γ$1$]EitherT[F, E0, γ$1$], E]
                                                      12. implicit def genSpawnForIorT[F[_], L, E](implicit F0: GenSpawn[F, E], L0: Semigroup[L]): GenSpawn[[γ$3$]IorT[F, L, γ$3$], E]
                                                      13. implicit def genSpawnForKleisli[F[_], R, E](implicit F0: GenSpawn[F, E]): GenSpawn[[γ$2$]Kleisli[F, R, γ$2$], E]
                                                      14. implicit def genSpawnForOptionT[F[_], E](implicit F0: GenSpawn[F, E]): GenSpawn[[β$0$]OptionT[F, β$0$], E]
                                                      15. implicit def genSpawnForWriterT[F[_], L, E](implicit F0: GenSpawn[F, E], L0: Monoid[L]): GenSpawn[[γ$4$]WriterT[F, L, γ$4$], E]
                                                      16. final def getClass(): Class[_ <: AnyRef]
                                                        Definition Classes
                                                        AnyRef → Any
                                                        Annotations
                                                        @native()
                                                      17. def hashCode(): Int
                                                        Definition Classes
                                                        AnyRef → Any
                                                        Annotations
                                                        @native()
                                                      18. final def isInstanceOf[T0]: Boolean
                                                        Definition Classes
                                                        Any
                                                      19. final def ne(arg0: AnyRef): Boolean
                                                        Definition Classes
                                                        AnyRef
                                                      20. final def notify(): Unit
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @native()
                                                      21. final def notifyAll(): Unit
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @native()
                                                      22. final def synchronized[T0](arg0: => T0): T0
                                                        Definition Classes
                                                        AnyRef
                                                      23. def toString(): String
                                                        Definition Classes
                                                        AnyRef → Any
                                                      24. final def wait(): Unit
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @throws(classOf[java.lang.InterruptedException])
                                                      25. final def wait(arg0: Long, arg1: Int): Unit
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @throws(classOf[java.lang.InterruptedException])
                                                      26. final def wait(arg0: Long): Unit
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                      Inherited from Serializable

                                                      Inherited from AnyRef

                                                      Inherited from Any

                                                      Ungrouped

                                                      +var toRoot = '../../../';

                                                      Packages

                                                      object GenSpawn extends Serializable

                                                      Source
                                                      GenSpawn.scala
                                                      Linear Supertypes
                                                      Ordering
                                                      1. Alphabetic
                                                      2. By Inheritance
                                                      Inherited
                                                      1. GenSpawn
                                                      2. Serializable
                                                      3. AnyRef
                                                      4. Any
                                                      1. Hide All
                                                      2. Show All
                                                      Visibility
                                                      1. Public
                                                      2. Protected

                                                      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. def apply[F[_]](implicit F: GenSpawn[F, _], d: DummyImplicit): F.type
                                                      5. def apply[F[_], E](implicit F: GenSpawn[F, E]): F.type
                                                      6. final def asInstanceOf[T0]: T0
                                                        Definition Classes
                                                        Any
                                                      7. def clone(): AnyRef
                                                        Attributes
                                                        protected[lang]
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                      8. final def eq(arg0: AnyRef): Boolean
                                                        Definition Classes
                                                        AnyRef
                                                      9. def equals(arg0: AnyRef): Boolean
                                                        Definition Classes
                                                        AnyRef → Any
                                                      10. def finalize(): Unit
                                                        Attributes
                                                        protected[lang]
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @throws(classOf[java.lang.Throwable])
                                                      11. implicit def genSpawnForEitherT[F[_], E0, E](implicit F0: GenSpawn[F, E]): GenSpawn[[γ$1$]EitherT[F, E0, γ$1$], E]
                                                      12. implicit def genSpawnForIorT[F[_], L, E](implicit F0: GenSpawn[F, E], L0: Semigroup[L]): GenSpawn[[γ$3$]IorT[F, L, γ$3$], E]
                                                      13. implicit def genSpawnForKleisli[F[_], R, E](implicit F0: GenSpawn[F, E]): GenSpawn[[γ$2$]Kleisli[F, R, γ$2$], E]
                                                      14. implicit def genSpawnForOptionT[F[_], E](implicit F0: GenSpawn[F, E]): GenSpawn[[β$0$]OptionT[F, β$0$], E]
                                                      15. implicit def genSpawnForWriterT[F[_], L, E](implicit F0: GenSpawn[F, E], L0: Monoid[L]): GenSpawn[[γ$4$]WriterT[F, L, γ$4$], E]
                                                      16. final def getClass(): Class[_ <: AnyRef]
                                                        Definition Classes
                                                        AnyRef → Any
                                                        Annotations
                                                        @native()
                                                      17. def hashCode(): Int
                                                        Definition Classes
                                                        AnyRef → Any
                                                        Annotations
                                                        @native()
                                                      18. final def isInstanceOf[T0]: Boolean
                                                        Definition Classes
                                                        Any
                                                      19. final def ne(arg0: AnyRef): Boolean
                                                        Definition Classes
                                                        AnyRef
                                                      20. final def notify(): Unit
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @native()
                                                      21. final def notifyAll(): Unit
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @native()
                                                      22. final def synchronized[T0](arg0: => T0): T0
                                                        Definition Classes
                                                        AnyRef
                                                      23. def toString(): String
                                                        Definition Classes
                                                        AnyRef → Any
                                                      24. final def wait(): Unit
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @throws(classOf[java.lang.InterruptedException])
                                                      25. final def wait(arg0: Long, arg1: Int): Unit
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @throws(classOf[java.lang.InterruptedException])
                                                      26. final def wait(arg0: Long): Unit
                                                        Definition Classes
                                                        AnyRef
                                                        Annotations
                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                      Inherited from Serializable

                                                      Inherited from AnyRef

                                                      Inherited from Any

                                                      Ungrouped

                                                      diff --git a/api/3.x/cats/effect/kernel/GenSpawn.html b/api/3.x/cats/effect/kernel/GenSpawn.html index 0dfea8d0a3..64525be6e1 100644 --- a/api/3.x/cats/effect/kernel/GenSpawn.html +++ b/api/3.x/cats/effect/kernel/GenSpawn.html @@ -63,7 +63,7 @@ necessarily mutually exclusive: a runtime system may incorporate a blend of the two, where fibers can explicitly yield back to the scheduler, but the runtime preempts a fiber if it has not yielded for some time.

                                                      For more details on schedulers, see the following resources:

                                                      1. https://gist.github.com/djspiewak/3ac3f3f55a780e8ab6fa2ca87160ca40
                                                      2. https://gist.github.com/djspiewak/46b543800958cf61af6efa8e072bfd5c -
                                                      Source
                                                      GenSpawn.scala
                                                      Known Subclasses
                                                      Ordering
                                                      1. Alphabetic
                                                      2. By Inheritance
                                                      Inherited
                                                      1. GenSpawn
                                                      2. Unique
                                                      3. MonadCancel
                                                      4. MonadError
                                                      5. Monad
                                                      6. FlatMap
                                                      7. FlatMapArityFunctions
                                                      8. ApplicativeError
                                                      9. Applicative
                                                      10. InvariantMonoidal
                                                      11. Apply
                                                      12. ApplyArityFunctions
                                                      13. InvariantSemigroupal
                                                      14. Semigroupal
                                                      15. Functor
                                                      16. Invariant
                                                      17. Serializable
                                                      18. AnyRef
                                                      19. Any
                                                      1. Hide All
                                                      2. Show All
                                                      Visibility
                                                      1. Public
                                                      2. Protected

                                                      Abstract Value Members

                                                      1. abstract def canceled: F[Unit]

                                                        An effect that requests self-cancelation on the current fiber.

                                                        An effect that requests self-cancelation on the current fiber.

                                                        canceled has a return type of F[Unit] instead of F[Nothing] due to execution +

                                                      Source
                                                      GenSpawn.scala
                                                      Known Subclasses
                                                      Ordering
                                                      1. Alphabetic
                                                      2. By Inheritance
                                                      Inherited
                                                      1. GenSpawn
                                                      2. Unique
                                                      3. MonadCancel
                                                      4. MonadError
                                                      5. Monad
                                                      6. FlatMap
                                                      7. FlatMapArityFunctions
                                                      8. ApplicativeError
                                                      9. Applicative
                                                      10. InvariantMonoidal
                                                      11. Apply
                                                      12. ApplyArityFunctions
                                                      13. InvariantSemigroupal
                                                      14. Semigroupal
                                                      15. Functor
                                                      16. Invariant
                                                      17. Serializable
                                                      18. AnyRef
                                                      19. Any
                                                      1. Hide All
                                                      2. Show All
                                                      Visibility
                                                      1. Public
                                                      2. Protected

                                                      Abstract Value Members

                                                      1. abstract def canceled: F[Unit]

                                                        An effect that requests self-cancelation on the current fiber.

                                                        An effect that requests self-cancelation on the current fiber.

                                                        canceled has a return type of F[Unit] instead of F[Nothing] due to execution continuing in a masked region. In the following example, the fiber requests self-cancelation in a masked region, so cancelation is suppressed until the fiber is completely unmasked. fa will run but fb will not. If canceled had a return type of diff --git a/api/3.x/cats/effect/kernel/GenTemporal$.html b/api/3.x/cats/effect/kernel/GenTemporal$.html index 9558b4e6e9..6de8f56132 100644 --- a/api/3.x/cats/effect/kernel/GenTemporal$.html +++ b/api/3.x/cats/effect/kernel/GenTemporal$.html @@ -1,2 +1,2 @@

                                                        Packages

                                                        object GenTemporal extends Serializable

                                                        Source
                                                        GenTemporal.scala
                                                        Linear Supertypes
                                                        Ordering
                                                        1. Alphabetic
                                                        2. By Inheritance
                                                        Inherited
                                                        1. GenTemporal
                                                        2. Serializable
                                                        3. AnyRef
                                                        4. Any
                                                        1. Hide All
                                                        2. Show All
                                                        Visibility
                                                        1. Public
                                                        2. Protected

                                                        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. def apply[F[_]](implicit F: GenTemporal[F, _], d: DummyImplicit): F.type
                                                        5. def apply[F[_], E](implicit F: GenTemporal[F, E]): F.type
                                                        6. final def asInstanceOf[T0]: T0
                                                          Definition Classes
                                                          Any
                                                        7. def clone(): AnyRef
                                                          Attributes
                                                          protected[lang]
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                        8. final def eq(arg0: AnyRef): Boolean
                                                          Definition Classes
                                                          AnyRef
                                                        9. def equals(arg0: AnyRef): Boolean
                                                          Definition Classes
                                                          AnyRef → Any
                                                        10. def finalize(): Unit
                                                          Attributes
                                                          protected[lang]
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @throws(classOf[java.lang.Throwable])
                                                        11. implicit def genTemporalForEitherT[F[_], E0, E](implicit F0: GenTemporal[F, E]): GenTemporal[[γ$1$]EitherT[F, E0, γ$1$], E]
                                                        12. implicit def genTemporalForIorT[F[_], L, E](implicit F0: GenTemporal[F, E], L0: Semigroup[L]): GenTemporal[[γ$3$]IorT[F, L, γ$3$], E]
                                                        13. implicit def genTemporalForKleisli[F[_], R, E](implicit F0: GenTemporal[F, E]): GenTemporal[[γ$2$]Kleisli[F, R, γ$2$], E]
                                                        14. implicit def genTemporalForOptionT[F[_], E](implicit F0: GenTemporal[F, E]): GenTemporal[[β$0$]OptionT[F, β$0$], E]
                                                        15. implicit def genTemporalForWriterT[F[_], L, E](implicit F0: GenTemporal[F, E], L0: Monoid[L]): GenTemporal[[γ$4$]WriterT[F, L, γ$4$], E]
                                                        16. final def getClass(): Class[_ <: AnyRef]
                                                          Definition Classes
                                                          AnyRef → Any
                                                          Annotations
                                                          @native()
                                                        17. def hashCode(): Int
                                                          Definition Classes
                                                          AnyRef → Any
                                                          Annotations
                                                          @native()
                                                        18. final def isInstanceOf[T0]: Boolean
                                                          Definition Classes
                                                          Any
                                                        19. final def ne(arg0: AnyRef): Boolean
                                                          Definition Classes
                                                          AnyRef
                                                        20. final def notify(): Unit
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @native()
                                                        21. final def notifyAll(): Unit
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @native()
                                                        22. final def synchronized[T0](arg0: => T0): T0
                                                          Definition Classes
                                                          AnyRef
                                                        23. def toString(): String
                                                          Definition Classes
                                                          AnyRef → Any
                                                        24. final def wait(): Unit
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @throws(classOf[java.lang.InterruptedException])
                                                        25. final def wait(arg0: Long, arg1: Int): Unit
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @throws(classOf[java.lang.InterruptedException])
                                                        26. final def wait(arg0: Long): Unit
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                        Inherited from Serializable

                                                        Inherited from AnyRef

                                                        Inherited from Any

                                                        Ungrouped

                                                        +var toRoot = '../../../';

                                                        Packages

                                                        object GenTemporal extends Serializable

                                                        Source
                                                        GenTemporal.scala
                                                        Linear Supertypes
                                                        Ordering
                                                        1. Alphabetic
                                                        2. By Inheritance
                                                        Inherited
                                                        1. GenTemporal
                                                        2. Serializable
                                                        3. AnyRef
                                                        4. Any
                                                        1. Hide All
                                                        2. Show All
                                                        Visibility
                                                        1. Public
                                                        2. Protected

                                                        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. def apply[F[_]](implicit F: GenTemporal[F, _], d: DummyImplicit): F.type
                                                        5. def apply[F[_], E](implicit F: GenTemporal[F, E]): F.type
                                                        6. final def asInstanceOf[T0]: T0
                                                          Definition Classes
                                                          Any
                                                        7. def clone(): AnyRef
                                                          Attributes
                                                          protected[lang]
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                        8. final def eq(arg0: AnyRef): Boolean
                                                          Definition Classes
                                                          AnyRef
                                                        9. def equals(arg0: AnyRef): Boolean
                                                          Definition Classes
                                                          AnyRef → Any
                                                        10. def finalize(): Unit
                                                          Attributes
                                                          protected[lang]
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @throws(classOf[java.lang.Throwable])
                                                        11. implicit def genTemporalForEitherT[F[_], E0, E](implicit F0: GenTemporal[F, E]): GenTemporal[[γ$1$]EitherT[F, E0, γ$1$], E]
                                                        12. implicit def genTemporalForIorT[F[_], L, E](implicit F0: GenTemporal[F, E], L0: Semigroup[L]): GenTemporal[[γ$3$]IorT[F, L, γ$3$], E]
                                                        13. implicit def genTemporalForKleisli[F[_], R, E](implicit F0: GenTemporal[F, E]): GenTemporal[[γ$2$]Kleisli[F, R, γ$2$], E]
                                                        14. implicit def genTemporalForOptionT[F[_], E](implicit F0: GenTemporal[F, E]): GenTemporal[[β$0$]OptionT[F, β$0$], E]
                                                        15. implicit def genTemporalForWriterT[F[_], L, E](implicit F0: GenTemporal[F, E], L0: Monoid[L]): GenTemporal[[γ$4$]WriterT[F, L, γ$4$], E]
                                                        16. final def getClass(): Class[_ <: AnyRef]
                                                          Definition Classes
                                                          AnyRef → Any
                                                          Annotations
                                                          @native()
                                                        17. def hashCode(): Int
                                                          Definition Classes
                                                          AnyRef → Any
                                                          Annotations
                                                          @native()
                                                        18. final def isInstanceOf[T0]: Boolean
                                                          Definition Classes
                                                          Any
                                                        19. final def ne(arg0: AnyRef): Boolean
                                                          Definition Classes
                                                          AnyRef
                                                        20. final def notify(): Unit
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @native()
                                                        21. final def notifyAll(): Unit
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @native()
                                                        22. final def synchronized[T0](arg0: => T0): T0
                                                          Definition Classes
                                                          AnyRef
                                                        23. def toString(): String
                                                          Definition Classes
                                                          AnyRef → Any
                                                        24. final def wait(): Unit
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @throws(classOf[java.lang.InterruptedException])
                                                        25. final def wait(arg0: Long, arg1: Int): Unit
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @throws(classOf[java.lang.InterruptedException])
                                                        26. final def wait(arg0: Long): Unit
                                                          Definition Classes
                                                          AnyRef
                                                          Annotations
                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                        Inherited from Serializable

                                                        Inherited from AnyRef

                                                        Inherited from Any

                                                        Ungrouped

                                                        diff --git a/api/3.x/cats/effect/kernel/GenTemporal.html b/api/3.x/cats/effect/kernel/GenTemporal.html index 7a8f3454f0..8e281124c8 100644 --- a/api/3.x/cats/effect/kernel/GenTemporal.html +++ b/api/3.x/cats/effect/kernel/GenTemporal.html @@ -1,7 +1,7 @@

                                                        Packages

                                                        trait GenTemporal[F[_], E] extends GenConcurrent[F, E] with Clock[F]

                                                        A typeclass that encodes the notion of suspending fibers for a given duration. Analogous to Thread.sleep but is only fiber blocking rather than blocking an underlying OS pthread. -

                                                        Source
                                                        GenTemporal.scala
                                                        Known Subclasses
                                                        Ordering
                                                        1. Alphabetic
                                                        2. By Inheritance
                                                        Inherited
                                                        1. GenTemporal
                                                        2. Clock
                                                        3. ClockPlatform
                                                        4. GenConcurrent
                                                        5. GenSpawn
                                                        6. Unique
                                                        7. MonadCancel
                                                        8. MonadError
                                                        9. Monad
                                                        10. FlatMap
                                                        11. FlatMapArityFunctions
                                                        12. ApplicativeError
                                                        13. Applicative
                                                        14. InvariantMonoidal
                                                        15. Apply
                                                        16. ApplyArityFunctions
                                                        17. InvariantSemigroupal
                                                        18. Semigroupal
                                                        19. Functor
                                                        20. Invariant
                                                        21. Serializable
                                                        22. AnyRef
                                                        23. Any
                                                        1. Hide All
                                                        2. Show All
                                                        Visibility
                                                        1. Public
                                                        2. Protected

                                                        Abstract Value Members

                                                        1. abstract def canceled: F[Unit]

                                                          An effect that requests self-cancelation on the current fiber.

                                                          An effect that requests self-cancelation on the current fiber.

                                                          canceled has a return type of F[Unit] instead of F[Nothing] due to execution +

                                                          Source
                                                          GenTemporal.scala
                                                          Known Subclasses
                                                          Ordering
                                                          1. Alphabetic
                                                          2. By Inheritance
                                                          Inherited
                                                          1. GenTemporal
                                                          2. Clock
                                                          3. ClockPlatform
                                                          4. GenConcurrent
                                                          5. GenSpawn
                                                          6. Unique
                                                          7. MonadCancel
                                                          8. MonadError
                                                          9. Monad
                                                          10. FlatMap
                                                          11. FlatMapArityFunctions
                                                          12. ApplicativeError
                                                          13. Applicative
                                                          14. InvariantMonoidal
                                                          15. Apply
                                                          16. ApplyArityFunctions
                                                          17. InvariantSemigroupal
                                                          18. Semigroupal
                                                          19. Functor
                                                          20. Invariant
                                                          21. Serializable
                                                          22. AnyRef
                                                          23. Any
                                                          1. Hide All
                                                          2. Show All
                                                          Visibility
                                                          1. Public
                                                          2. Protected

                                                          Abstract Value Members

                                                          1. abstract def canceled: F[Unit]

                                                            An effect that requests self-cancelation on the current fiber.

                                                            An effect that requests self-cancelation on the current fiber.

                                                            canceled has a return type of F[Unit] instead of F[Nothing] due to execution continuing in a masked region. In the following example, the fiber requests self-cancelation in a masked region, so cancelation is suppressed until the fiber is completely unmasked. fa will run but fb will not. If canceled had a return type of diff --git a/api/3.x/cats/effect/kernel/MonadCancel$$Uncancelable.html b/api/3.x/cats/effect/kernel/MonadCancel$$Uncancelable.html index 9a40d4daf3..179a24dd4e 100644 --- a/api/3.x/cats/effect/kernel/MonadCancel$$Uncancelable.html +++ b/api/3.x/cats/effect/kernel/MonadCancel$$Uncancelable.html @@ -1,2 +1,2 @@

                                                            Packages

                                                            trait Uncancelable[F[_], E] extends AnyRef

                                                            Self Type
                                                            Uncancelable[F, E] with MonadCancel[F, E]
                                                            Source
                                                            MonadCancel.scala
                                                            Linear Supertypes
                                                            Ordering
                                                            1. Alphabetic
                                                            2. By Inheritance
                                                            Inherited
                                                            1. Uncancelable
                                                            2. AnyRef
                                                            3. Any
                                                            1. Hide All
                                                            2. Show All
                                                            Visibility
                                                            1. Public
                                                            2. Protected

                                                            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 canceled: F[Unit]
                                                            6. def clone(): AnyRef
                                                              Attributes
                                                              protected[lang]
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                            7. final def eq(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef
                                                            8. def equals(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef → Any
                                                            9. def finalize(): Unit
                                                              Attributes
                                                              protected[lang]
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.Throwable])
                                                            10. final def getClass(): Class[_ <: AnyRef]
                                                              Definition Classes
                                                              AnyRef → Any
                                                              Annotations
                                                              @native()
                                                            11. def hashCode(): Int
                                                              Definition Classes
                                                              AnyRef → Any
                                                              Annotations
                                                              @native()
                                                            12. final def isInstanceOf[T0]: Boolean
                                                              Definition Classes
                                                              Any
                                                            13. final def ne(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef
                                                            14. final def notify(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @native()
                                                            15. final def notifyAll(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @native()
                                                            16. def onCancel[A](fa: F[A], fin: F[Unit]): F[A]
                                                            17. def rootCancelScope: CancelScope
                                                            18. final def synchronized[T0](arg0: => T0): T0
                                                              Definition Classes
                                                              AnyRef
                                                            19. def toString(): String
                                                              Definition Classes
                                                              AnyRef → Any
                                                            20. def uncancelable[A](body: (Poll[F]) => F[A]): F[A]
                                                            21. final def wait(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException])
                                                            22. final def wait(arg0: Long, arg1: Int): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException])
                                                            23. final def wait(arg0: Long): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                            Inherited from AnyRef

                                                            Inherited from Any

                                                            Ungrouped

                                                            +var toRoot = '../../../';

                                                            Packages

                                                            trait Uncancelable[F[_], E] extends AnyRef

                                                            Self Type
                                                            Uncancelable[F, E] with MonadCancel[F, E]
                                                            Source
                                                            MonadCancel.scala
                                                            Linear Supertypes
                                                            Ordering
                                                            1. Alphabetic
                                                            2. By Inheritance
                                                            Inherited
                                                            1. Uncancelable
                                                            2. AnyRef
                                                            3. Any
                                                            1. Hide All
                                                            2. Show All
                                                            Visibility
                                                            1. Public
                                                            2. Protected

                                                            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 canceled: F[Unit]
                                                            6. def clone(): AnyRef
                                                              Attributes
                                                              protected[lang]
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                            7. final def eq(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef
                                                            8. def equals(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef → Any
                                                            9. def finalize(): Unit
                                                              Attributes
                                                              protected[lang]
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.Throwable])
                                                            10. final def getClass(): Class[_ <: AnyRef]
                                                              Definition Classes
                                                              AnyRef → Any
                                                              Annotations
                                                              @native()
                                                            11. def hashCode(): Int
                                                              Definition Classes
                                                              AnyRef → Any
                                                              Annotations
                                                              @native()
                                                            12. final def isInstanceOf[T0]: Boolean
                                                              Definition Classes
                                                              Any
                                                            13. final def ne(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef
                                                            14. final def notify(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @native()
                                                            15. final def notifyAll(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @native()
                                                            16. def onCancel[A](fa: F[A], fin: F[Unit]): F[A]
                                                            17. def rootCancelScope: CancelScope
                                                            18. final def synchronized[T0](arg0: => T0): T0
                                                              Definition Classes
                                                              AnyRef
                                                            19. def toString(): String
                                                              Definition Classes
                                                              AnyRef → Any
                                                            20. def uncancelable[A](body: (Poll[F]) => F[A]): F[A]
                                                            21. final def wait(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException])
                                                            22. final def wait(arg0: Long, arg1: Int): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException])
                                                            23. final def wait(arg0: Long): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                            Inherited from AnyRef

                                                            Inherited from Any

                                                            Ungrouped

                                                            diff --git a/api/3.x/cats/effect/kernel/MonadCancel$.html b/api/3.x/cats/effect/kernel/MonadCancel$.html index b86c92c9a5..8aaa5816db 100644 --- a/api/3.x/cats/effect/kernel/MonadCancel$.html +++ b/api/3.x/cats/effect/kernel/MonadCancel$.html @@ -1,2 +1,2 @@

                                                            Packages

                                                            object MonadCancel extends Serializable

                                                            Source
                                                            MonadCancel.scala
                                                            Linear Supertypes
                                                            Ordering
                                                            1. Alphabetic
                                                            2. By Inheritance
                                                            Inherited
                                                            1. MonadCancel
                                                            2. Serializable
                                                            3. AnyRef
                                                            4. Any
                                                            1. Hide All
                                                            2. Show All
                                                            Visibility
                                                            1. Public
                                                            2. Protected

                                                            Type Members

                                                            1. trait Uncancelable[F[_], E] extends AnyRef

                                                            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. def apply[F[_]](implicit F: MonadCancel[F, _], d: DummyImplicit): F.type
                                                            5. def apply[F[_], E](implicit F: MonadCancel[F, E]): F.type
                                                            6. final def asInstanceOf[T0]: T0
                                                              Definition Classes
                                                              Any
                                                            7. def clone(): AnyRef
                                                              Attributes
                                                              protected[lang]
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                            8. final def eq(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef
                                                            9. def equals(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef → Any
                                                            10. def finalize(): Unit
                                                              Attributes
                                                              protected[lang]
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.Throwable])
                                                            11. final def getClass(): Class[_ <: AnyRef]
                                                              Definition Classes
                                                              AnyRef → Any
                                                              Annotations
                                                              @native()
                                                            12. def hashCode(): Int
                                                              Definition Classes
                                                              AnyRef → Any
                                                              Annotations
                                                              @native()
                                                            13. final def isInstanceOf[T0]: Boolean
                                                              Definition Classes
                                                              Any
                                                            14. implicit def monadCancelForEitherT[F[_], E0, E](implicit F0: MonadCancel[F, E]): MonadCancel[[γ$1$]EitherT[F, E0, γ$1$], E]
                                                            15. implicit def monadCancelForIorT[F[_], L, E](implicit F0: MonadCancel[F, E], L0: Semigroup[L]): MonadCancel[[γ$3$]IorT[F, L, γ$3$], E]
                                                            16. implicit def monadCancelForKleisli[F[_], R, E](implicit F0: MonadCancel[F, E]): MonadCancel[[γ$2$]Kleisli[F, R, γ$2$], E]
                                                            17. implicit def monadCancelForOptionT[F[_], E](implicit F0: MonadCancel[F, E]): MonadCancel[[β$0$]OptionT[F, β$0$], E]
                                                            18. implicit def monadCancelForReaderWriterStateT[F[_], E0, L, S, E](implicit F0: MonadCancel[F, E], L0: Monoid[L]): MonadCancel[[ε$6$]IndexedReaderWriterStateT[F, E0, L, S, S, ε$6$], E]
                                                            19. implicit def monadCancelForStateT[F[_], S, E](implicit F0: MonadCancel[F, E]): MonadCancel[[γ$5$]IndexedStateT[F, S, S, γ$5$], E]
                                                            20. implicit def monadCancelForWriterT[F[_], L, E](implicit F0: MonadCancel[F, E], L0: Monoid[L]): MonadCancel[[γ$4$]WriterT[F, L, γ$4$], E]
                                                            21. final def ne(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef
                                                            22. final def notify(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @native()
                                                            23. final def notifyAll(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @native()
                                                            24. final def synchronized[T0](arg0: => T0): T0
                                                              Definition Classes
                                                              AnyRef
                                                            25. def toString(): String
                                                              Definition Classes
                                                              AnyRef → Any
                                                            26. final def wait(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException])
                                                            27. final def wait(arg0: Long, arg1: Int): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException])
                                                            28. final def wait(arg0: Long): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                            Inherited from Serializable

                                                            Inherited from AnyRef

                                                            Inherited from Any

                                                            Ungrouped

                                                            +var toRoot = '../../../';

                                                            Packages

                                                            object MonadCancel extends Serializable

                                                            Source
                                                            MonadCancel.scala
                                                            Linear Supertypes
                                                            Ordering
                                                            1. Alphabetic
                                                            2. By Inheritance
                                                            Inherited
                                                            1. MonadCancel
                                                            2. Serializable
                                                            3. AnyRef
                                                            4. Any
                                                            1. Hide All
                                                            2. Show All
                                                            Visibility
                                                            1. Public
                                                            2. Protected

                                                            Type Members

                                                            1. trait Uncancelable[F[_], E] extends AnyRef

                                                            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. def apply[F[_]](implicit F: MonadCancel[F, _], d: DummyImplicit): F.type
                                                            5. def apply[F[_], E](implicit F: MonadCancel[F, E]): F.type
                                                            6. final def asInstanceOf[T0]: T0
                                                              Definition Classes
                                                              Any
                                                            7. def clone(): AnyRef
                                                              Attributes
                                                              protected[lang]
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                            8. final def eq(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef
                                                            9. def equals(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef → Any
                                                            10. def finalize(): Unit
                                                              Attributes
                                                              protected[lang]
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.Throwable])
                                                            11. final def getClass(): Class[_ <: AnyRef]
                                                              Definition Classes
                                                              AnyRef → Any
                                                              Annotations
                                                              @native()
                                                            12. def hashCode(): Int
                                                              Definition Classes
                                                              AnyRef → Any
                                                              Annotations
                                                              @native()
                                                            13. final def isInstanceOf[T0]: Boolean
                                                              Definition Classes
                                                              Any
                                                            14. implicit def monadCancelForEitherT[F[_], E0, E](implicit F0: MonadCancel[F, E]): MonadCancel[[γ$1$]EitherT[F, E0, γ$1$], E]
                                                            15. implicit def monadCancelForIorT[F[_], L, E](implicit F0: MonadCancel[F, E], L0: Semigroup[L]): MonadCancel[[γ$3$]IorT[F, L, γ$3$], E]
                                                            16. implicit def monadCancelForKleisli[F[_], R, E](implicit F0: MonadCancel[F, E]): MonadCancel[[γ$2$]Kleisli[F, R, γ$2$], E]
                                                            17. implicit def monadCancelForOptionT[F[_], E](implicit F0: MonadCancel[F, E]): MonadCancel[[β$0$]OptionT[F, β$0$], E]
                                                            18. implicit def monadCancelForReaderWriterStateT[F[_], E0, L, S, E](implicit F0: MonadCancel[F, E], L0: Monoid[L]): MonadCancel[[ε$6$]IndexedReaderWriterStateT[F, E0, L, S, S, ε$6$], E]
                                                            19. implicit def monadCancelForStateT[F[_], S, E](implicit F0: MonadCancel[F, E]): MonadCancel[[γ$5$]IndexedStateT[F, S, S, γ$5$], E]
                                                            20. implicit def monadCancelForWriterT[F[_], L, E](implicit F0: MonadCancel[F, E], L0: Monoid[L]): MonadCancel[[γ$4$]WriterT[F, L, γ$4$], E]
                                                            21. final def ne(arg0: AnyRef): Boolean
                                                              Definition Classes
                                                              AnyRef
                                                            22. final def notify(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @native()
                                                            23. final def notifyAll(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @native()
                                                            24. final def synchronized[T0](arg0: => T0): T0
                                                              Definition Classes
                                                              AnyRef
                                                            25. def toString(): String
                                                              Definition Classes
                                                              AnyRef → Any
                                                            26. final def wait(): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException])
                                                            27. final def wait(arg0: Long, arg1: Int): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException])
                                                            28. final def wait(arg0: Long): Unit
                                                              Definition Classes
                                                              AnyRef
                                                              Annotations
                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                            Inherited from Serializable

                                                            Inherited from AnyRef

                                                            Inherited from Any

                                                            Ungrouped

                                                            diff --git a/api/3.x/cats/effect/kernel/MonadCancel.html b/api/3.x/cats/effect/kernel/MonadCancel.html index 464aab6b52..4a3d4f383c 100644 --- a/api/3.x/cats/effect/kernel/MonadCancel.html +++ b/api/3.x/cats/effect/kernel/MonadCancel.html @@ -75,7 +75,7 @@ other variants of the bracket pattern. If more specialized behavior is necessary, it is recommended to use uncancelable and onCancel directly. -

                                                            Source
                                                            MonadCancel.scala
                                                            Ordering
                                                            1. Alphabetic
                                                            2. By Inheritance
                                                            Inherited
                                                            1. MonadCancel
                                                            2. MonadError
                                                            3. Monad
                                                            4. FlatMap
                                                            5. FlatMapArityFunctions
                                                            6. ApplicativeError
                                                            7. Applicative
                                                            8. InvariantMonoidal
                                                            9. Apply
                                                            10. ApplyArityFunctions
                                                            11. InvariantSemigroupal
                                                            12. Semigroupal
                                                            13. Functor
                                                            14. Invariant
                                                            15. Serializable
                                                            16. AnyRef
                                                            17. Any
                                                            1. Hide All
                                                            2. Show All
                                                            Visibility
                                                            1. Public
                                                            2. Protected

                                                            Abstract Value Members

                                                            1. abstract def canceled: F[Unit]

                                                              An effect that requests self-cancelation on the current fiber.

                                                              An effect that requests self-cancelation on the current fiber.

                                                              canceled has a return type of F[Unit] instead of F[Nothing] due to execution +

                                                              Source
                                                              MonadCancel.scala
                                                              Ordering
                                                              1. Alphabetic
                                                              2. By Inheritance
                                                              Inherited
                                                              1. MonadCancel
                                                              2. MonadError
                                                              3. Monad
                                                              4. FlatMap
                                                              5. FlatMapArityFunctions
                                                              6. ApplicativeError
                                                              7. Applicative
                                                              8. InvariantMonoidal
                                                              9. Apply
                                                              10. ApplyArityFunctions
                                                              11. InvariantSemigroupal
                                                              12. Semigroupal
                                                              13. Functor
                                                              14. Invariant
                                                              15. Serializable
                                                              16. AnyRef
                                                              17. Any
                                                              1. Hide All
                                                              2. Show All
                                                              Visibility
                                                              1. Public
                                                              2. Protected

                                                              Abstract Value Members

                                                              1. abstract def canceled: F[Unit]

                                                                An effect that requests self-cancelation on the current fiber.

                                                                An effect that requests self-cancelation on the current fiber.

                                                                canceled has a return type of F[Unit] instead of F[Nothing] due to execution continuing in a masked region. In the following example, the fiber requests self-cancelation in a masked region, so cancelation is suppressed until the fiber is completely unmasked. fa will run but fb will not. If canceled had a return type of diff --git a/api/3.x/cats/effect/kernel/Outcome$$Canceled.html b/api/3.x/cats/effect/kernel/Outcome$$Canceled.html index 9937865f48..4b1f077cf1 100644 --- a/api/3.x/cats/effect/kernel/Outcome$$Canceled.html +++ b/api/3.x/cats/effect/kernel/Outcome$$Canceled.html @@ -1,5 +1,5 @@

                                                                Packages

                                                                final case class Canceled[F[_], E, A]() extends Outcome[F, E, A] with Product with Serializable

                                                                Source
                                                                Outcome.scala
                                                                Linear Supertypes
                                                                Ordering
                                                                1. Alphabetic
                                                                2. By Inheritance
                                                                Inherited
                                                                1. Canceled
                                                                2. Outcome
                                                                3. Serializable
                                                                4. Product
                                                                5. Equals
                                                                6. AnyRef
                                                                7. Any
                                                                1. Hide All
                                                                2. Show All
                                                                Visibility
                                                                1. Public
                                                                2. Protected

                                                                Instance Constructors

                                                                1. new Canceled()

                                                                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. def embed(onCancel: F[A])(implicit F: MonadCancel[F, E]): F[A]
                                                                  Definition Classes
                                                                  Outcome
                                                                7. def embedError(implicit F: MonadCancel[F, E], ev: <:<[Throwable, E]): F[A]

                                                                  Allows the restoration to a normal development flow from an Outcome.

                                                                  Allows the restoration to a normal development flow from an Outcome.

                                                                  This can be useful for storing the state of a running computation and then waiters for that +var toRoot = '../../../';

                                                                  Packages

                                                                  final case class Canceled[F[_], E, A]() extends Outcome[F, E, A] with Product with Serializable

                                                                  Source
                                                                  Outcome.scala
                                                                  Linear Supertypes
                                                                  Ordering
                                                                  1. Alphabetic
                                                                  2. By Inheritance
                                                                  Inherited
                                                                  1. Canceled
                                                                  2. Outcome
                                                                  3. Serializable
                                                                  4. Product
                                                                  5. Equals
                                                                  6. AnyRef
                                                                  7. Any
                                                                  1. Hide All
                                                                  2. Show All
                                                                  Visibility
                                                                  1. Public
                                                                  2. Protected

                                                                  Instance Constructors

                                                                  1. new Canceled()

                                                                  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. def embed(onCancel: F[A])(implicit F: MonadCancel[F, E]): F[A]
                                                                    Definition Classes
                                                                    Outcome
                                                                  7. def embedError(implicit F: MonadCancel[F, E], ev: <:<[Throwable, E]): F[A]

                                                                    Allows the restoration to a normal development flow from an Outcome.

                                                                    Allows the restoration to a normal development flow from an Outcome.

                                                                    This can be useful for storing the state of a running computation and then waiters for that data can act and continue forward on that shared outcome. Cancelation is encoded as a CancellationException.

                                                                    Definition Classes
                                                                    Outcome
                                                                  8. def embedNever(implicit F: GenSpawn[F, E]): F[A]
                                                                    Definition Classes
                                                                    Outcome
                                                                  9. final def eq(arg0: AnyRef): Boolean
                                                                    Definition Classes
                                                                    AnyRef
                                                                  10. def finalize(): Unit
                                                                    Attributes
                                                                    protected[lang]
                                                                    Definition Classes
                                                                    AnyRef
                                                                    Annotations
                                                                    @throws(classOf[java.lang.Throwable])
                                                                  11. def fold[B](canceled: => B, errored: (E) => B, completed: (F[A]) => B): B
                                                                    Definition Classes
                                                                    Outcome
                                                                  12. final def getClass(): Class[_ <: AnyRef]
                                                                    Definition Classes
                                                                    AnyRef → Any
                                                                    Annotations
                                                                    @native()
                                                                  13. def isCanceled: Boolean
                                                                    Definition Classes
                                                                    Outcome
                                                                  14. def isError: Boolean
                                                                    Definition Classes
                                                                    Outcome
                                                                  15. final def isInstanceOf[T0]: Boolean
                                                                    Definition Classes
                                                                    Any
                                                                  16. def isSuccess: Boolean
                                                                    Definition Classes
                                                                    Outcome
                                                                  17. def mapK[G[_]](f: ~>[F, G]): Outcome[G, E, A]
                                                                    Definition Classes
                                                                    Outcome
                                                                  18. final def ne(arg0: AnyRef): Boolean
                                                                    Definition Classes
                                                                    AnyRef
                                                                  19. final def notify(): Unit
                                                                    Definition Classes
                                                                    AnyRef
                                                                    Annotations
                                                                    @native()
                                                                  20. final def notifyAll(): Unit
                                                                    Definition Classes
                                                                    AnyRef
                                                                    Annotations
                                                                    @native()
                                                                  21. def productElementNames: Iterator[String]
                                                                    Definition Classes
                                                                    Product
                                                                  22. final def synchronized[T0](arg0: => T0): T0
                                                                    Definition Classes
                                                                    AnyRef
                                                                  23. final def wait(): Unit
                                                                    Definition Classes
                                                                    AnyRef
                                                                    Annotations
                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                  24. final def wait(arg0: Long, arg1: Int): Unit
                                                                    Definition Classes
                                                                    AnyRef
                                                                    Annotations
                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                  25. final def wait(arg0: Long): Unit
                                                                    Definition Classes
                                                                    AnyRef
                                                                    Annotations
                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                  Inherited from Outcome[F, E, A]

                                                                  Inherited from Serializable

                                                                  Inherited from Product

                                                                  Inherited from Equals

                                                                  Inherited from AnyRef

                                                                  Inherited from Any

                                                                  Ungrouped

                                                                  diff --git a/api/3.x/cats/effect/kernel/Outcome$$Errored.html b/api/3.x/cats/effect/kernel/Outcome$$Errored.html index cd15a9fd9f..448dff1ef9 100644 --- a/api/3.x/cats/effect/kernel/Outcome$$Errored.html +++ b/api/3.x/cats/effect/kernel/Outcome$$Errored.html @@ -1,5 +1,5 @@

                                                                  Packages

                                                                  final case class Errored[F[_], E, A](e: E) extends Outcome[F, E, A] with Product with Serializable

                                                                  Source
                                                                  Outcome.scala
                                                                  Linear Supertypes
                                                                  Ordering
                                                                  1. Alphabetic
                                                                  2. By Inheritance
                                                                  Inherited
                                                                  1. Errored
                                                                  2. Outcome
                                                                  3. Serializable
                                                                  4. Product
                                                                  5. Equals
                                                                  6. AnyRef
                                                                  7. Any
                                                                  1. Hide All
                                                                  2. Show All
                                                                  Visibility
                                                                  1. Public
                                                                  2. Protected

                                                                  Instance Constructors

                                                                  1. new Errored(e: E)

                                                                  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. val e: E
                                                                  7. def embed(onCancel: F[A])(implicit F: MonadCancel[F, E]): F[A]
                                                                    Definition Classes
                                                                    Outcome
                                                                  8. def embedError(implicit F: MonadCancel[F, E], ev: <:<[Throwable, E]): F[A]

                                                                    Allows the restoration to a normal development flow from an Outcome.

                                                                    Allows the restoration to a normal development flow from an Outcome.

                                                                    This can be useful for storing the state of a running computation and then waiters for that +var toRoot = '../../../';

                                                                    Packages

                                                                    final case class Errored[F[_], E, A](e: E) extends Outcome[F, E, A] with Product with Serializable

                                                                    Source
                                                                    Outcome.scala
                                                                    Linear Supertypes
                                                                    Ordering
                                                                    1. Alphabetic
                                                                    2. By Inheritance
                                                                    Inherited
                                                                    1. Errored
                                                                    2. Outcome
                                                                    3. Serializable
                                                                    4. Product
                                                                    5. Equals
                                                                    6. AnyRef
                                                                    7. Any
                                                                    1. Hide All
                                                                    2. Show All
                                                                    Visibility
                                                                    1. Public
                                                                    2. Protected

                                                                    Instance Constructors

                                                                    1. new Errored(e: E)

                                                                    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. val e: E
                                                                    7. def embed(onCancel: F[A])(implicit F: MonadCancel[F, E]): F[A]
                                                                      Definition Classes
                                                                      Outcome
                                                                    8. def embedError(implicit F: MonadCancel[F, E], ev: <:<[Throwable, E]): F[A]

                                                                      Allows the restoration to a normal development flow from an Outcome.

                                                                      Allows the restoration to a normal development flow from an Outcome.

                                                                      This can be useful for storing the state of a running computation and then waiters for that data can act and continue forward on that shared outcome. Cancelation is encoded as a CancellationException.

                                                                      Definition Classes
                                                                      Outcome
                                                                    9. def embedNever(implicit F: GenSpawn[F, E]): F[A]
                                                                      Definition Classes
                                                                      Outcome
                                                                    10. final def eq(arg0: AnyRef): Boolean
                                                                      Definition Classes
                                                                      AnyRef
                                                                    11. def finalize(): Unit
                                                                      Attributes
                                                                      protected[lang]
                                                                      Definition Classes
                                                                      AnyRef
                                                                      Annotations
                                                                      @throws(classOf[java.lang.Throwable])
                                                                    12. def fold[B](canceled: => B, errored: (E) => B, completed: (F[A]) => B): B
                                                                      Definition Classes
                                                                      Outcome
                                                                    13. final def getClass(): Class[_ <: AnyRef]
                                                                      Definition Classes
                                                                      AnyRef → Any
                                                                      Annotations
                                                                      @native()
                                                                    14. def isCanceled: Boolean
                                                                      Definition Classes
                                                                      Outcome
                                                                    15. def isError: Boolean
                                                                      Definition Classes
                                                                      Outcome
                                                                    16. final def isInstanceOf[T0]: Boolean
                                                                      Definition Classes
                                                                      Any
                                                                    17. def isSuccess: Boolean
                                                                      Definition Classes
                                                                      Outcome
                                                                    18. def mapK[G[_]](f: ~>[F, G]): Outcome[G, E, A]
                                                                      Definition Classes
                                                                      Outcome
                                                                    19. final def ne(arg0: AnyRef): Boolean
                                                                      Definition Classes
                                                                      AnyRef
                                                                    20. final def notify(): Unit
                                                                      Definition Classes
                                                                      AnyRef
                                                                      Annotations
                                                                      @native()
                                                                    21. final def notifyAll(): Unit
                                                                      Definition Classes
                                                                      AnyRef
                                                                      Annotations
                                                                      @native()
                                                                    22. def productElementNames: Iterator[String]
                                                                      Definition Classes
                                                                      Product
                                                                    23. final def synchronized[T0](arg0: => T0): T0
                                                                      Definition Classes
                                                                      AnyRef
                                                                    24. final def wait(): Unit
                                                                      Definition Classes
                                                                      AnyRef
                                                                      Annotations
                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                    25. final def wait(arg0: Long, arg1: Int): Unit
                                                                      Definition Classes
                                                                      AnyRef
                                                                      Annotations
                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                    26. final def wait(arg0: Long): Unit
                                                                      Definition Classes
                                                                      AnyRef
                                                                      Annotations
                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                    Inherited from Outcome[F, E, A]

                                                                    Inherited from Serializable

                                                                    Inherited from Product

                                                                    Inherited from Equals

                                                                    Inherited from AnyRef

                                                                    Inherited from Any

                                                                    Ungrouped

                                                                    diff --git a/api/3.x/cats/effect/kernel/Outcome$$Succeeded.html b/api/3.x/cats/effect/kernel/Outcome$$Succeeded.html index dda9e02951..d09207ec82 100644 --- a/api/3.x/cats/effect/kernel/Outcome$$Succeeded.html +++ b/api/3.x/cats/effect/kernel/Outcome$$Succeeded.html @@ -1,5 +1,5 @@

                                                                    Packages

                                                                    final case class Succeeded[F[_], E, A](fa: F[A]) extends Outcome[F, E, A] with Product with Serializable

                                                                    Source
                                                                    Outcome.scala
                                                                    Linear Supertypes
                                                                    Ordering
                                                                    1. Alphabetic
                                                                    2. By Inheritance
                                                                    Inherited
                                                                    1. Succeeded
                                                                    2. Outcome
                                                                    3. Serializable
                                                                    4. Product
                                                                    5. Equals
                                                                    6. AnyRef
                                                                    7. Any
                                                                    1. Hide All
                                                                    2. Show All
                                                                    Visibility
                                                                    1. Public
                                                                    2. Protected

                                                                    Instance Constructors

                                                                    1. new Succeeded(fa: F[A])

                                                                    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. def embed(onCancel: F[A])(implicit F: MonadCancel[F, E]): F[A]
                                                                      Definition Classes
                                                                      Outcome
                                                                    7. def embedError(implicit F: MonadCancel[F, E], ev: <:<[Throwable, E]): F[A]

                                                                      Allows the restoration to a normal development flow from an Outcome.

                                                                      Allows the restoration to a normal development flow from an Outcome.

                                                                      This can be useful for storing the state of a running computation and then waiters for that +var toRoot = '../../../';

                                                                      Packages

                                                                      final case class Succeeded[F[_], E, A](fa: F[A]) extends Outcome[F, E, A] with Product with Serializable

                                                                      Source
                                                                      Outcome.scala
                                                                      Linear Supertypes
                                                                      Ordering
                                                                      1. Alphabetic
                                                                      2. By Inheritance
                                                                      Inherited
                                                                      1. Succeeded
                                                                      2. Outcome
                                                                      3. Serializable
                                                                      4. Product
                                                                      5. Equals
                                                                      6. AnyRef
                                                                      7. Any
                                                                      1. Hide All
                                                                      2. Show All
                                                                      Visibility
                                                                      1. Public
                                                                      2. Protected

                                                                      Instance Constructors

                                                                      1. new Succeeded(fa: F[A])

                                                                      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. def embed(onCancel: F[A])(implicit F: MonadCancel[F, E]): F[A]
                                                                        Definition Classes
                                                                        Outcome
                                                                      7. def embedError(implicit F: MonadCancel[F, E], ev: <:<[Throwable, E]): F[A]

                                                                        Allows the restoration to a normal development flow from an Outcome.

                                                                        Allows the restoration to a normal development flow from an Outcome.

                                                                        This can be useful for storing the state of a running computation and then waiters for that data can act and continue forward on that shared outcome. Cancelation is encoded as a CancellationException.

                                                                        Definition Classes
                                                                        Outcome
                                                                      8. def embedNever(implicit F: GenSpawn[F, E]): F[A]
                                                                        Definition Classes
                                                                        Outcome
                                                                      9. final def eq(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      10. val fa: F[A]
                                                                      11. def finalize(): Unit
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.Throwable])
                                                                      12. def fold[B](canceled: => B, errored: (E) => B, completed: (F[A]) => B): B
                                                                        Definition Classes
                                                                        Outcome
                                                                      13. final def getClass(): Class[_ <: AnyRef]
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      14. def isCanceled: Boolean
                                                                        Definition Classes
                                                                        Outcome
                                                                      15. def isError: Boolean
                                                                        Definition Classes
                                                                        Outcome
                                                                      16. final def isInstanceOf[T0]: Boolean
                                                                        Definition Classes
                                                                        Any
                                                                      17. def isSuccess: Boolean
                                                                        Definition Classes
                                                                        Outcome
                                                                      18. def mapK[G[_]](f: ~>[F, G]): Outcome[G, E, A]
                                                                        Definition Classes
                                                                        Outcome
                                                                      19. final def ne(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      20. final def notify(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      21. final def notifyAll(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      22. def productElementNames: Iterator[String]
                                                                        Definition Classes
                                                                        Product
                                                                      23. final def synchronized[T0](arg0: => T0): T0
                                                                        Definition Classes
                                                                        AnyRef
                                                                      24. final def wait(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      25. final def wait(arg0: Long, arg1: Int): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      26. final def wait(arg0: Long): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                      Inherited from Outcome[F, E, A]

                                                                      Inherited from Serializable

                                                                      Inherited from Product

                                                                      Inherited from Equals

                                                                      Inherited from AnyRef

                                                                      Inherited from Any

                                                                      Ungrouped

                                                                      diff --git a/api/3.x/cats/effect/kernel/Outcome$.html b/api/3.x/cats/effect/kernel/Outcome$.html index 4824088a24..82effb34b5 100644 --- a/api/3.x/cats/effect/kernel/Outcome$.html +++ b/api/3.x/cats/effect/kernel/Outcome$.html @@ -1,2 +1,2 @@

                                                                      Packages

                                                                      object Outcome extends LowPriorityImplicits with Serializable

                                                                      Source
                                                                      Outcome.scala
                                                                      Linear Supertypes
                                                                      Serializable, LowPriorityImplicits, AnyRef, Any
                                                                      Ordering
                                                                      1. Alphabetic
                                                                      2. By Inheritance
                                                                      Inherited
                                                                      1. Outcome
                                                                      2. Serializable
                                                                      3. LowPriorityImplicits
                                                                      4. AnyRef
                                                                      5. Any
                                                                      1. Hide All
                                                                      2. Show All
                                                                      Visibility
                                                                      1. Public
                                                                      2. Protected

                                                                      Type Members

                                                                      1. final case class Canceled[F[_], E, A]() extends Outcome[F, E, A] with Product with Serializable
                                                                      2. final case class Errored[F[_], E, A](e: E) extends Outcome[F, E, A] with Product with Serializable
                                                                      3. class OutcomeApplicativeError[F[_], E] extends ApplicativeError[[γ$1$]Outcome[F, E, γ$1$], E] with Bifunctor[[β$2$, γ$3$]Outcome[F, β$2$, γ$3$]]
                                                                        Attributes
                                                                        protected
                                                                        Definition Classes
                                                                        LowPriorityImplicits
                                                                      4. final case class Succeeded[F[_], E, A](fa: F[A]) extends Outcome[F, E, A] with Product with Serializable

                                                                      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. implicit def applicativeError[F[_], E](implicit F: Applicative[F]): ApplicativeError[[γ$0$]Outcome[F, E, γ$0$], E]
                                                                        Definition Classes
                                                                        LowPriorityImplicits
                                                                      5. final def asInstanceOf[T0]: T0
                                                                        Definition Classes
                                                                        Any
                                                                      6. def canceled[F[_], E, A]: Outcome[F, E, A]
                                                                      7. def clone(): AnyRef
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                      8. implicit def eq[F[_], E, A](implicit arg0: Eq[E], FA: Eq[F[A]]): Eq[Outcome[F, E, A]]
                                                                        Definition Classes
                                                                        LowPriorityImplicits
                                                                      9. final def eq(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      10. def equals(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      11. def errored[F[_], E, A](e: E): Outcome[F, E, A]
                                                                      12. def finalize(): Unit
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.Throwable])
                                                                      13. def fromEither[F[_], E, A](either: Either[E, A])(implicit arg0: Applicative[F]): Outcome[F, E, A]
                                                                      14. final def getClass(): Class[_ <: AnyRef]
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      15. def hashCode(): Int
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      16. final def isInstanceOf[T0]: Boolean
                                                                        Definition Classes
                                                                        Any
                                                                      17. implicit def monadError[F[_], E](implicit F: Monad[F], FT: Traverse[F]): MonadError[[γ$4$]Outcome[F, E, γ$4$], E]
                                                                      18. final def ne(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      19. final def notify(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      20. final def notifyAll(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      21. implicit def order[F[_], E, A](implicit arg0: Order[E], FA: Order[F[A]]): Order[Outcome[F, E, A]]
                                                                      22. implicit def show[F[_], E, A](implicit FA: Show[F[A]], E: Show[E]): Show[Outcome[F, E, A]]
                                                                      23. implicit def showUnknown[F[_], E, A](implicit E: Show[E]): Show[Outcome[F, E, A]]
                                                                        Definition Classes
                                                                        LowPriorityImplicits
                                                                      24. def succeeded[F[_], E, A](fa: F[A]): Outcome[F, E, A]
                                                                      25. final def synchronized[T0](arg0: => T0): T0
                                                                        Definition Classes
                                                                        AnyRef
                                                                      26. def toString(): String
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      27. final def wait(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      28. final def wait(arg0: Long, arg1: Int): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      29. final def wait(arg0: Long): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                      Inherited from Serializable

                                                                      Inherited from LowPriorityImplicits

                                                                      Inherited from AnyRef

                                                                      Inherited from Any

                                                                      Ungrouped

                                                                      +var toRoot = '../../../';

                                                                      Packages

                                                                      object Outcome extends LowPriorityImplicits with Serializable

                                                                      Source
                                                                      Outcome.scala
                                                                      Linear Supertypes
                                                                      Serializable, LowPriorityImplicits, AnyRef, Any
                                                                      Ordering
                                                                      1. Alphabetic
                                                                      2. By Inheritance
                                                                      Inherited
                                                                      1. Outcome
                                                                      2. Serializable
                                                                      3. LowPriorityImplicits
                                                                      4. AnyRef
                                                                      5. Any
                                                                      1. Hide All
                                                                      2. Show All
                                                                      Visibility
                                                                      1. Public
                                                                      2. Protected

                                                                      Type Members

                                                                      1. final case class Canceled[F[_], E, A]() extends Outcome[F, E, A] with Product with Serializable
                                                                      2. final case class Errored[F[_], E, A](e: E) extends Outcome[F, E, A] with Product with Serializable
                                                                      3. class OutcomeApplicativeError[F[_], E] extends ApplicativeError[[γ$1$]Outcome[F, E, γ$1$], E] with Bifunctor[[β$2$, γ$3$]Outcome[F, β$2$, γ$3$]]
                                                                        Attributes
                                                                        protected
                                                                        Definition Classes
                                                                        LowPriorityImplicits
                                                                      4. final case class Succeeded[F[_], E, A](fa: F[A]) extends Outcome[F, E, A] with Product with Serializable

                                                                      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. implicit def applicativeError[F[_], E](implicit F: Applicative[F]): ApplicativeError[[γ$0$]Outcome[F, E, γ$0$], E]
                                                                        Definition Classes
                                                                        LowPriorityImplicits
                                                                      5. final def asInstanceOf[T0]: T0
                                                                        Definition Classes
                                                                        Any
                                                                      6. def canceled[F[_], E, A]: Outcome[F, E, A]
                                                                      7. def clone(): AnyRef
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                      8. implicit def eq[F[_], E, A](implicit arg0: Eq[E], FA: Eq[F[A]]): Eq[Outcome[F, E, A]]
                                                                        Definition Classes
                                                                        LowPriorityImplicits
                                                                      9. final def eq(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      10. def equals(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      11. def errored[F[_], E, A](e: E): Outcome[F, E, A]
                                                                      12. def finalize(): Unit
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.Throwable])
                                                                      13. def fromEither[F[_], E, A](either: Either[E, A])(implicit arg0: Applicative[F]): Outcome[F, E, A]
                                                                      14. final def getClass(): Class[_ <: AnyRef]
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      15. def hashCode(): Int
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      16. final def isInstanceOf[T0]: Boolean
                                                                        Definition Classes
                                                                        Any
                                                                      17. implicit def monadError[F[_], E](implicit F: Monad[F], FT: Traverse[F]): MonadError[[γ$4$]Outcome[F, E, γ$4$], E]
                                                                      18. final def ne(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      19. final def notify(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      20. final def notifyAll(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      21. implicit def order[F[_], E, A](implicit arg0: Order[E], FA: Order[F[A]]): Order[Outcome[F, E, A]]
                                                                      22. implicit def show[F[_], E, A](implicit FA: Show[F[A]], E: Show[E]): Show[Outcome[F, E, A]]
                                                                      23. implicit def showUnknown[F[_], E, A](implicit E: Show[E]): Show[Outcome[F, E, A]]
                                                                        Definition Classes
                                                                        LowPriorityImplicits
                                                                      24. def succeeded[F[_], E, A](fa: F[A]): Outcome[F, E, A]
                                                                      25. final def synchronized[T0](arg0: => T0): T0
                                                                        Definition Classes
                                                                        AnyRef
                                                                      26. def toString(): String
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      27. final def wait(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      28. final def wait(arg0: Long, arg1: Int): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      29. final def wait(arg0: Long): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                      Inherited from Serializable

                                                                      Inherited from LowPriorityImplicits

                                                                      Inherited from AnyRef

                                                                      Inherited from Any

                                                                      Ungrouped

                                                                      diff --git a/api/3.x/cats/effect/kernel/Outcome.html b/api/3.x/cats/effect/kernel/Outcome.html index 6cc057af5b..7ce66f3ebf 100644 --- a/api/3.x/cats/effect/kernel/Outcome.html +++ b/api/3.x/cats/effect/kernel/Outcome.html @@ -9,7 +9,7 @@ does not perform further effects. In the case of IO that means that the outcome has been constructed as Outcome.Succeeded(IO.pure(result)).

                                                                      2. Errored(e) The fiber exited with an error.

                                                                      3. Canceled() The fiber was canceled, either externally or self-canceled via MonadCancel[F]#canceled. -

                                                                      Source
                                                                      Outcome.scala
                                                                      Linear Supertypes
                                                                      Known Subclasses
                                                                      Ordering
                                                                      1. Alphabetic
                                                                      2. By Inheritance
                                                                      Inherited
                                                                      1. Outcome
                                                                      2. Serializable
                                                                      3. Product
                                                                      4. Equals
                                                                      5. AnyRef
                                                                      6. Any
                                                                      1. Hide All
                                                                      2. Show All
                                                                      Visibility
                                                                      1. Public
                                                                      2. Protected

                                                                      Abstract Value Members

                                                                      1. abstract def canEqual(that: Any): Boolean
                                                                        Definition Classes
                                                                        Equals
                                                                      2. abstract def productArity: Int
                                                                        Definition Classes
                                                                        Product
                                                                      3. abstract def productElement(n: Int): Any
                                                                        Definition Classes
                                                                        Product

                                                                      Concrete 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. def embed(onCancel: F[A])(implicit F: MonadCancel[F, E]): F[A]
                                                                      7. def embedError(implicit F: MonadCancel[F, E], ev: <:<[Throwable, E]): F[A]

                                                                        Allows the restoration to a normal development flow from an Outcome.

                                                                        Allows the restoration to a normal development flow from an Outcome.

                                                                        This can be useful for storing the state of a running computation and then waiters for that +

                                                                        Source
                                                                        Outcome.scala
                                                                        Linear Supertypes
                                                                        Known Subclasses
                                                                        Ordering
                                                                        1. Alphabetic
                                                                        2. By Inheritance
                                                                        Inherited
                                                                        1. Outcome
                                                                        2. Serializable
                                                                        3. Product
                                                                        4. Equals
                                                                        5. AnyRef
                                                                        6. Any
                                                                        1. Hide All
                                                                        2. Show All
                                                                        Visibility
                                                                        1. Public
                                                                        2. Protected

                                                                        Abstract Value Members

                                                                        1. abstract def canEqual(that: Any): Boolean
                                                                          Definition Classes
                                                                          Equals
                                                                        2. abstract def productArity: Int
                                                                          Definition Classes
                                                                          Product
                                                                        3. abstract def productElement(n: Int): Any
                                                                          Definition Classes
                                                                          Product

                                                                        Concrete 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. def embed(onCancel: F[A])(implicit F: MonadCancel[F, E]): F[A]
                                                                        7. def embedError(implicit F: MonadCancel[F, E], ev: <:<[Throwable, E]): F[A]

                                                                          Allows the restoration to a normal development flow from an Outcome.

                                                                          Allows the restoration to a normal development flow from an Outcome.

                                                                          This can be useful for storing the state of a running computation and then waiters for that data can act and continue forward on that shared outcome. Cancelation is encoded as a CancellationException.

                                                                        8. def embedNever(implicit F: GenSpawn[F, E]): F[A]
                                                                        9. final def eq(arg0: AnyRef): Boolean
                                                                          Definition Classes
                                                                          AnyRef
                                                                        10. def equals(arg0: AnyRef): Boolean
                                                                          Definition Classes
                                                                          AnyRef → Any
                                                                        11. def finalize(): Unit
                                                                          Attributes
                                                                          protected[lang]
                                                                          Definition Classes
                                                                          AnyRef
                                                                          Annotations
                                                                          @throws(classOf[java.lang.Throwable])
                                                                        12. def fold[B](canceled: => B, errored: (E) => B, completed: (F[A]) => B): B
                                                                        13. final def getClass(): Class[_ <: AnyRef]
                                                                          Definition Classes
                                                                          AnyRef → Any
                                                                          Annotations
                                                                          @native()
                                                                        14. def hashCode(): Int
                                                                          Definition Classes
                                                                          AnyRef → Any
                                                                          Annotations
                                                                          @native()
                                                                        15. def isCanceled: Boolean
                                                                        16. def isError: Boolean
                                                                        17. final def isInstanceOf[T0]: Boolean
                                                                          Definition Classes
                                                                          Any
                                                                        18. def isSuccess: Boolean
                                                                        19. def mapK[G[_]](f: ~>[F, G]): Outcome[G, E, A]
                                                                        20. final def ne(arg0: AnyRef): Boolean
                                                                          Definition Classes
                                                                          AnyRef
                                                                        21. final def notify(): Unit
                                                                          Definition Classes
                                                                          AnyRef
                                                                          Annotations
                                                                          @native()
                                                                        22. final def notifyAll(): Unit
                                                                          Definition Classes
                                                                          AnyRef
                                                                          Annotations
                                                                          @native()
                                                                        23. def productElementName(n: Int): String
                                                                          Definition Classes
                                                                          Product
                                                                        24. def productElementNames: Iterator[String]
                                                                          Definition Classes
                                                                          Product
                                                                        25. def productIterator: Iterator[Any]
                                                                          Definition Classes
                                                                          Product
                                                                        26. def productPrefix: String
                                                                          Definition Classes
                                                                          Product
                                                                        27. final def synchronized[T0](arg0: => T0): T0
                                                                          Definition Classes
                                                                          AnyRef
                                                                        28. def toString(): String
                                                                          Definition Classes
                                                                          AnyRef → Any
                                                                        29. final def wait(): Unit
                                                                          Definition Classes
                                                                          AnyRef
                                                                          Annotations
                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                        30. final def wait(arg0: Long, arg1: Int): Unit
                                                                          Definition Classes
                                                                          AnyRef
                                                                          Annotations
                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                        31. final def wait(arg0: Long): Unit
                                                                          Definition Classes
                                                                          AnyRef
                                                                          Annotations
                                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                                        Inherited from Serializable

                                                                        Inherited from Product

                                                                        Inherited from Equals

                                                                        Inherited from AnyRef

                                                                        Inherited from Any

                                                                        Ungrouped

                                                                      diff --git a/api/3.x/cats/effect/kernel/Par$$ParallelF$.html b/api/3.x/cats/effect/kernel/Par$$ParallelF$.html index 679670b30a..032e018c8a 100644 --- a/api/3.x/cats/effect/kernel/Par$$ParallelF$.html +++ b/api/3.x/cats/effect/kernel/Par$$ParallelF$.html @@ -1,2 +1,2 @@

                                                                      Packages

                                                                      object ParallelF

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

                                                                      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. def apply[F[_], A](fa: F[A]): ParallelF[F, A]
                                                                      5. final def asInstanceOf[T0]: T0
                                                                        Definition Classes
                                                                        Any
                                                                      6. def clone(): AnyRef
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      9. def finalize(): Unit
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.Throwable])
                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      11. def hashCode(): Int
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                        Definition Classes
                                                                        Any
                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      14. final def notify(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      15. final def notifyAll(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                        Definition Classes
                                                                        AnyRef
                                                                      17. def toString(): String
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      18. def value[F[_], A](t: ParallelF[F, A]): F[A]
                                                                      19. final def wait(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      21. final def wait(arg0: Long): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                      Inherited from AnyRef

                                                                      Inherited from Any

                                                                      Ungrouped

                                                                      +var toRoot = '../../../';

                                                                      Packages

                                                                      object ParallelF

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

                                                                      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. def apply[F[_], A](fa: F[A]): ParallelF[F, A]
                                                                      5. final def asInstanceOf[T0]: T0
                                                                        Definition Classes
                                                                        Any
                                                                      6. def clone(): AnyRef
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      9. def finalize(): Unit
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.Throwable])
                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      11. def hashCode(): Int
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                        Definition Classes
                                                                        Any
                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      14. final def notify(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      15. final def notifyAll(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                        Definition Classes
                                                                        AnyRef
                                                                      17. def toString(): String
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      18. def value[F[_], A](t: ParallelF[F, A]): F[A]
                                                                      19. final def wait(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      21. final def wait(arg0: Long): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                      Inherited from AnyRef

                                                                      Inherited from Any

                                                                      Ungrouped

                                                                      diff --git a/api/3.x/cats/effect/kernel/Par$$ParallelFImpl.html b/api/3.x/cats/effect/kernel/Par$$ParallelFImpl.html index f49f79f45c..54cd69eae7 100644 --- a/api/3.x/cats/effect/kernel/Par$$ParallelFImpl.html +++ b/api/3.x/cats/effect/kernel/Par$$ParallelFImpl.html @@ -1,2 +1,2 @@

                                                                      Packages

                                                                      c

                                                                      cats.effect.kernel.Par

                                                                      ParallelFImpl

                                                                      sealed abstract class ParallelFImpl extends Serializable

                                                                      Source
                                                                      ParallelF.scala
                                                                      Linear Supertypes
                                                                      Ordering
                                                                      1. Alphabetic
                                                                      2. By Inheritance
                                                                      Inherited
                                                                      1. ParallelFImpl
                                                                      2. Serializable
                                                                      3. AnyRef
                                                                      4. Any
                                                                      1. Hide All
                                                                      2. Show All
                                                                      Visibility
                                                                      1. Public
                                                                      2. Protected

                                                                      Type Members

                                                                      1. abstract type T[F[_], A]

                                                                      Abstract Value Members

                                                                      1. abstract def apply[F[_], A](fa: F[A]): T[F, A]
                                                                      2. abstract def value[F[_], A](t: T[F, A]): F[A]

                                                                      Concrete 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 Serializable

                                                                      Inherited from AnyRef

                                                                      Inherited from Any

                                                                      Ungrouped

                                                                      +var toRoot = '../../../';

                                                                      Packages

                                                                      c

                                                                      cats.effect.kernel.Par

                                                                      ParallelFImpl

                                                                      sealed abstract class ParallelFImpl extends Serializable

                                                                      Source
                                                                      ParallelF.scala
                                                                      Linear Supertypes
                                                                      Ordering
                                                                      1. Alphabetic
                                                                      2. By Inheritance
                                                                      Inherited
                                                                      1. ParallelFImpl
                                                                      2. Serializable
                                                                      3. AnyRef
                                                                      4. Any
                                                                      1. Hide All
                                                                      2. Show All
                                                                      Visibility
                                                                      1. Public
                                                                      2. Protected

                                                                      Type Members

                                                                      1. abstract type T[F[_], A]

                                                                      Abstract Value Members

                                                                      1. abstract def apply[F[_], A](fa: F[A]): T[F, A]
                                                                      2. abstract def value[F[_], A](t: T[F, A]): F[A]

                                                                      Concrete 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 Serializable

                                                                      Inherited from AnyRef

                                                                      Inherited from Any

                                                                      Ungrouped

                                                                      diff --git a/api/3.x/cats/effect/kernel/Par$.html b/api/3.x/cats/effect/kernel/Par$.html index 8e98872cd6..d4b3b23728 100644 --- a/api/3.x/cats/effect/kernel/Par$.html +++ b/api/3.x/cats/effect/kernel/Par$.html @@ -1,2 +1,2 @@

                                                                      Packages

                                                                      object Par

                                                                      Source
                                                                      ParallelF.scala
                                                                      Linear Supertypes
                                                                      Ordering
                                                                      1. Alphabetic
                                                                      2. By Inheritance
                                                                      Inherited
                                                                      1. Par
                                                                      2. AnyRef
                                                                      3. Any
                                                                      1. Hide All
                                                                      2. Show All
                                                                      Visibility
                                                                      1. Public
                                                                      2. Protected

                                                                      Type Members

                                                                      1. type ParallelF[F[_], A] = T[F, A]
                                                                      2. sealed abstract class ParallelFImpl extends Serializable

                                                                      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. val instance: ParallelFImpl
                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                        Definition Classes
                                                                        Any
                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      14. final def notify(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      15. final def notifyAll(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                        Definition Classes
                                                                        AnyRef
                                                                      17. def toString(): String
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      18. final def wait(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      20. final def wait(arg0: Long): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException]) @native()
                                                                      21. object ParallelF

                                                                      Inherited from AnyRef

                                                                      Inherited from Any

                                                                      Ungrouped

                                                                      +var toRoot = '../../../';

                                                                      Packages

                                                                      object Par

                                                                      Source
                                                                      ParallelF.scala
                                                                      Linear Supertypes
                                                                      Ordering
                                                                      1. Alphabetic
                                                                      2. By Inheritance
                                                                      Inherited
                                                                      1. Par
                                                                      2. AnyRef
                                                                      3. Any
                                                                      1. Hide All
                                                                      2. Show All
                                                                      Visibility
                                                                      1. Public
                                                                      2. Protected

                                                                      Type Members

                                                                      1. type ParallelF[F[_], A] = T[F, A]
                                                                      2. sealed abstract class ParallelFImpl extends Serializable

                                                                      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. val instance: ParallelFImpl
                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                        Definition Classes
                                                                        Any
                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      14. final def notify(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      15. final def notifyAll(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                        Definition Classes
                                                                        AnyRef
                                                                      17. def toString(): String
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      18. final def wait(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      20. final def wait(arg0: Long): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException]) @native()
                                                                      21. object ParallelF

                                                                      Inherited from AnyRef

                                                                      Inherited from Any

                                                                      Ungrouped

                                                                      diff --git a/api/3.x/cats/effect/kernel/Poll.html b/api/3.x/cats/effect/kernel/Poll.html index 3d28b5359f..be27ea21d2 100644 --- a/api/3.x/cats/effect/kernel/Poll.html +++ b/api/3.x/cats/effect/kernel/Poll.html @@ -1,2 +1,2 @@

                                                                      Packages

                                                                      trait Poll[F[_]] extends ~>[F, F]

                                                                      Source
                                                                      Poll.scala
                                                                      Linear Supertypes
                                                                      Ordering
                                                                      1. Alphabetic
                                                                      2. By Inheritance
                                                                      Inherited
                                                                      1. Poll
                                                                      2. FunctionK
                                                                      3. Serializable
                                                                      4. AnyRef
                                                                      5. Any
                                                                      1. Hide All
                                                                      2. Show All
                                                                      Visibility
                                                                      1. Public
                                                                      2. Protected

                                                                      Abstract Value Members

                                                                      1. abstract def apply[A](fa: F[A]): F[A]
                                                                        Definition Classes
                                                                        FunctionK

                                                                      Concrete 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. def and[H[_]](h: FunctionK[F, H]): FunctionK[F, [γ$2$]Tuple2K[F, H, γ$2$]]
                                                                        Definition Classes
                                                                        FunctionK
                                                                      5. def andThen[H[_]](f: FunctionK[F, H]): FunctionK[F, H]
                                                                        Definition Classes
                                                                        FunctionK
                                                                      6. final def asInstanceOf[T0]: T0
                                                                        Definition Classes
                                                                        Any
                                                                      7. def clone(): AnyRef
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                      8. def compose[E[_]](f: FunctionK[E, F]): FunctionK[E, F]
                                                                        Definition Classes
                                                                        FunctionK
                                                                      9. final def eq(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      10. def equals(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      11. def finalize(): Unit
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.Throwable])
                                                                      12. final def getClass(): Class[_ <: AnyRef]
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      13. def hashCode(): Int
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      14. final def isInstanceOf[T0]: Boolean
                                                                        Definition Classes
                                                                        Any
                                                                      15. def narrow[F0[x] <: F[x]]: FunctionK[F0, F]
                                                                        Definition Classes
                                                                        FunctionK
                                                                      16. final def ne(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      17. final def notify(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      18. final def notifyAll(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      19. def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$0$]EitherK[F, H, γ$0$], F]
                                                                        Definition Classes
                                                                        FunctionK
                                                                      20. final def synchronized[T0](arg0: => T0): T0
                                                                        Definition Classes
                                                                        AnyRef
                                                                      21. def toString(): String
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      22. final def wait(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      23. final def wait(arg0: Long, arg1: Int): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      24. final def wait(arg0: Long): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException]) @native()
                                                                      25. def widen[G0[x] >: F[x]]: FunctionK[F, G0]
                                                                        Definition Classes
                                                                        FunctionK

                                                                      Inherited from FunctionK[F, F]

                                                                      Inherited from Serializable

                                                                      Inherited from AnyRef

                                                                      Inherited from Any

                                                                      Ungrouped

                                                                      +var toRoot = '../../../';

                                                                      Packages

                                                                      trait Poll[F[_]] extends ~>[F, F]

                                                                      Source
                                                                      Poll.scala
                                                                      Linear Supertypes
                                                                      Ordering
                                                                      1. Alphabetic
                                                                      2. By Inheritance
                                                                      Inherited
                                                                      1. Poll
                                                                      2. FunctionK
                                                                      3. Serializable
                                                                      4. AnyRef
                                                                      5. Any
                                                                      1. Hide All
                                                                      2. Show All
                                                                      Visibility
                                                                      1. Public
                                                                      2. Protected

                                                                      Abstract Value Members

                                                                      1. abstract def apply[A](fa: F[A]): F[A]
                                                                        Definition Classes
                                                                        FunctionK

                                                                      Concrete 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. def and[H[_]](h: FunctionK[F, H]): FunctionK[F, [γ$2$]Tuple2K[F, H, γ$2$]]
                                                                        Definition Classes
                                                                        FunctionK
                                                                      5. def andThen[H[_]](f: FunctionK[F, H]): FunctionK[F, H]
                                                                        Definition Classes
                                                                        FunctionK
                                                                      6. final def asInstanceOf[T0]: T0
                                                                        Definition Classes
                                                                        Any
                                                                      7. def clone(): AnyRef
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                      8. def compose[E[_]](f: FunctionK[E, F]): FunctionK[E, F]
                                                                        Definition Classes
                                                                        FunctionK
                                                                      9. final def eq(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      10. def equals(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      11. def finalize(): Unit
                                                                        Attributes
                                                                        protected[lang]
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.Throwable])
                                                                      12. final def getClass(): Class[_ <: AnyRef]
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      13. def hashCode(): Int
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                        Annotations
                                                                        @native()
                                                                      14. final def isInstanceOf[T0]: Boolean
                                                                        Definition Classes
                                                                        Any
                                                                      15. def narrow[F0[x] <: F[x]]: FunctionK[F0, F]
                                                                        Definition Classes
                                                                        FunctionK
                                                                      16. final def ne(arg0: AnyRef): Boolean
                                                                        Definition Classes
                                                                        AnyRef
                                                                      17. final def notify(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      18. final def notifyAll(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @native()
                                                                      19. def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$0$]EitherK[F, H, γ$0$], F]
                                                                        Definition Classes
                                                                        FunctionK
                                                                      20. final def synchronized[T0](arg0: => T0): T0
                                                                        Definition Classes
                                                                        AnyRef
                                                                      21. def toString(): String
                                                                        Definition Classes
                                                                        AnyRef → Any
                                                                      22. final def wait(): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      23. final def wait(arg0: Long, arg1: Int): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                      24. final def wait(arg0: Long): Unit
                                                                        Definition Classes
                                                                        AnyRef
                                                                        Annotations
                                                                        @throws(classOf[java.lang.InterruptedException]) @native()
                                                                      25. def widen[G0[x] >: F[x]]: FunctionK[F, G0]
                                                                        Definition Classes
                                                                        FunctionK

                                                                      Inherited from FunctionK[F, F]

                                                                      Inherited from Serializable

                                                                      Inherited from AnyRef

                                                                      Inherited from Any

                                                                      Ungrouped

                                                                      diff --git a/api/3.x/cats/effect/kernel/Ref$$ApplyBuilders.html b/api/3.x/cats/effect/kernel/Ref$$ApplyBuilders.html index 8fa97f03ea..d63fdba478 100644 --- a/api/3.x/cats/effect/kernel/Ref$$ApplyBuilders.html +++ b/api/3.x/cats/effect/kernel/Ref$$ApplyBuilders.html @@ -1,5 +1,5 @@

                                                                      Packages

                                                                      c

                                                                      cats.effect.kernel.Ref

                                                                      ApplyBuilders

                                                                      final class ApplyBuilders[F[_]] extends AnyVal

                                                                      Source
                                                                      Ref.scala
                                                                      Linear Supertypes
                                                                      Ordering
                                                                      1. Alphabetic
                                                                      2. By Inheritance
                                                                      Inherited
                                                                      1. ApplyBuilders
                                                                      2. AnyVal
                                                                      3. Any
                                                                      1. Hide All
                                                                      2. Show All
                                                                      Visibility
                                                                      1. Public
                                                                      2. Protected

                                                                      Instance Constructors

                                                                      1. new ApplyBuilders(mk: Make[F])

                                                                      Value Members

                                                                      1. final def !=(arg0: Any): Boolean
                                                                        Definition Classes
                                                                        Any
                                                                      2. final def ##: Int
                                                                        Definition Classes
                                                                        Any
                                                                      3. final def ==(arg0: Any): Boolean
                                                                        Definition Classes
                                                                        Any
                                                                      4. final def asInstanceOf[T0]: T0
                                                                        Definition Classes
                                                                        Any
                                                                      5. def empty[A](implicit arg0: Monoid[A]): F[Ref[F, A]]

                                                                        Creates a thread-safe, concurrent mutable reference initialized to the empty value.

                                                                        Creates a thread-safe, concurrent mutable reference initialized to the empty value. +var toRoot = '../../../';

                                                                        Packages

                                                                        c

                                                                        cats.effect.kernel.Ref

                                                                        ApplyBuilders

                                                                        final class ApplyBuilders[F[_]] extends AnyVal

                                                                        Source
                                                                        Ref.scala
                                                                        Linear Supertypes
                                                                        Ordering
                                                                        1. Alphabetic
                                                                        2. By Inheritance
                                                                        Inherited
                                                                        1. ApplyBuilders
                                                                        2. AnyVal
                                                                        3. Any
                                                                        1. Hide All
                                                                        2. Show All
                                                                        Visibility
                                                                        1. Public
                                                                        2. Protected

                                                                        Instance Constructors

                                                                        1. new ApplyBuilders(mk: Make[F])

                                                                        Value Members

                                                                        1. final def !=(arg0: Any): Boolean
                                                                          Definition Classes
                                                                          Any
                                                                        2. final def ##: Int
                                                                          Definition Classes
                                                                          Any
                                                                        3. final def ==(arg0: Any): Boolean
                                                                          Definition Classes
                                                                          Any
                                                                        4. final def asInstanceOf[T0]: T0
                                                                          Definition Classes
                                                                          Any
                                                                        5. def empty[A](implicit arg0: Monoid[A]): F[Ref[F, A]]

                                                                          Creates a thread-safe, concurrent mutable reference initialized to the empty value.

                                                                          Creates a thread-safe, concurrent mutable reference initialized to the empty value.

                                                                          See also

                                                                          Ref.empty

                                                                        6. def getClass(): Class[_ <: AnyVal]
                                                                          Definition Classes
                                                                          AnyVal → Any
                                                                        7. final def isInstanceOf[T0]: Boolean
                                                                          Definition Classes
                                                                          Any
                                                                        8. val mk: Make[F]
                                                                        9. def of[A](a: A): F[Ref[F, A]]

                                                                          Creates a thread-safe, concurrent mutable reference initialized to the supplied value.

                                                                          Creates a thread-safe, concurrent mutable reference initialized to the supplied value.

                                                                          See also

                                                                          diff --git a/api/3.x/cats/effect/kernel/Ref$$Make$.html b/api/3.x/cats/effect/kernel/Ref$$Make$.html index a250799d95..18608f657b 100644 --- a/api/3.x/cats/effect/kernel/Ref$$Make$.html +++ b/api/3.x/cats/effect/kernel/Ref$$Make$.html @@ -1,2 +1,2 @@

                                                                          Packages

                                                                          object Make extends MakeInstances

                                                                          Source
                                                                          Ref.scala
                                                                          Linear Supertypes
                                                                          MakeInstances, MakeLowPriorityInstances, AnyRef, Any
                                                                          Ordering
                                                                          1. Alphabetic
                                                                          2. By Inheritance
                                                                          Inherited
                                                                          1. Make
                                                                          2. MakeInstances
                                                                          3. MakeLowPriorityInstances
                                                                          4. AnyRef
                                                                          5. Any
                                                                          1. Hide All
                                                                          2. Show All
                                                                          Visibility
                                                                          1. Public
                                                                          2. Protected

                                                                          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. implicit def concurrentInstance[F[_]](implicit F: GenConcurrent[F, _]): Make[F]
                                                                            Definition Classes
                                                                            MakeInstances
                                                                          7. final def eq(arg0: AnyRef): Boolean
                                                                            Definition Classes
                                                                            AnyRef
                                                                          8. def equals(arg0: AnyRef): Boolean
                                                                            Definition Classes
                                                                            AnyRef → Any
                                                                          9. def finalize(): Unit
                                                                            Attributes
                                                                            protected[lang]
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @throws(classOf[java.lang.Throwable])
                                                                          10. final def getClass(): Class[_ <: AnyRef]
                                                                            Definition Classes
                                                                            AnyRef → Any
                                                                            Annotations
                                                                            @native()
                                                                          11. def hashCode(): Int
                                                                            Definition Classes
                                                                            AnyRef → Any
                                                                            Annotations
                                                                            @native()
                                                                          12. final def isInstanceOf[T0]: Boolean
                                                                            Definition Classes
                                                                            Any
                                                                          13. final def ne(arg0: AnyRef): Boolean
                                                                            Definition Classes
                                                                            AnyRef
                                                                          14. final def notify(): Unit
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @native()
                                                                          15. final def notifyAll(): Unit
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @native()
                                                                          16. implicit def syncInstance[F[_]](implicit F: Sync[F]): Make[F]
                                                                            Definition Classes
                                                                            MakeLowPriorityInstances
                                                                          17. final def synchronized[T0](arg0: => T0): T0
                                                                            Definition Classes
                                                                            AnyRef
                                                                          18. def toString(): String
                                                                            Definition Classes
                                                                            AnyRef → Any
                                                                          19. final def wait(): Unit
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                          20. final def wait(arg0: Long, arg1: Int): Unit
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                          21. final def wait(arg0: Long): Unit
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                          Inherited from MakeInstances

                                                                          Inherited from MakeLowPriorityInstances

                                                                          Inherited from AnyRef

                                                                          Inherited from Any

                                                                          Ungrouped

                                                                          +var toRoot = '../../../';

                                                                          Packages

                                                                          object Make extends MakeInstances

                                                                          Source
                                                                          Ref.scala
                                                                          Linear Supertypes
                                                                          MakeInstances, MakeLowPriorityInstances, AnyRef, Any
                                                                          Ordering
                                                                          1. Alphabetic
                                                                          2. By Inheritance
                                                                          Inherited
                                                                          1. Make
                                                                          2. MakeInstances
                                                                          3. MakeLowPriorityInstances
                                                                          4. AnyRef
                                                                          5. Any
                                                                          1. Hide All
                                                                          2. Show All
                                                                          Visibility
                                                                          1. Public
                                                                          2. Protected

                                                                          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. implicit def concurrentInstance[F[_]](implicit F: GenConcurrent[F, _]): Make[F]
                                                                            Definition Classes
                                                                            MakeInstances
                                                                          7. final def eq(arg0: AnyRef): Boolean
                                                                            Definition Classes
                                                                            AnyRef
                                                                          8. def equals(arg0: AnyRef): Boolean
                                                                            Definition Classes
                                                                            AnyRef → Any
                                                                          9. def finalize(): Unit
                                                                            Attributes
                                                                            protected[lang]
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @throws(classOf[java.lang.Throwable])
                                                                          10. final def getClass(): Class[_ <: AnyRef]
                                                                            Definition Classes
                                                                            AnyRef → Any
                                                                            Annotations
                                                                            @native()
                                                                          11. def hashCode(): Int
                                                                            Definition Classes
                                                                            AnyRef → Any
                                                                            Annotations
                                                                            @native()
                                                                          12. final def isInstanceOf[T0]: Boolean
                                                                            Definition Classes
                                                                            Any
                                                                          13. final def ne(arg0: AnyRef): Boolean
                                                                            Definition Classes
                                                                            AnyRef
                                                                          14. final def notify(): Unit
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @native()
                                                                          15. final def notifyAll(): Unit
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @native()
                                                                          16. implicit def syncInstance[F[_]](implicit F: Sync[F]): Make[F]
                                                                            Definition Classes
                                                                            MakeLowPriorityInstances
                                                                          17. final def synchronized[T0](arg0: => T0): T0
                                                                            Definition Classes
                                                                            AnyRef
                                                                          18. def toString(): String
                                                                            Definition Classes
                                                                            AnyRef → Any
                                                                          19. final def wait(): Unit
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                          20. final def wait(arg0: Long, arg1: Int): Unit
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                          21. final def wait(arg0: Long): Unit
                                                                            Definition Classes
                                                                            AnyRef
                                                                            Annotations
                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                          Inherited from MakeInstances

                                                                          Inherited from MakeLowPriorityInstances

                                                                          Inherited from AnyRef

                                                                          Inherited from Any

                                                                          Ungrouped

                                                                          diff --git a/api/3.x/cats/effect/kernel/Ref$$Make.html b/api/3.x/cats/effect/kernel/Ref$$Make.html index 2e2011ad57..3a31f9b32a 100644 --- a/api/3.x/cats/effect/kernel/Ref$$Make.html +++ b/api/3.x/cats/effect/kernel/Ref$$Make.html @@ -1,2 +1,2 @@

                                                                          Packages

                                                                          trait Make[F[_]] extends AnyRef

                                                                          Annotations
                                                                          @implicitNotFound()
                                                                          Source
                                                                          Ref.scala
                                                                          Linear Supertypes
                                                                          Ordering
                                                                          1. Alphabetic
                                                                          2. By Inheritance
                                                                          Inherited
                                                                          1. Make
                                                                          2. AnyRef
                                                                          3. Any
                                                                          1. Hide All
                                                                          2. Show All
                                                                          Visibility
                                                                          1. Public
                                                                          2. Protected

                                                                          Abstract Value Members

                                                                          1. abstract def refOf[A](a: A): F[Ref[F, A]]

                                                                          Concrete 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

                                                                          +var toRoot = '../../../';

                                                                          Packages

                                                                          trait Make[F[_]] extends AnyRef

                                                                          Annotations
                                                                          @implicitNotFound()
                                                                          Source
                                                                          Ref.scala
                                                                          Linear Supertypes
                                                                          Ordering
                                                                          1. Alphabetic
                                                                          2. By Inheritance
                                                                          Inherited
                                                                          1. Make
                                                                          2. AnyRef
                                                                          3. Any
                                                                          1. Hide All
                                                                          2. Show All
                                                                          Visibility
                                                                          1. Public
                                                                          2. Protected

                                                                          Abstract Value Members

                                                                          1. abstract def refOf[A](a: A): F[Ref[F, A]]

                                                                          Concrete 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

                                                                          diff --git a/api/3.x/cats/effect/kernel/Ref$.html b/api/3.x/cats/effect/kernel/Ref$.html index d4ae6d7199..ae2be92b3e 100644 --- a/api/3.x/cats/effect/kernel/Ref$.html +++ b/api/3.x/cats/effect/kernel/Ref$.html @@ -1,5 +1,5 @@

                                                                          Packages

                                                                          object Ref extends Serializable

                                                                          Source
                                                                          Ref.scala
                                                                          Linear Supertypes
                                                                          Ordering
                                                                          1. Alphabetic
                                                                          2. By Inheritance
                                                                          Inherited
                                                                          1. Ref
                                                                          2. Serializable
                                                                          3. AnyRef
                                                                          4. Any
                                                                          1. Hide All
                                                                          2. Show All
                                                                          Visibility
                                                                          1. Public
                                                                          2. Protected

                                                                          Type Members

                                                                          1. final class ApplyBuilders[F[_]] extends AnyVal
                                                                          2. trait Make[F[_]] extends AnyRef
                                                                            Annotations
                                                                            @implicitNotFound()

                                                                          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. def apply[F[_]](implicit mk: Make[F]): ApplyBuilders[F]

                                                                            Builds a Ref value for data types that are Sync

                                                                            Builds a Ref value for data types that are Sync

                                                                            This builder uses the +var toRoot = '../../../';

                                                                            Packages

                                                                            object Ref extends Serializable

                                                                            Source
                                                                            Ref.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Ref
                                                                            2. Serializable
                                                                            3. AnyRef
                                                                            4. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            Type Members

                                                                            1. final class ApplyBuilders[F[_]] extends AnyVal
                                                                            2. trait Make[F[_]] extends AnyRef
                                                                              Annotations
                                                                              @implicitNotFound()

                                                                            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. def apply[F[_]](implicit mk: Make[F]): ApplyBuilders[F]

                                                                              Builds a Ref value for data types that are Sync

                                                                              Builds a Ref value for data types that are Sync

                                                                              This builder uses the Partially-Applied Type technique.

                                                                              Ref[IO].of(10) <-> Ref.of[IO, Int](10)
                                                                              See also

                                                                              of

                                                                            5. final def asInstanceOf[T0]: T0
                                                                              Definition Classes
                                                                              Any
                                                                            6. implicit def catsInvariantForRef[F[_]](implicit arg0: Functor[F]): Invariant[[β$2$]Ref[F, β$2$]]
                                                                            7. def clone(): AnyRef
                                                                              Attributes
                                                                              protected[lang]
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                            8. def copyOf[F[_], A](source: Ref[F, A])(implicit arg0: Make[F], arg1: FlatMap[F]): F[Ref[F, A]]

                                                                              Creates a Ref starting with the value of the one in source.

                                                                              Creates a Ref starting with the value of the one in source.

                                                                              Updates of either of the Refs will not have an effect on the other (assuming A is diff --git a/api/3.x/cats/effect/kernel/Ref.html b/api/3.x/cats/effect/kernel/Ref.html index 636902039e..c948e75bdd 100644 --- a/api/3.x/cats/effect/kernel/Ref.html +++ b/api/3.x/cats/effect/kernel/Ref.html @@ -5,7 +5,7 @@ functional wrapper over an AtomicReference. Consequently it must not be used to store mutable data as AtomicReference#compareAndSet and friends are dependent upon object reference equality.

                                                                              See also cats.effect.std.AtomicCell class from cats-effect-std for an alternative. -

                                                                              Source
                                                                              Ref.scala
                                                                              Linear Supertypes
                                                                              Ordering
                                                                              1. Alphabetic
                                                                              2. By Inheritance
                                                                              Inherited
                                                                              1. Ref
                                                                              2. RefSink
                                                                              3. RefSource
                                                                              4. Serializable
                                                                              5. AnyRef
                                                                              6. Any
                                                                              1. Hide All
                                                                              2. Show All
                                                                              Visibility
                                                                              1. Public
                                                                              2. Protected

                                                                              Instance Constructors

                                                                              1. new Ref()

                                                                              Abstract Value Members

                                                                              1. abstract def access: F[(A, (A) => F[Boolean])]

                                                                                Obtains a snapshot of the current value, and a setter for updating it.

                                                                                Obtains a snapshot of the current value, and a setter for updating it.

                                                                                The setter attempts to modify the contents from the snapshot to the new value (and return +

                                                                                Source
                                                                                Ref.scala
                                                                                Linear Supertypes
                                                                                Ordering
                                                                                1. Alphabetic
                                                                                2. By Inheritance
                                                                                Inherited
                                                                                1. Ref
                                                                                2. RefSink
                                                                                3. RefSource
                                                                                4. Serializable
                                                                                5. AnyRef
                                                                                6. Any
                                                                                1. Hide All
                                                                                2. Show All
                                                                                Visibility
                                                                                1. Public
                                                                                2. Protected

                                                                                Instance Constructors

                                                                                1. new Ref()

                                                                                Abstract Value Members

                                                                                1. abstract def access: F[(A, (A) => F[Boolean])]

                                                                                  Obtains a snapshot of the current value, and a setter for updating it.

                                                                                  Obtains a snapshot of the current value, and a setter for updating it.

                                                                                  The setter attempts to modify the contents from the snapshot to the new value (and return true). If it cannot do this (because the contents changed since taking the snapshot), the setter is a noop and returns false.

                                                                                  Satisfies: r.access.map(_._1) == r.get and r.access.flatMap { case (v, setter) => setter(f(v)) } == r.tryUpdate(f).map(_.isDefined). diff --git a/api/3.x/cats/effect/kernel/RefSink$.html b/api/3.x/cats/effect/kernel/RefSink$.html index f9bce05422..8fcdd19433 100644 --- a/api/3.x/cats/effect/kernel/RefSink$.html +++ b/api/3.x/cats/effect/kernel/RefSink$.html @@ -1,2 +1,2 @@

                                                                                  Packages

                                                                                  object RefSink extends Serializable

                                                                                  Source
                                                                                  Ref.scala
                                                                                  Linear Supertypes
                                                                                  Ordering
                                                                                  1. Alphabetic
                                                                                  2. By Inheritance
                                                                                  Inherited
                                                                                  1. RefSink
                                                                                  2. Serializable
                                                                                  3. AnyRef
                                                                                  4. Any
                                                                                  1. Hide All
                                                                                  2. Show All
                                                                                  Visibility
                                                                                  1. Public
                                                                                  2. Protected

                                                                                  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. implicit def catsContravariantForRefSink[F[_]]: Contravariant[[β$6$]RefSink[F, β$6$]]
                                                                                  6. def clone(): AnyRef
                                                                                    Attributes
                                                                                    protected[lang]
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                    Definition Classes
                                                                                    AnyRef → Any
                                                                                  9. def finalize(): Unit
                                                                                    Attributes
                                                                                    protected[lang]
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                    Definition Classes
                                                                                    AnyRef → Any
                                                                                    Annotations
                                                                                    @native()
                                                                                  11. def hashCode(): Int
                                                                                    Definition Classes
                                                                                    AnyRef → Any
                                                                                    Annotations
                                                                                    @native()
                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                    Definition Classes
                                                                                    Any
                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                  14. final def notify(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @native()
                                                                                  15. final def notifyAll(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @native()
                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                  17. def toString(): String
                                                                                    Definition Classes
                                                                                    AnyRef → Any
                                                                                  18. final def wait(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                  20. final def wait(arg0: Long): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                  Inherited from Serializable

                                                                                  Inherited from AnyRef

                                                                                  Inherited from Any

                                                                                  Ungrouped

                                                                                  +var toRoot = '../../../';

                                                                                  Packages

                                                                                  object RefSink extends Serializable

                                                                                  Source
                                                                                  Ref.scala
                                                                                  Linear Supertypes
                                                                                  Ordering
                                                                                  1. Alphabetic
                                                                                  2. By Inheritance
                                                                                  Inherited
                                                                                  1. RefSink
                                                                                  2. Serializable
                                                                                  3. AnyRef
                                                                                  4. Any
                                                                                  1. Hide All
                                                                                  2. Show All
                                                                                  Visibility
                                                                                  1. Public
                                                                                  2. Protected

                                                                                  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. implicit def catsContravariantForRefSink[F[_]]: Contravariant[[β$6$]RefSink[F, β$6$]]
                                                                                  6. def clone(): AnyRef
                                                                                    Attributes
                                                                                    protected[lang]
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                    Definition Classes
                                                                                    AnyRef → Any
                                                                                  9. def finalize(): Unit
                                                                                    Attributes
                                                                                    protected[lang]
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                    Definition Classes
                                                                                    AnyRef → Any
                                                                                    Annotations
                                                                                    @native()
                                                                                  11. def hashCode(): Int
                                                                                    Definition Classes
                                                                                    AnyRef → Any
                                                                                    Annotations
                                                                                    @native()
                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                    Definition Classes
                                                                                    Any
                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                  14. final def notify(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @native()
                                                                                  15. final def notifyAll(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @native()
                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                  17. def toString(): String
                                                                                    Definition Classes
                                                                                    AnyRef → Any
                                                                                  18. final def wait(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                  20. final def wait(arg0: Long): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                  Inherited from Serializable

                                                                                  Inherited from AnyRef

                                                                                  Inherited from Any

                                                                                  Ungrouped

                                                                                  diff --git a/api/3.x/cats/effect/kernel/RefSink.html b/api/3.x/cats/effect/kernel/RefSink.html index a24bb6112c..a6662f62f2 100644 --- a/api/3.x/cats/effect/kernel/RefSink.html +++ b/api/3.x/cats/effect/kernel/RefSink.html @@ -1,3 +1,3 @@

                                                                                  Packages

                                                                                  trait RefSink[F[_], A] extends Serializable

                                                                                  Source
                                                                                  Ref.scala
                                                                                  Linear Supertypes
                                                                                  Known Subclasses
                                                                                  Ordering
                                                                                  1. Alphabetic
                                                                                  2. By Inheritance
                                                                                  Inherited
                                                                                  1. RefSink
                                                                                  2. Serializable
                                                                                  3. AnyRef
                                                                                  4. Any
                                                                                  1. Hide All
                                                                                  2. Show All
                                                                                  Visibility
                                                                                  1. Public
                                                                                  2. Protected

                                                                                  Abstract Value Members

                                                                                  1. abstract def set(a: A): F[Unit]

                                                                                    Sets the current value to a.

                                                                                    Sets the current value to a.

                                                                                    The returned action completes after the reference has been successfully set. +var toRoot = '../../../';

                                                                                    Packages

                                                                                    trait RefSink[F[_], A] extends Serializable

                                                                                    Source
                                                                                    Ref.scala
                                                                                    Linear Supertypes
                                                                                    Known Subclasses
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. RefSink
                                                                                    2. Serializable
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. abstract def set(a: A): F[Unit]

                                                                                      Sets the current value to a.

                                                                                      Sets the current value to a.

                                                                                      The returned action completes after the reference has been successfully set.

                                                                                    Concrete 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 Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/RefSource$.html b/api/3.x/cats/effect/kernel/RefSource$.html index a8e159b2c6..01b7e89055 100644 --- a/api/3.x/cats/effect/kernel/RefSource$.html +++ b/api/3.x/cats/effect/kernel/RefSource$.html @@ -1,2 +1,2 @@

                                                                                    Packages

                                                                                    object RefSource extends Serializable

                                                                                    Source
                                                                                    Ref.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. RefSource
                                                                                    2. Serializable
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def catsFunctorForRefSource[F[_]](implicit arg0: Functor[F]): Functor[[β$4$]RefSource[F, β$4$]]
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../';

                                                                                    Packages

                                                                                    object RefSource extends Serializable

                                                                                    Source
                                                                                    Ref.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. RefSource
                                                                                    2. Serializable
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def catsFunctorForRefSource[F[_]](implicit arg0: Functor[F]): Functor[[β$4$]RefSource[F, β$4$]]
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/RefSource.html b/api/3.x/cats/effect/kernel/RefSource.html index dfccfb3dca..fa3c06a7bc 100644 --- a/api/3.x/cats/effect/kernel/RefSource.html +++ b/api/3.x/cats/effect/kernel/RefSource.html @@ -1,4 +1,4 @@

                                                                                    Packages

                                                                                    trait RefSource[F[_], A] extends Serializable

                                                                                    Source
                                                                                    Ref.scala
                                                                                    Linear Supertypes
                                                                                    Known Subclasses
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. RefSource
                                                                                    2. Serializable
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. abstract def get: F[A]

                                                                                      Obtains the current value.

                                                                                      Obtains the current value.

                                                                                      Since Ref is always guaranteed to have a value, the returned action completes immediately +var toRoot = '../../../';

                                                                                      Packages

                                                                                      trait RefSource[F[_], A] extends Serializable

                                                                                      Source
                                                                                      Ref.scala
                                                                                      Linear Supertypes
                                                                                      Known Subclasses
                                                                                      Ordering
                                                                                      1. Alphabetic
                                                                                      2. By Inheritance
                                                                                      Inherited
                                                                                      1. RefSource
                                                                                      2. Serializable
                                                                                      3. AnyRef
                                                                                      4. Any
                                                                                      1. Hide All
                                                                                      2. Show All
                                                                                      Visibility
                                                                                      1. Public
                                                                                      2. Protected

                                                                                      Abstract Value Members

                                                                                      1. abstract def get: F[A]

                                                                                        Obtains the current value.

                                                                                        Obtains the current value.

                                                                                        Since Ref is always guaranteed to have a value, the returned action completes immediately after being bound.

                                                                                      Concrete 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 Serializable

                                                                                      Inherited from AnyRef

                                                                                      Inherited from Any

                                                                                      Ungrouped

                                                                                      diff --git a/api/3.x/cats/effect/kernel/Resource$$Allocate.html b/api/3.x/cats/effect/kernel/Resource$$Allocate.html index 109248afd3..7ba47be232 100644 --- a/api/3.x/cats/effect/kernel/Resource$$Allocate.html +++ b/api/3.x/cats/effect/kernel/Resource$$Allocate.html @@ -1,7 +1,7 @@

                                                                                      Packages

                                                                                      final case class Allocate[F[_], A](resource: (Poll[F]) => F[(A, (ExitCase) => F[Unit])]) extends Resource[F, A] with Product with Serializable

                                                                                      Resource data constructor that wraps an effect allocating a resource, along with its finalizers. -

                                                                                      Source
                                                                                      Resource.scala
                                                                                      Linear Supertypes
                                                                                      Ordering
                                                                                      1. Alphabetic
                                                                                      2. By Inheritance
                                                                                      Inherited
                                                                                      1. Allocate
                                                                                      2. Product
                                                                                      3. Equals
                                                                                      4. Resource
                                                                                      5. Serializable
                                                                                      6. AnyRef
                                                                                      7. Any
                                                                                      1. Hide All
                                                                                      2. Show All
                                                                                      Visibility
                                                                                      1. Public
                                                                                      2. Protected

                                                                                      Instance Constructors

                                                                                      1. new Allocate(resource: (Poll[F]) => F[(A, (ExitCase) => F[Unit])])

                                                                                      Value Members

                                                                                      1. final def !=(arg0: Any): Boolean
                                                                                        Definition Classes
                                                                                        AnyRef → Any
                                                                                      2. def !>[B](that: Resource[F, B])(implicit F: MonadCancel[F, Throwable]): Resource[F, B]
                                                                                        Definition Classes
                                                                                        Resource
                                                                                      3. final def ##: Int
                                                                                        Definition Classes
                                                                                        AnyRef → Any
                                                                                      4. final def ==(arg0: Any): Boolean
                                                                                        Definition Classes
                                                                                        AnyRef → Any
                                                                                      5. def allocated[B >: A](implicit F: MonadCancel[F, Throwable]): F[(B, F[Unit])]

                                                                                        Given a Resource, possibly built by composing multiple Resources monadically, returns +

                                                                                      Source
                                                                                      Resource.scala
                                                                                      Linear Supertypes
                                                                                      Ordering
                                                                                      1. Alphabetic
                                                                                      2. By Inheritance
                                                                                      Inherited
                                                                                      1. Allocate
                                                                                      2. Product
                                                                                      3. Equals
                                                                                      4. Resource
                                                                                      5. Serializable
                                                                                      6. AnyRef
                                                                                      7. Any
                                                                                      1. Hide All
                                                                                      2. Show All
                                                                                      Visibility
                                                                                      1. Public
                                                                                      2. Protected

                                                                                      Instance Constructors

                                                                                      1. new Allocate(resource: (Poll[F]) => F[(A, (ExitCase) => F[Unit])])

                                                                                      Value Members

                                                                                      1. final def !=(arg0: Any): Boolean
                                                                                        Definition Classes
                                                                                        AnyRef → Any
                                                                                      2. def !>[B](that: Resource[F, B])(implicit F: MonadCancel[F, Throwable]): Resource[F, B]
                                                                                        Definition Classes
                                                                                        Resource
                                                                                      3. final def ##: Int
                                                                                        Definition Classes
                                                                                        AnyRef → Any
                                                                                      4. final def ==(arg0: Any): Boolean
                                                                                        Definition Classes
                                                                                        AnyRef → Any
                                                                                      5. def allocated[B >: A](implicit F: MonadCancel[F, Throwable]): F[(B, F[Unit])]

                                                                                        Given a Resource, possibly built by composing multiple Resources monadically, returns the acquired resource, as well as an action that runs all the finalizers for releasing it.

                                                                                        Given a Resource, possibly built by composing multiple Resources monadically, returns the acquired resource, as well as an action that runs all the finalizers for releasing it.

                                                                                        If the outer F fails or is interrupted, allocated guarantees that the finalizers will be called. However, if the outer F succeeds, it's up to the user to ensure the returned diff --git a/api/3.x/cats/effect/kernel/Resource$$Bind.html b/api/3.x/cats/effect/kernel/Resource$$Bind.html index 9b4f0fc942..6d4cd61094 100644 --- a/api/3.x/cats/effect/kernel/Resource$$Bind.html +++ b/api/3.x/cats/effect/kernel/Resource$$Bind.html @@ -1,6 +1,6 @@

                                                                                        Packages

                                                                                        final case class Bind[F[_], S, +A](source: Resource[F, S], fs: (S) => Resource[F, A]) extends Resource[F, A] with Product with Serializable

                                                                                        Resource data constructor that encodes the flatMap operation. -

                                                                                        Source
                                                                                        Resource.scala
                                                                                        Linear Supertypes
                                                                                        Ordering
                                                                                        1. Alphabetic
                                                                                        2. By Inheritance
                                                                                        Inherited
                                                                                        1. Bind
                                                                                        2. Product
                                                                                        3. Equals
                                                                                        4. Resource
                                                                                        5. Serializable
                                                                                        6. AnyRef
                                                                                        7. Any
                                                                                        1. Hide All
                                                                                        2. Show All
                                                                                        Visibility
                                                                                        1. Public
                                                                                        2. Protected

                                                                                        Instance Constructors

                                                                                        1. new Bind(source: Resource[F, S], fs: (S) => Resource[F, A])

                                                                                        Value Members

                                                                                        1. final def !=(arg0: Any): Boolean
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        2. def !>[B](that: Resource[F, B])(implicit F: MonadCancel[F, Throwable]): Resource[F, B]
                                                                                          Definition Classes
                                                                                          Resource
                                                                                        3. final def ##: Int
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        4. final def ==(arg0: Any): Boolean
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        5. def allocated[B >: A](implicit F: MonadCancel[F, Throwable]): F[(B, F[Unit])]

                                                                                          Given a Resource, possibly built by composing multiple Resources monadically, returns +

                                                                                        Source
                                                                                        Resource.scala
                                                                                        Linear Supertypes
                                                                                        Ordering
                                                                                        1. Alphabetic
                                                                                        2. By Inheritance
                                                                                        Inherited
                                                                                        1. Bind
                                                                                        2. Product
                                                                                        3. Equals
                                                                                        4. Resource
                                                                                        5. Serializable
                                                                                        6. AnyRef
                                                                                        7. Any
                                                                                        1. Hide All
                                                                                        2. Show All
                                                                                        Visibility
                                                                                        1. Public
                                                                                        2. Protected

                                                                                        Instance Constructors

                                                                                        1. new Bind(source: Resource[F, S], fs: (S) => Resource[F, A])

                                                                                        Value Members

                                                                                        1. final def !=(arg0: Any): Boolean
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        2. def !>[B](that: Resource[F, B])(implicit F: MonadCancel[F, Throwable]): Resource[F, B]
                                                                                          Definition Classes
                                                                                          Resource
                                                                                        3. final def ##: Int
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        4. final def ==(arg0: Any): Boolean
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        5. def allocated[B >: A](implicit F: MonadCancel[F, Throwable]): F[(B, F[Unit])]

                                                                                          Given a Resource, possibly built by composing multiple Resources monadically, returns the acquired resource, as well as an action that runs all the finalizers for releasing it.

                                                                                          Given a Resource, possibly built by composing multiple Resources monadically, returns the acquired resource, as well as an action that runs all the finalizers for releasing it.

                                                                                          If the outer F fails or is interrupted, allocated guarantees that the finalizers will be called. However, if the outer F succeeds, it's up to the user to ensure the returned diff --git a/api/3.x/cats/effect/kernel/Resource$$Eval.html b/api/3.x/cats/effect/kernel/Resource$$Eval.html index 2bdb94996e..dad34fd6fa 100644 --- a/api/3.x/cats/effect/kernel/Resource$$Eval.html +++ b/api/3.x/cats/effect/kernel/Resource$$Eval.html @@ -1,5 +1,5 @@

                                                                                          Packages

                                                                                          final case class Eval[F[_], A](fa: F[A]) extends Resource[F, A] with Product with Serializable

                                                                                          Source
                                                                                          Resource.scala
                                                                                          Linear Supertypes
                                                                                          Ordering
                                                                                          1. Alphabetic
                                                                                          2. By Inheritance
                                                                                          Inherited
                                                                                          1. Eval
                                                                                          2. Product
                                                                                          3. Equals
                                                                                          4. Resource
                                                                                          5. Serializable
                                                                                          6. AnyRef
                                                                                          7. Any
                                                                                          1. Hide All
                                                                                          2. Show All
                                                                                          Visibility
                                                                                          1. Public
                                                                                          2. Protected

                                                                                          Instance Constructors

                                                                                          1. new Eval(fa: F[A])

                                                                                          Value Members

                                                                                          1. final def !=(arg0: Any): Boolean
                                                                                            Definition Classes
                                                                                            AnyRef → Any
                                                                                          2. def !>[B](that: Resource[F, B])(implicit F: MonadCancel[F, Throwable]): Resource[F, B]
                                                                                            Definition Classes
                                                                                            Resource
                                                                                          3. final def ##: Int
                                                                                            Definition Classes
                                                                                            AnyRef → Any
                                                                                          4. final def ==(arg0: Any): Boolean
                                                                                            Definition Classes
                                                                                            AnyRef → Any
                                                                                          5. def allocated[B >: A](implicit F: MonadCancel[F, Throwable]): F[(B, F[Unit])]

                                                                                            Given a Resource, possibly built by composing multiple Resources monadically, returns +var toRoot = '../../../';

                                                                                            Packages

                                                                                            final case class Eval[F[_], A](fa: F[A]) extends Resource[F, A] with Product with Serializable

                                                                                            Source
                                                                                            Resource.scala
                                                                                            Linear Supertypes
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. Eval
                                                                                            2. Product
                                                                                            3. Equals
                                                                                            4. Resource
                                                                                            5. Serializable
                                                                                            6. AnyRef
                                                                                            7. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            Instance Constructors

                                                                                            1. new Eval(fa: F[A])

                                                                                            Value Members

                                                                                            1. final def !=(arg0: Any): Boolean
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                            2. def !>[B](that: Resource[F, B])(implicit F: MonadCancel[F, Throwable]): Resource[F, B]
                                                                                              Definition Classes
                                                                                              Resource
                                                                                            3. final def ##: Int
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                            4. final def ==(arg0: Any): Boolean
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                            5. def allocated[B >: A](implicit F: MonadCancel[F, Throwable]): F[(B, F[Unit])]

                                                                                              Given a Resource, possibly built by composing multiple Resources monadically, returns the acquired resource, as well as an action that runs all the finalizers for releasing it.

                                                                                              Given a Resource, possibly built by composing multiple Resources monadically, returns the acquired resource, as well as an action that runs all the finalizers for releasing it.

                                                                                              If the outer F fails or is interrupted, allocated guarantees that the finalizers will be called. However, if the outer F succeeds, it's up to the user to ensure the returned diff --git a/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Canceled$.html b/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Canceled$.html index d4a162f726..57a5406eeb 100644 --- a/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Canceled$.html +++ b/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Canceled$.html @@ -1,4 +1,4 @@

                                                                                              Packages

                                                                                              case object Canceled extends ExitCase with Product with Serializable

                                                                                              An ExitCase signaling that the action was aborted.

                                                                                              As an example this can happen when we have a cancelable data type, like IO and the task yielded by bracket gets canceled when it's at its use phase. -

                                                                                              Source
                                                                                              Resource.scala
                                                                                              Ordering
                                                                                              1. Alphabetic
                                                                                              2. By Inheritance
                                                                                              Inherited
                                                                                              1. Canceled
                                                                                              2. ExitCase
                                                                                              3. Serializable
                                                                                              4. Product
                                                                                              5. Equals
                                                                                              6. AnyRef
                                                                                              7. Any
                                                                                              1. Hide All
                                                                                              2. Show All
                                                                                              Visibility
                                                                                              1. Public
                                                                                              2. Protected

                                                                                              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. final def isInstanceOf[T0]: Boolean
                                                                                                Definition Classes
                                                                                                Any
                                                                                              11. final def ne(arg0: AnyRef): Boolean
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                              12. final def notify(): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @native()
                                                                                              13. final def notifyAll(): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @native()
                                                                                              14. def productElementName(n: Int): String
                                                                                                Definition Classes
                                                                                                Product
                                                                                              15. def productElementNames: Iterator[String]
                                                                                                Definition Classes
                                                                                                Product
                                                                                              16. final def synchronized[T0](arg0: => T0): T0
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                              17. def toOutcome[F[_]](implicit arg0: Applicative[F]): Canceled[F, Throwable, Unit]
                                                                                                Definition Classes
                                                                                                CanceledExitCase
                                                                                              18. final def wait(): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                              19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                              20. final def wait(arg0: Long): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                              Inherited from ExitCase

                                                                                              Inherited from Serializable

                                                                                              Inherited from Product

                                                                                              Inherited from Equals

                                                                                              Inherited from AnyRef

                                                                                              Inherited from Any

                                                                                              Ungrouped

                                                                                              +

                                                                                              Source
                                                                                              Resource.scala
                                                                                              Ordering
                                                                                              1. Alphabetic
                                                                                              2. By Inheritance
                                                                                              Inherited
                                                                                              1. Canceled
                                                                                              2. ExitCase
                                                                                              3. Serializable
                                                                                              4. Product
                                                                                              5. Equals
                                                                                              6. AnyRef
                                                                                              7. Any
                                                                                              1. Hide All
                                                                                              2. Show All
                                                                                              Visibility
                                                                                              1. Public
                                                                                              2. Protected

                                                                                              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. final def isInstanceOf[T0]: Boolean
                                                                                                Definition Classes
                                                                                                Any
                                                                                              11. final def ne(arg0: AnyRef): Boolean
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                              12. final def notify(): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @native()
                                                                                              13. final def notifyAll(): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @native()
                                                                                              14. def productElementName(n: Int): String
                                                                                                Definition Classes
                                                                                                Product
                                                                                              15. def productElementNames: Iterator[String]
                                                                                                Definition Classes
                                                                                                Product
                                                                                              16. final def synchronized[T0](arg0: => T0): T0
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                              17. def toOutcome[F[_]](implicit arg0: Applicative[F]): Canceled[F, Throwable, Unit]
                                                                                                Definition Classes
                                                                                                CanceledExitCase
                                                                                              18. final def wait(): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                              19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                              20. final def wait(arg0: Long): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                              Inherited from ExitCase

                                                                                              Inherited from Serializable

                                                                                              Inherited from Product

                                                                                              Inherited from Equals

                                                                                              Inherited from AnyRef

                                                                                              Inherited from Any

                                                                                              Ungrouped

                                                                                            diff --git a/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Errored.html b/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Errored.html index 7f4050b313..ee9d6d8344 100644 --- a/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Errored.html +++ b/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Errored.html @@ -1,3 +1,3 @@

                                                                                            Packages

                                                                                            final case class Errored(e: Throwable) extends ExitCase with Product with Serializable

                                                                                            An ExitCase signaling completion in failure. -

                                                                                            Source
                                                                                            Resource.scala
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. Errored
                                                                                            2. ExitCase
                                                                                            3. Serializable
                                                                                            4. Product
                                                                                            5. Equals
                                                                                            6. AnyRef
                                                                                            7. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            Instance Constructors

                                                                                            1. new Errored(e: Throwable)

                                                                                            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. val e: Throwable
                                                                                            7. final def eq(arg0: AnyRef): Boolean
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            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. final def isInstanceOf[T0]: Boolean
                                                                                              Definition Classes
                                                                                              Any
                                                                                            11. final def ne(arg0: AnyRef): Boolean
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            12. final def notify(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @native()
                                                                                            13. final def notifyAll(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @native()
                                                                                            14. def productElementNames: Iterator[String]
                                                                                              Definition Classes
                                                                                              Product
                                                                                            15. final def synchronized[T0](arg0: => T0): T0
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            16. def toOutcome[F[_]](implicit arg0: Applicative[F]): Outcome.Errored[F, Throwable, Unit]
                                                                                              Definition Classes
                                                                                              ErroredExitCase
                                                                                            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 ExitCase

                                                                                            Inherited from Serializable

                                                                                            Inherited from Product

                                                                                            Inherited from Equals

                                                                                            Inherited from AnyRef

                                                                                            Inherited from Any

                                                                                            Ungrouped

                                                                                            +

                                                                                            Source
                                                                                            Resource.scala
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. Errored
                                                                                            2. ExitCase
                                                                                            3. Serializable
                                                                                            4. Product
                                                                                            5. Equals
                                                                                            6. AnyRef
                                                                                            7. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            Instance Constructors

                                                                                            1. new Errored(e: Throwable)

                                                                                            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. val e: Throwable
                                                                                            7. final def eq(arg0: AnyRef): Boolean
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            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. final def isInstanceOf[T0]: Boolean
                                                                                              Definition Classes
                                                                                              Any
                                                                                            11. final def ne(arg0: AnyRef): Boolean
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            12. final def notify(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @native()
                                                                                            13. final def notifyAll(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @native()
                                                                                            14. def productElementNames: Iterator[String]
                                                                                              Definition Classes
                                                                                              Product
                                                                                            15. final def synchronized[T0](arg0: => T0): T0
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            16. def toOutcome[F[_]](implicit arg0: Applicative[F]): Outcome.Errored[F, Throwable, Unit]
                                                                                              Definition Classes
                                                                                              ErroredExitCase
                                                                                            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 ExitCase

                                                                                            Inherited from Serializable

                                                                                            Inherited from Product

                                                                                            Inherited from Equals

                                                                                            Inherited from AnyRef

                                                                                            Inherited from Any

                                                                                            Ungrouped

                                                                                          diff --git a/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Succeeded$.html b/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Succeeded$.html index a0d0565033..4a29be58f5 100644 --- a/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Succeeded$.html +++ b/api/3.x/cats/effect/kernel/Resource$$ExitCase$$Succeeded$.html @@ -2,4 +2,4 @@ var toRoot = '../../../';

                                                                                          Packages

                                                                                          case object Succeeded extends ExitCase with Product with Serializable

                                                                                          An ExitCase that signals successful completion.

                                                                                          Note that "successful" is from the type of view of the MonadCancel type.

                                                                                          When combining such a type with EitherT or OptionT for example, this exit condition might not signal a successful outcome for the user, but it does for the purposes of the bracket operation. <-- TODO still true? -

                                                                                          Source
                                                                                          Resource.scala
                                                                                          Ordering
                                                                                          1. Alphabetic
                                                                                          2. By Inheritance
                                                                                          Inherited
                                                                                          1. Succeeded
                                                                                          2. ExitCase
                                                                                          3. Serializable
                                                                                          4. Product
                                                                                          5. Equals
                                                                                          6. AnyRef
                                                                                          7. Any
                                                                                          1. Hide All
                                                                                          2. Show All
                                                                                          Visibility
                                                                                          1. Public
                                                                                          2. Protected

                                                                                          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. final def isInstanceOf[T0]: Boolean
                                                                                            Definition Classes
                                                                                            Any
                                                                                          11. final def ne(arg0: AnyRef): Boolean
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                          12. final def notify(): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @native()
                                                                                          13. final def notifyAll(): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @native()
                                                                                          14. def productElementName(n: Int): String
                                                                                            Definition Classes
                                                                                            Product
                                                                                          15. def productElementNames: Iterator[String]
                                                                                            Definition Classes
                                                                                            Product
                                                                                          16. final def synchronized[T0](arg0: => T0): T0
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                          17. def toOutcome[F[_]](implicit F: Applicative[F]): Succeeded[F, Throwable, Unit]
                                                                                            Definition Classes
                                                                                            SucceededExitCase
                                                                                          18. final def wait(): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                          19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                          20. final def wait(arg0: Long): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                          Inherited from ExitCase

                                                                                          Inherited from Serializable

                                                                                          Inherited from Product

                                                                                          Inherited from Equals

                                                                                          Inherited from AnyRef

                                                                                          Inherited from Any

                                                                                          Ungrouped

                                                                                          +

                                                                                          Source
                                                                                          Resource.scala
                                                                                          Ordering
                                                                                          1. Alphabetic
                                                                                          2. By Inheritance
                                                                                          Inherited
                                                                                          1. Succeeded
                                                                                          2. ExitCase
                                                                                          3. Serializable
                                                                                          4. Product
                                                                                          5. Equals
                                                                                          6. AnyRef
                                                                                          7. Any
                                                                                          1. Hide All
                                                                                          2. Show All
                                                                                          Visibility
                                                                                          1. Public
                                                                                          2. Protected

                                                                                          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. final def isInstanceOf[T0]: Boolean
                                                                                            Definition Classes
                                                                                            Any
                                                                                          11. final def ne(arg0: AnyRef): Boolean
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                          12. final def notify(): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @native()
                                                                                          13. final def notifyAll(): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @native()
                                                                                          14. def productElementName(n: Int): String
                                                                                            Definition Classes
                                                                                            Product
                                                                                          15. def productElementNames: Iterator[String]
                                                                                            Definition Classes
                                                                                            Product
                                                                                          16. final def synchronized[T0](arg0: => T0): T0
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                          17. def toOutcome[F[_]](implicit F: Applicative[F]): Succeeded[F, Throwable, Unit]
                                                                                            Definition Classes
                                                                                            SucceededExitCase
                                                                                          18. final def wait(): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                          19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                          20. final def wait(arg0: Long): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                          Inherited from ExitCase

                                                                                          Inherited from Serializable

                                                                                          Inherited from Product

                                                                                          Inherited from Equals

                                                                                          Inherited from AnyRef

                                                                                          Inherited from Any

                                                                                          Ungrouped

                                                                                          diff --git a/api/3.x/cats/effect/kernel/Resource$$ExitCase$.html b/api/3.x/cats/effect/kernel/Resource$$ExitCase$.html index 82f312ccd5..63ffebedb5 100644 --- a/api/3.x/cats/effect/kernel/Resource$$ExitCase$.html +++ b/api/3.x/cats/effect/kernel/Resource$$ExitCase$.html @@ -1,5 +1,5 @@

                                                                                          Packages

                                                                                          object ExitCase extends Serializable

                                                                                          Source
                                                                                          Resource.scala
                                                                                          Linear Supertypes
                                                                                          Ordering
                                                                                          1. Alphabetic
                                                                                          2. By Inheritance
                                                                                          Inherited
                                                                                          1. ExitCase
                                                                                          2. Serializable
                                                                                          3. AnyRef
                                                                                          4. Any
                                                                                          1. Hide All
                                                                                          2. Show All
                                                                                          Visibility
                                                                                          1. Public
                                                                                          2. Protected

                                                                                          Type Members

                                                                                          1. final case class Errored(e: Throwable) extends ExitCase with Product with Serializable

                                                                                            An ExitCase signaling completion in failure.

                                                                                          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. def fromOutcome[F[_], A](outcome: Outcome[F, Throwable, A]): ExitCase
                                                                                          10. final def getClass(): Class[_ <: AnyRef]
                                                                                            Definition Classes
                                                                                            AnyRef → Any
                                                                                            Annotations
                                                                                            @native()
                                                                                          11. def hashCode(): Int
                                                                                            Definition Classes
                                                                                            AnyRef → Any
                                                                                            Annotations
                                                                                            @native()
                                                                                          12. final def isInstanceOf[T0]: Boolean
                                                                                            Definition Classes
                                                                                            Any
                                                                                          13. final def ne(arg0: AnyRef): Boolean
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                          14. final def notify(): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @native()
                                                                                          15. final def notifyAll(): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @native()
                                                                                          16. final def synchronized[T0](arg0: => T0): T0
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                          17. def toString(): String
                                                                                            Definition Classes
                                                                                            AnyRef → Any
                                                                                          18. final def wait(): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                          19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                          20. final def wait(arg0: Long): Unit
                                                                                            Definition Classes
                                                                                            AnyRef
                                                                                            Annotations
                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()
                                                                                          21. case object Canceled extends ExitCase with Product with Serializable

                                                                                            An ExitCase signaling that the action was aborted.

                                                                                            An ExitCase signaling that the action was aborted.

                                                                                            As an example this can happen when we have a cancelable data type, like IO and the task +var toRoot = '../../../';

                                                                                            Packages

                                                                                            object ExitCase extends Serializable

                                                                                            Source
                                                                                            Resource.scala
                                                                                            Linear Supertypes
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. ExitCase
                                                                                            2. Serializable
                                                                                            3. AnyRef
                                                                                            4. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            Type Members

                                                                                            1. final case class Errored(e: Throwable) extends ExitCase with Product with Serializable

                                                                                              An ExitCase signaling completion in failure.

                                                                                            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. def fromOutcome[F[_], A](outcome: Outcome[F, Throwable, A]): ExitCase
                                                                                            10. final def getClass(): Class[_ <: AnyRef]
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                              Annotations
                                                                                              @native()
                                                                                            11. def hashCode(): Int
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                              Annotations
                                                                                              @native()
                                                                                            12. final def isInstanceOf[T0]: Boolean
                                                                                              Definition Classes
                                                                                              Any
                                                                                            13. final def ne(arg0: AnyRef): Boolean
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            14. final def notify(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @native()
                                                                                            15. final def notifyAll(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @native()
                                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            17. def toString(): String
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                            18. final def wait(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            20. final def wait(arg0: Long): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException]) @native()
                                                                                            21. case object Canceled extends ExitCase with Product with Serializable

                                                                                              An ExitCase signaling that the action was aborted.

                                                                                              An ExitCase signaling that the action was aborted.

                                                                                              As an example this can happen when we have a cancelable data type, like IO and the task yielded by bracket gets canceled when it's at its use phase.

                                                                                            22. case object Succeeded extends ExitCase with Product with Serializable

                                                                                              An ExitCase that signals successful completion.

                                                                                              An ExitCase that signals successful completion.

                                                                                              Note that "successful" is from the type of view of the MonadCancel type.

                                                                                              When combining such a type with EitherT or OptionT for example, this exit condition might not signal a successful outcome for the user, but it does for the purposes of the diff --git a/api/3.x/cats/effect/kernel/Resource$$ExitCase.html b/api/3.x/cats/effect/kernel/Resource$$ExitCase.html index 2d5afa7137..a0303ecdb3 100644 --- a/api/3.x/cats/effect/kernel/Resource$$ExitCase.html +++ b/api/3.x/cats/effect/kernel/Resource$$ExitCase.html @@ -1,4 +1,4 @@

                                                                                              Packages

                                                                                              sealed trait ExitCase extends Product with Serializable

                                                                                              Type for signaling the exit condition of an effectful computation, that may either succeed, fail with an error or get canceled.

                                                                                              The types of exit signals are:

                                                                                              Source
                                                                                              Resource.scala
                                                                                              Linear Supertypes
                                                                                              Known Subclasses
                                                                                              Ordering
                                                                                              1. Alphabetic
                                                                                              2. By Inheritance
                                                                                              Inherited
                                                                                              1. ExitCase
                                                                                              2. Serializable
                                                                                              3. Product
                                                                                              4. Equals
                                                                                              5. AnyRef
                                                                                              6. Any
                                                                                              1. Hide All
                                                                                              2. Show All
                                                                                              Visibility
                                                                                              1. Public
                                                                                              2. Protected

                                                                                              Abstract Value Members

                                                                                              1. abstract def canEqual(that: Any): Boolean
                                                                                                Definition Classes
                                                                                                Equals
                                                                                              2. abstract def productArity: Int
                                                                                                Definition Classes
                                                                                                Product
                                                                                              3. abstract def productElement(n: Int): Any
                                                                                                Definition Classes
                                                                                                Product
                                                                                              4. abstract def toOutcome[F[_]](implicit arg0: Applicative[F]): Outcome[F, Throwable, Unit]

                                                                                              Concrete 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. def productElementName(n: Int): String
                                                                                                Definition Classes
                                                                                                Product
                                                                                              16. def productElementNames: Iterator[String]
                                                                                                Definition Classes
                                                                                                Product
                                                                                              17. def productIterator: Iterator[Any]
                                                                                                Definition Classes
                                                                                                Product
                                                                                              18. def productPrefix: String
                                                                                                Definition Classes
                                                                                                Product
                                                                                              19. final def synchronized[T0](arg0: => T0): T0
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                              20. def toString(): String
                                                                                                Definition Classes
                                                                                                AnyRef → Any
                                                                                              21. final def wait(): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                              22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                              23. final def wait(arg0: Long): Unit
                                                                                                Definition Classes
                                                                                                AnyRef
                                                                                                Annotations
                                                                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                              Inherited from Serializable

                                                                                              Inherited from Product

                                                                                              Inherited from Equals

                                                                                              Inherited from AnyRef

                                                                                              Inherited from Any

                                                                                              Ungrouped

                                                                                              +
                                                                                            Source
                                                                                            Resource.scala
                                                                                            Linear Supertypes
                                                                                            Known Subclasses
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. ExitCase
                                                                                            2. Serializable
                                                                                            3. Product
                                                                                            4. Equals
                                                                                            5. AnyRef
                                                                                            6. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            Abstract Value Members

                                                                                            1. abstract def canEqual(that: Any): Boolean
                                                                                              Definition Classes
                                                                                              Equals
                                                                                            2. abstract def productArity: Int
                                                                                              Definition Classes
                                                                                              Product
                                                                                            3. abstract def productElement(n: Int): Any
                                                                                              Definition Classes
                                                                                              Product
                                                                                            4. abstract def toOutcome[F[_]](implicit arg0: Applicative[F]): Outcome[F, Throwable, Unit]

                                                                                            Concrete 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. def productElementName(n: Int): String
                                                                                              Definition Classes
                                                                                              Product
                                                                                            16. def productElementNames: Iterator[String]
                                                                                              Definition Classes
                                                                                              Product
                                                                                            17. def productIterator: Iterator[Any]
                                                                                              Definition Classes
                                                                                              Product
                                                                                            18. def productPrefix: String
                                                                                              Definition Classes
                                                                                              Product
                                                                                            19. final def synchronized[T0](arg0: => T0): T0
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            20. def toString(): String
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                            21. final def wait(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            23. final def wait(arg0: Long): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                            Inherited from Serializable

                                                                                            Inherited from Product

                                                                                            Inherited from Equals

                                                                                            Inherited from AnyRef

                                                                                            Inherited from Any

                                                                                            Ungrouped

                                                                                            diff --git a/api/3.x/cats/effect/kernel/Resource$$NestedSyntax.html b/api/3.x/cats/effect/kernel/Resource$$NestedSyntax.html index a2f5638865..0895d10e65 100644 --- a/api/3.x/cats/effect/kernel/Resource$$NestedSyntax.html +++ b/api/3.x/cats/effect/kernel/Resource$$NestedSyntax.html @@ -1,5 +1,5 @@

                                                                                            Packages

                                                                                            implicit final class NestedSyntax[F[_], A] extends AnyVal

                                                                                            Source
                                                                                            Resource.scala
                                                                                            Linear Supertypes
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. NestedSyntax
                                                                                            2. AnyVal
                                                                                            3. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            Instance Constructors

                                                                                            1. new NestedSyntax(self: Resource[[β$18$]Resource[F, β$18$], A])

                                                                                            Value Members

                                                                                            1. final def !=(arg0: Any): Boolean
                                                                                              Definition Classes
                                                                                              Any
                                                                                            2. final def ##: Int
                                                                                              Definition Classes
                                                                                              Any
                                                                                            3. final def ==(arg0: Any): Boolean
                                                                                              Definition Classes
                                                                                              Any
                                                                                            4. final def asInstanceOf[T0]: T0
                                                                                              Definition Classes
                                                                                              Any
                                                                                            5. def flattenK(implicit F: MonadCancel[F, Throwable]): Resource[F, A]

                                                                                              Flattens the outer Resource scope with the inner, mirroring the semantics of +var toRoot = '../../../';

                                                                                              Packages

                                                                                              implicit final class NestedSyntax[F[_], A] extends AnyVal

                                                                                              Source
                                                                                              Resource.scala
                                                                                              Linear Supertypes
                                                                                              Ordering
                                                                                              1. Alphabetic
                                                                                              2. By Inheritance
                                                                                              Inherited
                                                                                              1. NestedSyntax
                                                                                              2. AnyVal
                                                                                              3. Any
                                                                                              1. Hide All
                                                                                              2. Show All
                                                                                              Visibility
                                                                                              1. Public
                                                                                              2. Protected

                                                                                              Instance Constructors

                                                                                              1. new NestedSyntax(self: Resource[[β$18$]Resource[F, β$18$], A])

                                                                                              Value Members

                                                                                              1. final def !=(arg0: Any): Boolean
                                                                                                Definition Classes
                                                                                                Any
                                                                                              2. final def ##: Int
                                                                                                Definition Classes
                                                                                                Any
                                                                                              3. final def ==(arg0: Any): Boolean
                                                                                                Definition Classes
                                                                                                Any
                                                                                              4. final def asInstanceOf[T0]: T0
                                                                                                Definition Classes
                                                                                                Any
                                                                                              5. def flattenK(implicit F: MonadCancel[F, Throwable]): Resource[F, A]

                                                                                                Flattens the outer Resource scope with the inner, mirroring the semantics of Resource.flatMap.

                                                                                                Flattens the outer Resource scope with the inner, mirroring the semantics of Resource.flatMap.

                                                                                                This function is useful in cases where some generic combinator (such as GenSpawn.background) explicitly returns a value within a Resource effect, and diff --git a/api/3.x/cats/effect/kernel/Resource$$Pure.html b/api/3.x/cats/effect/kernel/Resource$$Pure.html index 162caf17cb..b20e56ecb1 100644 --- a/api/3.x/cats/effect/kernel/Resource$$Pure.html +++ b/api/3.x/cats/effect/kernel/Resource$$Pure.html @@ -1,5 +1,5 @@

                                                                                                Packages

                                                                                                final case class Pure[F[_], +A](a: A) extends Resource[F, A] with Product with Serializable

                                                                                                Source
                                                                                                Resource.scala
                                                                                                Linear Supertypes
                                                                                                Ordering
                                                                                                1. Alphabetic
                                                                                                2. By Inheritance
                                                                                                Inherited
                                                                                                1. Pure
                                                                                                2. Product
                                                                                                3. Equals
                                                                                                4. Resource
                                                                                                5. Serializable
                                                                                                6. AnyRef
                                                                                                7. Any
                                                                                                1. Hide All
                                                                                                2. Show All
                                                                                                Visibility
                                                                                                1. Public
                                                                                                2. Protected

                                                                                                Instance Constructors

                                                                                                1. new Pure(a: A)

                                                                                                Value Members

                                                                                                1. final def !=(arg0: Any): Boolean
                                                                                                  Definition Classes
                                                                                                  AnyRef → Any
                                                                                                2. def !>[B](that: Resource[F, B])(implicit F: MonadCancel[F, Throwable]): Resource[F, B]
                                                                                                  Definition Classes
                                                                                                  Resource
                                                                                                3. final def ##: Int
                                                                                                  Definition Classes
                                                                                                  AnyRef → Any
                                                                                                4. final def ==(arg0: Any): Boolean
                                                                                                  Definition Classes
                                                                                                  AnyRef → Any
                                                                                                5. val a: A
                                                                                                6. def allocated[B >: A](implicit F: MonadCancel[F, Throwable]): F[(B, F[Unit])]

                                                                                                  Given a Resource, possibly built by composing multiple Resources monadically, returns +var toRoot = '../../../';

                                                                                                  Packages

                                                                                                  final case class Pure[F[_], +A](a: A) extends Resource[F, A] with Product with Serializable

                                                                                                  Source
                                                                                                  Resource.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Pure
                                                                                                  2. Product
                                                                                                  3. Equals
                                                                                                  4. Resource
                                                                                                  5. Serializable
                                                                                                  6. AnyRef
                                                                                                  7. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Instance Constructors

                                                                                                  1. new Pure(a: A)

                                                                                                  Value Members

                                                                                                  1. final def !=(arg0: Any): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  2. def !>[B](that: Resource[F, B])(implicit F: MonadCancel[F, Throwable]): Resource[F, B]
                                                                                                    Definition Classes
                                                                                                    Resource
                                                                                                  3. final def ##: Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  4. final def ==(arg0: Any): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  5. val a: A
                                                                                                  6. def allocated[B >: A](implicit F: MonadCancel[F, Throwable]): F[(B, F[Unit])]

                                                                                                    Given a Resource, possibly built by composing multiple Resources monadically, returns the acquired resource, as well as an action that runs all the finalizers for releasing it.

                                                                                                    Given a Resource, possibly built by composing multiple Resources monadically, returns the acquired resource, as well as an action that runs all the finalizers for releasing it.

                                                                                                    If the outer F fails or is interrupted, allocated guarantees that the finalizers will be called. However, if the outer F succeeds, it's up to the user to ensure the returned diff --git a/api/3.x/cats/effect/kernel/Resource$.html b/api/3.x/cats/effect/kernel/Resource$.html index f60a25acf4..057ec26539 100644 --- a/api/3.x/cats/effect/kernel/Resource$.html +++ b/api/3.x/cats/effect/kernel/Resource$.html @@ -1,5 +1,5 @@

                                                                                                    Packages

                                                                                                    object Resource extends ResourceFOInstances0 with ResourceHOInstances0 with ResourcePlatform

                                                                                                    Source
                                                                                                    Resource.scala
                                                                                                    Linear Supertypes
                                                                                                    ResourcePlatform, Serializable, ResourceHOInstances0, ResourceHOInstances1, ResourceHOInstances2, ResourceHOInstances3, ResourceHOInstances4, ResourceHOInstances5, ResourceFOInstances0, ResourceFOInstances1, AnyRef, Any
                                                                                                    Ordering
                                                                                                    1. Alphabetic
                                                                                                    2. By Inheritance
                                                                                                    Inherited
                                                                                                    1. Resource
                                                                                                    2. ResourcePlatform
                                                                                                    3. Serializable
                                                                                                    4. ResourceHOInstances0
                                                                                                    5. ResourceHOInstances1
                                                                                                    6. ResourceHOInstances2
                                                                                                    7. ResourceHOInstances3
                                                                                                    8. ResourceHOInstances4
                                                                                                    9. ResourceHOInstances5
                                                                                                    10. ResourceFOInstances0
                                                                                                    11. ResourceFOInstances1
                                                                                                    12. AnyRef
                                                                                                    13. Any
                                                                                                    1. Hide All
                                                                                                    2. Show All
                                                                                                    Visibility
                                                                                                    1. Public
                                                                                                    2. Protected

                                                                                                    Type Members

                                                                                                    1. final case class Allocate[F[_], A](resource: (Poll[F]) => F[(A, (ExitCase) => F[Unit])]) extends Resource[F, A] with Product with Serializable

                                                                                                      Resource data constructor that wraps an effect allocating a resource, along with its +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      object Resource extends ResourceFOInstances0 with ResourceHOInstances0 with ResourcePlatform

                                                                                                      Source
                                                                                                      Resource.scala
                                                                                                      Linear Supertypes
                                                                                                      ResourcePlatform, Serializable, ResourceHOInstances0, ResourceHOInstances1, ResourceHOInstances2, ResourceHOInstances3, ResourceHOInstances4, ResourceHOInstances5, ResourceFOInstances0, ResourceFOInstances1, AnyRef, Any
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. Resource
                                                                                                      2. ResourcePlatform
                                                                                                      3. Serializable
                                                                                                      4. ResourceHOInstances0
                                                                                                      5. ResourceHOInstances1
                                                                                                      6. ResourceHOInstances2
                                                                                                      7. ResourceHOInstances3
                                                                                                      8. ResourceHOInstances4
                                                                                                      9. ResourceHOInstances5
                                                                                                      10. ResourceFOInstances0
                                                                                                      11. ResourceFOInstances1
                                                                                                      12. AnyRef
                                                                                                      13. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      Type Members

                                                                                                      1. final case class Allocate[F[_], A](resource: (Poll[F]) => F[(A, (ExitCase) => F[Unit])]) extends Resource[F, A] with Product with Serializable

                                                                                                        Resource data constructor that wraps an effect allocating a resource, along with its finalizers.

                                                                                                      2. final case class Bind[F[_], S, +A](source: Resource[F, S], fs: (S) => Resource[F, A]) extends Resource[F, A] with Product with Serializable

                                                                                                        Resource data constructor that encodes the flatMap operation.

                                                                                                      3. final case class Eval[F[_], A](fa: F[A]) extends Resource[F, A] with Product with Serializable
                                                                                                      4. sealed trait ExitCase extends Product with Serializable

                                                                                                        Type for signaling the exit condition of an effectful computation, that may either succeed, fail with an error or get canceled.

                                                                                                        Type for signaling the exit condition of an effectful computation, that may either succeed, fail with an error or get canceled.

                                                                                                        The types of exit signals are:

                                                                                                        • Succeeded: for successful completion
                                                                                                        • Errored: for termination in failure
                                                                                                        • Canceled: for abortion diff --git a/api/3.x/cats/effect/kernel/Resource.html b/api/3.x/cats/effect/kernel/Resource.html index f7b3cd918c..c3a68bd085 100644 --- a/api/3.x/cats/effect/kernel/Resource.html +++ b/api/3.x/cats/effect/kernel/Resource.html @@ -48,7 +48,7 @@ in which case they can be interpreted through pattern matching.

                                                                                                        F

                                                                                                        the effect type in which the resource is allocated and released

                                                                                                        A

                                                                                                        - the type of resource

                                                                                                        Source
                                                                                                        Resource.scala
                                                                                                        Linear Supertypes
                                                                                                        Known Subclasses
                                                                                                        Ordering
                                                                                                        1. Alphabetic
                                                                                                        2. By Inheritance
                                                                                                        Inherited
                                                                                                        1. Resource
                                                                                                        2. Serializable
                                                                                                        3. AnyRef
                                                                                                        4. Any
                                                                                                        1. Hide All
                                                                                                        2. Show All
                                                                                                        Visibility
                                                                                                        1. Public
                                                                                                        2. Protected

                                                                                                        Value Members

                                                                                                        1. final def !=(arg0: Any): Boolean
                                                                                                          Definition Classes
                                                                                                          AnyRef → Any
                                                                                                        2. def !>[B](that: Resource[F, B])(implicit F: MonadCancel[F, Throwable]): Resource[F, B]
                                                                                                        3. final def ##: Int
                                                                                                          Definition Classes
                                                                                                          AnyRef → Any
                                                                                                        4. final def ==(arg0: Any): Boolean
                                                                                                          Definition Classes
                                                                                                          AnyRef → Any
                                                                                                        5. def allocated[B >: A](implicit F: MonadCancel[F, Throwable]): F[(B, F[Unit])]

                                                                                                          Given a Resource, possibly built by composing multiple Resources monadically, returns + the type of resource

                                                                          Source
                                                                          Resource.scala
                                                                          Linear Supertypes
                                                                          Known Subclasses
                                                                          Ordering
                                                                          1. Alphabetic
                                                                          2. By Inheritance
                                                                          Inherited
                                                                          1. Resource
                                                                          2. Serializable
                                                                          3. AnyRef
                                                                          4. Any
                                                                          1. Hide All
                                                                          2. Show All
                                                                          Visibility
                                                                          1. Public
                                                                          2. Protected

                                                                          Value Members

                                                                          1. final def !=(arg0: Any): Boolean
                                                                            Definition Classes
                                                                            AnyRef → Any
                                                                          2. def !>[B](that: Resource[F, B])(implicit F: MonadCancel[F, Throwable]): Resource[F, B]
                                                                          3. final def ##: Int
                                                                            Definition Classes
                                                                            AnyRef → Any
                                                                          4. final def ==(arg0: Any): Boolean
                                                                            Definition Classes
                                                                            AnyRef → Any
                                                                          5. def allocated[B >: A](implicit F: MonadCancel[F, Throwable]): F[(B, F[Unit])]

                                                                            Given a Resource, possibly built by composing multiple Resources monadically, returns the acquired resource, as well as an action that runs all the finalizers for releasing it.

                                                                            Given a Resource, possibly built by composing multiple Resources monadically, returns the acquired resource, as well as an action that runs all the finalizers for releasing it.

                                                                            If the outer F fails or is interrupted, allocated guarantees that the finalizers will be called. However, if the outer F succeeds, it's up to the user to ensure the returned diff --git a/api/3.x/cats/effect/kernel/Sync$$Type$$Blocking$.html b/api/3.x/cats/effect/kernel/Sync$$Type$$Blocking$.html index 7cbe2a3c0a..57ab526fec 100644 --- a/api/3.x/cats/effect/kernel/Sync$$Type$$Blocking$.html +++ b/api/3.x/cats/effect/kernel/Sync$$Type$$Blocking$.html @@ -1,2 +1,2 @@

                                                                            Packages

                                                                            case object Blocking extends Type with Product with Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Blocking
                                                                            2. Type
                                                                            3. Serializable
                                                                            4. Product
                                                                            5. Equals
                                                                            6. AnyRef
                                                                            7. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            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. final def isInstanceOf[T0]: Boolean
                                                                              Definition Classes
                                                                              Any
                                                                            11. final def ne(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            12. final def notify(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            13. final def notifyAll(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            14. def productElementName(n: Int): String
                                                                              Definition Classes
                                                                              Product
                                                                            15. def productElementNames: Iterator[String]
                                                                              Definition Classes
                                                                              Product
                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            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 Type

                                                                            Inherited from Serializable

                                                                            Inherited from Product

                                                                            Inherited from Equals

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            +var toRoot = '../../../';

                                                                            Packages

                                                                            case object Blocking extends Type with Product with Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Blocking
                                                                            2. Type
                                                                            3. Serializable
                                                                            4. Product
                                                                            5. Equals
                                                                            6. AnyRef
                                                                            7. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            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. final def isInstanceOf[T0]: Boolean
                                                                              Definition Classes
                                                                              Any
                                                                            11. final def ne(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            12. final def notify(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            13. final def notifyAll(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            14. def productElementName(n: Int): String
                                                                              Definition Classes
                                                                              Product
                                                                            15. def productElementNames: Iterator[String]
                                                                              Definition Classes
                                                                              Product
                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            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 Type

                                                                            Inherited from Serializable

                                                                            Inherited from Product

                                                                            Inherited from Equals

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            diff --git a/api/3.x/cats/effect/kernel/Sync$$Type$$Delay$.html b/api/3.x/cats/effect/kernel/Sync$$Type$$Delay$.html index 0017246c38..aab447474e 100644 --- a/api/3.x/cats/effect/kernel/Sync$$Type$$Delay$.html +++ b/api/3.x/cats/effect/kernel/Sync$$Type$$Delay$.html @@ -1,2 +1,2 @@

                                                                            Packages

                                                                            case object Delay extends Type with Product with Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Delay
                                                                            2. Type
                                                                            3. Serializable
                                                                            4. Product
                                                                            5. Equals
                                                                            6. AnyRef
                                                                            7. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            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. final def isInstanceOf[T0]: Boolean
                                                                              Definition Classes
                                                                              Any
                                                                            11. final def ne(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            12. final def notify(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            13. final def notifyAll(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            14. def productElementName(n: Int): String
                                                                              Definition Classes
                                                                              Product
                                                                            15. def productElementNames: Iterator[String]
                                                                              Definition Classes
                                                                              Product
                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            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 Type

                                                                            Inherited from Serializable

                                                                            Inherited from Product

                                                                            Inherited from Equals

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            +var toRoot = '../../../';

                                                                            Packages

                                                                            case object Delay extends Type with Product with Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Delay
                                                                            2. Type
                                                                            3. Serializable
                                                                            4. Product
                                                                            5. Equals
                                                                            6. AnyRef
                                                                            7. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            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. final def isInstanceOf[T0]: Boolean
                                                                              Definition Classes
                                                                              Any
                                                                            11. final def ne(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            12. final def notify(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            13. final def notifyAll(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            14. def productElementName(n: Int): String
                                                                              Definition Classes
                                                                              Product
                                                                            15. def productElementNames: Iterator[String]
                                                                              Definition Classes
                                                                              Product
                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            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 Type

                                                                            Inherited from Serializable

                                                                            Inherited from Product

                                                                            Inherited from Equals

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            diff --git a/api/3.x/cats/effect/kernel/Sync$$Type$$InterruptibleMany$.html b/api/3.x/cats/effect/kernel/Sync$$Type$$InterruptibleMany$.html index eecb8815cf..4c5064a8ab 100644 --- a/api/3.x/cats/effect/kernel/Sync$$Type$$InterruptibleMany$.html +++ b/api/3.x/cats/effect/kernel/Sync$$Type$$InterruptibleMany$.html @@ -1,2 +1,2 @@

                                                                            Packages

                                                                            o

                                                                            cats.effect.kernel.Sync.Type

                                                                            InterruptibleMany

                                                                            case object InterruptibleMany extends Type with Product with Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. InterruptibleMany
                                                                            2. Type
                                                                            3. Serializable
                                                                            4. Product
                                                                            5. Equals
                                                                            6. AnyRef
                                                                            7. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            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. final def isInstanceOf[T0]: Boolean
                                                                              Definition Classes
                                                                              Any
                                                                            11. final def ne(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            12. final def notify(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            13. final def notifyAll(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            14. def productElementName(n: Int): String
                                                                              Definition Classes
                                                                              Product
                                                                            15. def productElementNames: Iterator[String]
                                                                              Definition Classes
                                                                              Product
                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            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 Type

                                                                            Inherited from Serializable

                                                                            Inherited from Product

                                                                            Inherited from Equals

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            +var toRoot = '../../../';

                                                                            Packages

                                                                            o

                                                                            cats.effect.kernel.Sync.Type

                                                                            InterruptibleMany

                                                                            case object InterruptibleMany extends Type with Product with Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. InterruptibleMany
                                                                            2. Type
                                                                            3. Serializable
                                                                            4. Product
                                                                            5. Equals
                                                                            6. AnyRef
                                                                            7. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            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. final def isInstanceOf[T0]: Boolean
                                                                              Definition Classes
                                                                              Any
                                                                            11. final def ne(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            12. final def notify(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            13. final def notifyAll(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            14. def productElementName(n: Int): String
                                                                              Definition Classes
                                                                              Product
                                                                            15. def productElementNames: Iterator[String]
                                                                              Definition Classes
                                                                              Product
                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            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 Type

                                                                            Inherited from Serializable

                                                                            Inherited from Product

                                                                            Inherited from Equals

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            diff --git a/api/3.x/cats/effect/kernel/Sync$$Type$$InterruptibleOnce$.html b/api/3.x/cats/effect/kernel/Sync$$Type$$InterruptibleOnce$.html index cfed6c1548..88b8234494 100644 --- a/api/3.x/cats/effect/kernel/Sync$$Type$$InterruptibleOnce$.html +++ b/api/3.x/cats/effect/kernel/Sync$$Type$$InterruptibleOnce$.html @@ -1,2 +1,2 @@

                                                                            Packages

                                                                            o

                                                                            cats.effect.kernel.Sync.Type

                                                                            InterruptibleOnce

                                                                            case object InterruptibleOnce extends Type with Product with Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. InterruptibleOnce
                                                                            2. Type
                                                                            3. Serializable
                                                                            4. Product
                                                                            5. Equals
                                                                            6. AnyRef
                                                                            7. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            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. final def isInstanceOf[T0]: Boolean
                                                                              Definition Classes
                                                                              Any
                                                                            11. final def ne(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            12. final def notify(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            13. final def notifyAll(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            14. def productElementName(n: Int): String
                                                                              Definition Classes
                                                                              Product
                                                                            15. def productElementNames: Iterator[String]
                                                                              Definition Classes
                                                                              Product
                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            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 Type

                                                                            Inherited from Serializable

                                                                            Inherited from Product

                                                                            Inherited from Equals

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            +var toRoot = '../../../';

                                                                            Packages

                                                                            o

                                                                            cats.effect.kernel.Sync.Type

                                                                            InterruptibleOnce

                                                                            case object InterruptibleOnce extends Type with Product with Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. InterruptibleOnce
                                                                            2. Type
                                                                            3. Serializable
                                                                            4. Product
                                                                            5. Equals
                                                                            6. AnyRef
                                                                            7. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            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. final def isInstanceOf[T0]: Boolean
                                                                              Definition Classes
                                                                              Any
                                                                            11. final def ne(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            12. final def notify(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            13. final def notifyAll(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            14. def productElementName(n: Int): String
                                                                              Definition Classes
                                                                              Product
                                                                            15. def productElementNames: Iterator[String]
                                                                              Definition Classes
                                                                              Product
                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            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 Type

                                                                            Inherited from Serializable

                                                                            Inherited from Product

                                                                            Inherited from Equals

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            diff --git a/api/3.x/cats/effect/kernel/Sync$$Type$.html b/api/3.x/cats/effect/kernel/Sync$$Type$.html index 75165d01b0..a095a2e184 100644 --- a/api/3.x/cats/effect/kernel/Sync$$Type$.html +++ b/api/3.x/cats/effect/kernel/Sync$$Type$.html @@ -1,2 +1,2 @@

                                                                            Packages

                                                                            object Type extends Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Type
                                                                            2. Serializable
                                                                            3. AnyRef
                                                                            4. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            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()
                                                                            20. case object Blocking extends Type with Product with Serializable
                                                                            21. case object Delay extends Type with Product with Serializable
                                                                            22. case object InterruptibleMany extends Type with Product with Serializable
                                                                            23. case object InterruptibleOnce extends Type with Product with Serializable

                                                                            Inherited from Serializable

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            +var toRoot = '../../../';

                                                                            Packages

                                                                            object Type extends Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Type
                                                                            2. Serializable
                                                                            3. AnyRef
                                                                            4. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            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()
                                                                            20. case object Blocking extends Type with Product with Serializable
                                                                            21. case object Delay extends Type with Product with Serializable
                                                                            22. case object InterruptibleMany extends Type with Product with Serializable
                                                                            23. case object InterruptibleOnce extends Type with Product with Serializable

                                                                            Inherited from Serializable

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            diff --git a/api/3.x/cats/effect/kernel/Sync$$Type.html b/api/3.x/cats/effect/kernel/Sync$$Type.html index 35da6faa72..b726734bff 100644 --- a/api/3.x/cats/effect/kernel/Sync$$Type.html +++ b/api/3.x/cats/effect/kernel/Sync$$Type.html @@ -1,2 +1,2 @@

                                                                            Packages

                                                                            sealed trait Type extends Product with Serializable

                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Type
                                                                            2. Serializable
                                                                            3. Product
                                                                            4. Equals
                                                                            5. AnyRef
                                                                            6. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            Abstract Value Members

                                                                            1. abstract def canEqual(that: Any): Boolean
                                                                              Definition Classes
                                                                              Equals
                                                                            2. abstract def productArity: Int
                                                                              Definition Classes
                                                                              Product
                                                                            3. abstract def productElement(n: Int): Any
                                                                              Definition Classes
                                                                              Product

                                                                            Concrete 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. def productElementName(n: Int): String
                                                                              Definition Classes
                                                                              Product
                                                                            16. def productElementNames: Iterator[String]
                                                                              Definition Classes
                                                                              Product
                                                                            17. def productIterator: Iterator[Any]
                                                                              Definition Classes
                                                                              Product
                                                                            18. def productPrefix: String
                                                                              Definition Classes
                                                                              Product
                                                                            19. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            20. def toString(): String
                                                                              Definition Classes
                                                                              AnyRef → Any
                                                                            21. final def wait(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                            22. final def wait(arg0: Long, arg1: Int): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                            23. final def wait(arg0: Long): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                                            Inherited from Serializable

                                                                            Inherited from Product

                                                                            Inherited from Equals

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            +var toRoot = '../../../';

                                                                            Packages

                                                                            sealed trait Type extends Product with Serializable

                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Type
                                                                            2. Serializable
                                                                            3. Product
                                                                            4. Equals
                                                                            5. AnyRef
                                                                            6. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            Abstract Value Members

                                                                            1. abstract def canEqual(that: Any): Boolean
                                                                              Definition Classes
                                                                              Equals
                                                                            2. abstract def productArity: Int
                                                                              Definition Classes
                                                                              Product
                                                                            3. abstract def productElement(n: Int): Any
                                                                              Definition Classes
                                                                              Product

                                                                            Concrete 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. def productElementName(n: Int): String
                                                                              Definition Classes
                                                                              Product
                                                                            16. def productElementNames: Iterator[String]
                                                                              Definition Classes
                                                                              Product
                                                                            17. def productIterator: Iterator[Any]
                                                                              Definition Classes
                                                                              Product
                                                                            18. def productPrefix: String
                                                                              Definition Classes
                                                                              Product
                                                                            19. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            20. def toString(): String
                                                                              Definition Classes
                                                                              AnyRef → Any
                                                                            21. final def wait(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                            22. final def wait(arg0: Long, arg1: Int): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                            23. final def wait(arg0: Long): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                                            Inherited from Serializable

                                                                            Inherited from Product

                                                                            Inherited from Equals

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            diff --git a/api/3.x/cats/effect/kernel/Sync$.html b/api/3.x/cats/effect/kernel/Sync$.html index 69e48171ff..049194362c 100644 --- a/api/3.x/cats/effect/kernel/Sync$.html +++ b/api/3.x/cats/effect/kernel/Sync$.html @@ -1,2 +1,2 @@

                                                                            Packages

                                                                            object Sync extends Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Sync
                                                                            2. Serializable
                                                                            3. AnyRef
                                                                            4. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            Type Members

                                                                            1. sealed trait Type extends Product with Serializable

                                                                            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. def apply[F[_]](implicit F: Sync[F]): F.type
                                                                            5. final def asInstanceOf[T0]: T0
                                                                              Definition Classes
                                                                              Any
                                                                            6. def clone(): AnyRef
                                                                              Attributes
                                                                              protected[lang]
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                            7. final def eq(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            8. def equals(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef → Any
                                                                            9. def finalize(): Unit
                                                                              Attributes
                                                                              protected[lang]
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.Throwable])
                                                                            10. final def getClass(): Class[_ <: AnyRef]
                                                                              Definition Classes
                                                                              AnyRef → Any
                                                                              Annotations
                                                                              @native()
                                                                            11. def hashCode(): Int
                                                                              Definition Classes
                                                                              AnyRef → Any
                                                                              Annotations
                                                                              @native()
                                                                            12. final def isInstanceOf[T0]: Boolean
                                                                              Definition Classes
                                                                              Any
                                                                            13. final def ne(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            14. final def notify(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            15. final def notifyAll(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            16. implicit def syncForEitherT[F[_], E](implicit F0: Sync[F]): Sync[[γ$1$]EitherT[F, E, γ$1$]]
                                                                            17. implicit def syncForIorT[F[_], L](implicit F0: Sync[F], L0: Semigroup[L]): Sync[[γ$4$]IorT[F, L, γ$4$]]
                                                                            18. implicit def syncForKleisli[F[_], R](implicit F0: Sync[F]): Sync[[γ$5$]Kleisli[F, R, γ$5$]]
                                                                            19. implicit def syncForOptionT[F[_]](implicit F0: Sync[F]): Sync[[β$0$]OptionT[F, β$0$]]
                                                                            20. implicit def syncForReaderWriterStateT[F[_], R, L, S](implicit F0: Sync[F], L0: Monoid[L]): Sync[[ε$6$]IndexedReaderWriterStateT[F, R, L, S, S, ε$6$]]
                                                                            21. implicit def syncForStateT[F[_], S](implicit F0: Sync[F]): Sync[[γ$2$]IndexedStateT[F, S, S, γ$2$]]
                                                                            22. implicit def syncForWriterT[F[_], L](implicit F0: Sync[F], L0: Monoid[L]): Sync[[γ$3$]WriterT[F, L, γ$3$]]
                                                                            23. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            24. def toString(): String
                                                                              Definition Classes
                                                                              AnyRef → Any
                                                                            25. final def wait(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                            26. final def wait(arg0: Long, arg1: Int): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                            27. final def wait(arg0: Long): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException]) @native()
                                                                            28. object Type extends Serializable

                                                                            Inherited from Serializable

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            +var toRoot = '../../../';

                                                                            Packages

                                                                            object Sync extends Serializable

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Sync
                                                                            2. Serializable
                                                                            3. AnyRef
                                                                            4. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            Type Members

                                                                            1. sealed trait Type extends Product with Serializable

                                                                            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. def apply[F[_]](implicit F: Sync[F]): F.type
                                                                            5. final def asInstanceOf[T0]: T0
                                                                              Definition Classes
                                                                              Any
                                                                            6. def clone(): AnyRef
                                                                              Attributes
                                                                              protected[lang]
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                            7. final def eq(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            8. def equals(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef → Any
                                                                            9. def finalize(): Unit
                                                                              Attributes
                                                                              protected[lang]
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.Throwable])
                                                                            10. final def getClass(): Class[_ <: AnyRef]
                                                                              Definition Classes
                                                                              AnyRef → Any
                                                                              Annotations
                                                                              @native()
                                                                            11. def hashCode(): Int
                                                                              Definition Classes
                                                                              AnyRef → Any
                                                                              Annotations
                                                                              @native()
                                                                            12. final def isInstanceOf[T0]: Boolean
                                                                              Definition Classes
                                                                              Any
                                                                            13. final def ne(arg0: AnyRef): Boolean
                                                                              Definition Classes
                                                                              AnyRef
                                                                            14. final def notify(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            15. final def notifyAll(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @native()
                                                                            16. implicit def syncForEitherT[F[_], E](implicit F0: Sync[F]): Sync[[γ$1$]EitherT[F, E, γ$1$]]
                                                                            17. implicit def syncForIorT[F[_], L](implicit F0: Sync[F], L0: Semigroup[L]): Sync[[γ$4$]IorT[F, L, γ$4$]]
                                                                            18. implicit def syncForKleisli[F[_], R](implicit F0: Sync[F]): Sync[[γ$5$]Kleisli[F, R, γ$5$]]
                                                                            19. implicit def syncForOptionT[F[_]](implicit F0: Sync[F]): Sync[[β$0$]OptionT[F, β$0$]]
                                                                            20. implicit def syncForReaderWriterStateT[F[_], R, L, S](implicit F0: Sync[F], L0: Monoid[L]): Sync[[ε$6$]IndexedReaderWriterStateT[F, R, L, S, S, ε$6$]]
                                                                            21. implicit def syncForStateT[F[_], S](implicit F0: Sync[F]): Sync[[γ$2$]IndexedStateT[F, S, S, γ$2$]]
                                                                            22. implicit def syncForWriterT[F[_], L](implicit F0: Sync[F], L0: Monoid[L]): Sync[[γ$3$]WriterT[F, L, γ$3$]]
                                                                            23. final def synchronized[T0](arg0: => T0): T0
                                                                              Definition Classes
                                                                              AnyRef
                                                                            24. def toString(): String
                                                                              Definition Classes
                                                                              AnyRef → Any
                                                                            25. final def wait(): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                            26. final def wait(arg0: Long, arg1: Int): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                            27. final def wait(arg0: Long): Unit
                                                                              Definition Classes
                                                                              AnyRef
                                                                              Annotations
                                                                              @throws(classOf[java.lang.InterruptedException]) @native()
                                                                            28. object Type extends Serializable

                                                                            Inherited from Serializable

                                                                            Inherited from AnyRef

                                                                            Inherited from Any

                                                                            Ungrouped

                                                                            diff --git a/api/3.x/cats/effect/kernel/Sync.html b/api/3.x/cats/effect/kernel/Sync.html index c89319cfcc..911c8c85af 100644 --- a/api/3.x/cats/effect/kernel/Sync.html +++ b/api/3.x/cats/effect/kernel/Sync.html @@ -1,7 +1,7 @@

                                                                            Packages

                                                                            trait Sync[F[_]] extends MonadCancel[F, Throwable] with Clock[F] with Unique[F] with Defer[F]

                                                                            A typeclass that encodes the notion of suspending synchronous side effects in the F[_] context -

                                                                            Source
                                                                            Sync.scala
                                                                            Linear Supertypes
                                                                            Defer[F], Unique[F], Clock[F], ClockPlatform[F], MonadCancel[F, Throwable], MonadError[F, Throwable], Monad[F], FlatMap[F], FlatMapArityFunctions[F], ApplicativeError[F, Throwable], Applicative[F], InvariantMonoidal[F], Apply[F], ApplyArityFunctions[F], InvariantSemigroupal[F], Semigroupal[F], Functor[F], Invariant[F], Serializable, AnyRef, Any
                                                                            Known Subclasses
                                                                            Ordering
                                                                            1. Alphabetic
                                                                            2. By Inheritance
                                                                            Inherited
                                                                            1. Sync
                                                                            2. Defer
                                                                            3. Unique
                                                                            4. Clock
                                                                            5. ClockPlatform
                                                                            6. MonadCancel
                                                                            7. MonadError
                                                                            8. Monad
                                                                            9. FlatMap
                                                                            10. FlatMapArityFunctions
                                                                            11. ApplicativeError
                                                                            12. Applicative
                                                                            13. InvariantMonoidal
                                                                            14. Apply
                                                                            15. ApplyArityFunctions
                                                                            16. InvariantSemigroupal
                                                                            17. Semigroupal
                                                                            18. Functor
                                                                            19. Invariant
                                                                            20. Serializable
                                                                            21. AnyRef
                                                                            22. Any
                                                                            1. Hide All
                                                                            2. Show All
                                                                            Visibility
                                                                            1. Public
                                                                            2. Protected

                                                                            Abstract Value Members

                                                                            1. abstract def canceled: F[Unit]

                                                                              An effect that requests self-cancelation on the current fiber.

                                                                              An effect that requests self-cancelation on the current fiber.

                                                                              canceled has a return type of F[Unit] instead of F[Nothing] due to execution +

                                                                              Source
                                                                              Sync.scala
                                                                              Linear Supertypes
                                                                              Defer[F], Unique[F], Clock[F], ClockPlatform[F], MonadCancel[F, Throwable], MonadError[F, Throwable], Monad[F], FlatMap[F], FlatMapArityFunctions[F], ApplicativeError[F, Throwable], Applicative[F], InvariantMonoidal[F], Apply[F], ApplyArityFunctions[F], InvariantSemigroupal[F], Semigroupal[F], Functor[F], Invariant[F], Serializable, AnyRef, Any
                                                                              Known Subclasses
                                                                              Ordering
                                                                              1. Alphabetic
                                                                              2. By Inheritance
                                                                              Inherited
                                                                              1. Sync
                                                                              2. Defer
                                                                              3. Unique
                                                                              4. Clock
                                                                              5. ClockPlatform
                                                                              6. MonadCancel
                                                                              7. MonadError
                                                                              8. Monad
                                                                              9. FlatMap
                                                                              10. FlatMapArityFunctions
                                                                              11. ApplicativeError
                                                                              12. Applicative
                                                                              13. InvariantMonoidal
                                                                              14. Apply
                                                                              15. ApplyArityFunctions
                                                                              16. InvariantSemigroupal
                                                                              17. Semigroupal
                                                                              18. Functor
                                                                              19. Invariant
                                                                              20. Serializable
                                                                              21. AnyRef
                                                                              22. Any
                                                                              1. Hide All
                                                                              2. Show All
                                                                              Visibility
                                                                              1. Public
                                                                              2. Protected

                                                                              Abstract Value Members

                                                                              1. abstract def canceled: F[Unit]

                                                                                An effect that requests self-cancelation on the current fiber.

                                                                                An effect that requests self-cancelation on the current fiber.

                                                                                canceled has a return type of F[Unit] instead of F[Nothing] due to execution continuing in a masked region. In the following example, the fiber requests self-cancelation in a masked region, so cancelation is suppressed until the fiber is completely unmasked. fa will run but fb will not. If canceled had a return type of diff --git a/api/3.x/cats/effect/kernel/Unique$$Token$.html b/api/3.x/cats/effect/kernel/Unique$$Token$.html index d77c37117b..7c066f3989 100644 --- a/api/3.x/cats/effect/kernel/Unique$$Token$.html +++ b/api/3.x/cats/effect/kernel/Unique$$Token$.html @@ -1,2 +1,2 @@

                                                                                Packages

                                                                                object Token extends Serializable

                                                                                Source
                                                                                Unique.scala
                                                                                Linear Supertypes
                                                                                Ordering
                                                                                1. Alphabetic
                                                                                2. By Inheritance
                                                                                Inherited
                                                                                1. Token
                                                                                2. Serializable
                                                                                3. AnyRef
                                                                                4. Any
                                                                                1. Hide All
                                                                                2. Show All
                                                                                Visibility
                                                                                1. Public
                                                                                2. Protected

                                                                                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. implicit val tokenHash: Hash[Token]
                                                                                18. final def wait(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                20. final def wait(arg0: Long): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                Inherited from Serializable

                                                                                Inherited from AnyRef

                                                                                Inherited from Any

                                                                                Ungrouped

                                                                                +var toRoot = '../../../';

                                                                                Packages

                                                                                object Token extends Serializable

                                                                                Source
                                                                                Unique.scala
                                                                                Linear Supertypes
                                                                                Ordering
                                                                                1. Alphabetic
                                                                                2. By Inheritance
                                                                                Inherited
                                                                                1. Token
                                                                                2. Serializable
                                                                                3. AnyRef
                                                                                4. Any
                                                                                1. Hide All
                                                                                2. Show All
                                                                                Visibility
                                                                                1. Public
                                                                                2. Protected

                                                                                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. implicit val tokenHash: Hash[Token]
                                                                                18. final def wait(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                20. final def wait(arg0: Long): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                Inherited from Serializable

                                                                                Inherited from AnyRef

                                                                                Inherited from Any

                                                                                Ungrouped

                                                                                diff --git a/api/3.x/cats/effect/kernel/Unique$$Token.html b/api/3.x/cats/effect/kernel/Unique$$Token.html index f87d4557ea..462fdbb0bb 100644 --- a/api/3.x/cats/effect/kernel/Unique$$Token.html +++ b/api/3.x/cats/effect/kernel/Unique$$Token.html @@ -1,2 +1,2 @@

                                                                                Packages

                                                                                final class Token extends Serializable

                                                                                Source
                                                                                Unique.scala
                                                                                Linear Supertypes
                                                                                Ordering
                                                                                1. Alphabetic
                                                                                2. By Inheritance
                                                                                Inherited
                                                                                1. Token
                                                                                2. Serializable
                                                                                3. AnyRef
                                                                                4. Any
                                                                                1. Hide All
                                                                                2. Show All
                                                                                Visibility
                                                                                1. Public
                                                                                2. Protected

                                                                                Instance Constructors

                                                                                1. new Token()

                                                                                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 Serializable

                                                                                Inherited from AnyRef

                                                                                Inherited from Any

                                                                                Ungrouped

                                                                                +var toRoot = '../../../';

                                                                                Packages

                                                                                final class Token extends Serializable

                                                                                Source
                                                                                Unique.scala
                                                                                Linear Supertypes
                                                                                Ordering
                                                                                1. Alphabetic
                                                                                2. By Inheritance
                                                                                Inherited
                                                                                1. Token
                                                                                2. Serializable
                                                                                3. AnyRef
                                                                                4. Any
                                                                                1. Hide All
                                                                                2. Show All
                                                                                Visibility
                                                                                1. Public
                                                                                2. Protected

                                                                                Instance Constructors

                                                                                1. new Token()

                                                                                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 Serializable

                                                                                Inherited from AnyRef

                                                                                Inherited from Any

                                                                                Ungrouped

                                                                                diff --git a/api/3.x/cats/effect/kernel/Unique$.html b/api/3.x/cats/effect/kernel/Unique$.html index fc9bce9721..a5f0f9f6f0 100644 --- a/api/3.x/cats/effect/kernel/Unique$.html +++ b/api/3.x/cats/effect/kernel/Unique$.html @@ -1,2 +1,2 @@

                                                                                Packages

                                                                                object Unique extends Serializable

                                                                                Source
                                                                                Unique.scala
                                                                                Linear Supertypes
                                                                                Ordering
                                                                                1. Alphabetic
                                                                                2. By Inheritance
                                                                                Inherited
                                                                                1. Unique
                                                                                2. Serializable
                                                                                3. AnyRef
                                                                                4. Any
                                                                                1. Hide All
                                                                                2. Show All
                                                                                Visibility
                                                                                1. Public
                                                                                2. Protected

                                                                                Type Members

                                                                                1. final class Token extends Serializable

                                                                                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. def apply[F[_]](implicit F: Unique[F]): F.type
                                                                                5. final def asInstanceOf[T0]: T0
                                                                                  Definition Classes
                                                                                  Any
                                                                                6. def clone(): AnyRef
                                                                                  Attributes
                                                                                  protected[lang]
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                7. final def eq(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                8. def equals(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                9. def finalize(): Unit
                                                                                  Attributes
                                                                                  protected[lang]
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                10. final def getClass(): Class[_ <: AnyRef]
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                  Annotations
                                                                                  @native()
                                                                                11. def hashCode(): Int
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                  Annotations
                                                                                  @native()
                                                                                12. final def isInstanceOf[T0]: Boolean
                                                                                  Definition Classes
                                                                                  Any
                                                                                13. final def ne(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                14. final def notify(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @native()
                                                                                15. final def notifyAll(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @native()
                                                                                16. final def synchronized[T0](arg0: => T0): T0
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                17. def toString(): String
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                18. final def wait(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                20. final def wait(arg0: Long): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()
                                                                                21. object Token extends Serializable

                                                                                Inherited from Serializable

                                                                                Inherited from AnyRef

                                                                                Inherited from Any

                                                                                Ungrouped

                                                                                +var toRoot = '../../../';

                                                                                Packages

                                                                                object Unique extends Serializable

                                                                                Source
                                                                                Unique.scala
                                                                                Linear Supertypes
                                                                                Ordering
                                                                                1. Alphabetic
                                                                                2. By Inheritance
                                                                                Inherited
                                                                                1. Unique
                                                                                2. Serializable
                                                                                3. AnyRef
                                                                                4. Any
                                                                                1. Hide All
                                                                                2. Show All
                                                                                Visibility
                                                                                1. Public
                                                                                2. Protected

                                                                                Type Members

                                                                                1. final class Token extends Serializable

                                                                                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. def apply[F[_]](implicit F: Unique[F]): F.type
                                                                                5. final def asInstanceOf[T0]: T0
                                                                                  Definition Classes
                                                                                  Any
                                                                                6. def clone(): AnyRef
                                                                                  Attributes
                                                                                  protected[lang]
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                7. final def eq(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                8. def equals(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                9. def finalize(): Unit
                                                                                  Attributes
                                                                                  protected[lang]
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                10. final def getClass(): Class[_ <: AnyRef]
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                  Annotations
                                                                                  @native()
                                                                                11. def hashCode(): Int
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                  Annotations
                                                                                  @native()
                                                                                12. final def isInstanceOf[T0]: Boolean
                                                                                  Definition Classes
                                                                                  Any
                                                                                13. final def ne(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                14. final def notify(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @native()
                                                                                15. final def notifyAll(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @native()
                                                                                16. final def synchronized[T0](arg0: => T0): T0
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                17. def toString(): String
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                18. final def wait(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                20. final def wait(arg0: Long): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()
                                                                                21. object Token extends Serializable

                                                                                Inherited from Serializable

                                                                                Inherited from AnyRef

                                                                                Inherited from Any

                                                                                Ungrouped

                                                                                diff --git a/api/3.x/cats/effect/kernel/Unique.html b/api/3.x/cats/effect/kernel/Unique.html index a031a2ff7e..9bba933f7a 100644 --- a/api/3.x/cats/effect/kernel/Unique.html +++ b/api/3.x/cats/effect/kernel/Unique.html @@ -1,2 +1,2 @@

                                                                                Packages

                                                                                trait Unique[F[_]] extends Serializable

                                                                                Source
                                                                                Unique.scala
                                                                                Linear Supertypes
                                                                                Ordering
                                                                                1. Alphabetic
                                                                                2. By Inheritance
                                                                                Inherited
                                                                                1. Unique
                                                                                2. Serializable
                                                                                3. AnyRef
                                                                                4. Any
                                                                                1. Hide All
                                                                                2. Show All
                                                                                Visibility
                                                                                1. Public
                                                                                2. Protected

                                                                                Abstract Value Members

                                                                                1. abstract def applicative: Applicative[F]
                                                                                2. abstract def unique: F[Token]

                                                                                Concrete 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 Serializable

                                                                                Inherited from AnyRef

                                                                                Inherited from Any

                                                                                Ungrouped

                                                                                +var toRoot = '../../../';

                                                                                Packages

                                                                                trait Unique[F[_]] extends Serializable

                                                                                Source
                                                                                Unique.scala
                                                                                Linear Supertypes
                                                                                Ordering
                                                                                1. Alphabetic
                                                                                2. By Inheritance
                                                                                Inherited
                                                                                1. Unique
                                                                                2. Serializable
                                                                                3. AnyRef
                                                                                4. Any
                                                                                1. Hide All
                                                                                2. Show All
                                                                                Visibility
                                                                                1. Public
                                                                                2. Protected

                                                                                Abstract Value Members

                                                                                1. abstract def applicative: Applicative[F]
                                                                                2. abstract def unique: F[Token]

                                                                                Concrete 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 Serializable

                                                                                Inherited from AnyRef

                                                                                Inherited from Any

                                                                                Ungrouped

                                                                                diff --git a/api/3.x/cats/effect/kernel/implicits$.html b/api/3.x/cats/effect/kernel/implicits$.html index 8c20333b64..0c1cdad714 100644 --- a/api/3.x/cats/effect/kernel/implicits$.html +++ b/api/3.x/cats/effect/kernel/implicits$.html @@ -1,2 +1,2 @@

                                                                                Packages

                                                                                object implicits extends AllSyntax with AllInstances

                                                                                Ordering
                                                                                1. Alphabetic
                                                                                2. By Inheritance
                                                                                Inherited
                                                                                1. implicits
                                                                                2. AllInstances
                                                                                3. GenSpawnInstances
                                                                                4. AllSyntax
                                                                                5. ClockSyntax
                                                                                6. ResourceSyntax
                                                                                7. AsyncSyntax
                                                                                8. GenConcurrentSyntax
                                                                                9. GenTemporalSyntax
                                                                                10. GenSpawnSyntax
                                                                                11. MonadCancelSyntax
                                                                                12. AnyRef
                                                                                13. Any
                                                                                1. Hide All
                                                                                2. Show All
                                                                                Visibility
                                                                                1. Public
                                                                                2. Protected

                                                                                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. implicit def alignForParallelF[F[_], E](implicit F: GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                                                                  Definition Classes
                                                                                  GenSpawnInstances
                                                                                5. final def asInstanceOf[T0]: T0
                                                                                  Definition Classes
                                                                                  Any
                                                                                6. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                  Definition Classes
                                                                                  AsyncSyntax
                                                                                7. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                  Definition Classes
                                                                                  ClockSyntax
                                                                                8. def clone(): AnyRef
                                                                                  Attributes
                                                                                  protected[lang]
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                9. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                                                                  Definition Classes
                                                                                  GenSpawnInstances
                                                                                10. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                  Definition Classes
                                                                                  GenConcurrentSyntax
                                                                                11. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                  Definition Classes
                                                                                  GenConcurrentSyntax
                                                                                12. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                  Definition Classes
                                                                                  ResourceSyntax
                                                                                13. final def eq(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                14. def equals(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                15. def finalize(): Unit
                                                                                  Attributes
                                                                                  protected[lang]
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                16. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                  Definition Classes
                                                                                  GenConcurrentSyntax
                                                                                17. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                  Definition Classes
                                                                                  GenSpawnSyntax
                                                                                18. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                  Definition Classes
                                                                                  GenSpawnSyntax
                                                                                19. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                  Definition Classes
                                                                                  GenTemporalSyntax
                                                                                20. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                  Definition Classes
                                                                                  GenTemporalSyntax
                                                                                21. final def getClass(): Class[_ <: AnyRef]
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                  Annotations
                                                                                  @native()
                                                                                22. def hashCode(): Int
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                  Annotations
                                                                                  @native()
                                                                                23. final def isInstanceOf[T0]: Boolean
                                                                                  Definition Classes
                                                                                  Any
                                                                                24. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                  Definition Classes
                                                                                  MonadCancelSyntax
                                                                                25. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                  Definition Classes
                                                                                  MonadCancelSyntax
                                                                                26. final def ne(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                27. final def notify(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @native()
                                                                                28. final def notifyAll(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @native()
                                                                                29. implicit def parallelForGenSpawn[M[_], E](implicit M: GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                                                                  Definition Classes
                                                                                  GenSpawnInstances
                                                                                30. final def synchronized[T0](arg0: => T0): T0
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                31. def toString(): String
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                32. final def wait(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                33. final def wait(arg0: Long, arg1: Int): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                34. final def wait(arg0: Long): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                Inherited from AllInstances

                                                                                Inherited from GenSpawnInstances

                                                                                Inherited from AllSyntax

                                                                                Inherited from ClockSyntax

                                                                                Inherited from ResourceSyntax

                                                                                Inherited from AsyncSyntax

                                                                                Inherited from GenConcurrentSyntax

                                                                                Inherited from GenTemporalSyntax

                                                                                Inherited from GenSpawnSyntax

                                                                                Inherited from MonadCancelSyntax

                                                                                Inherited from AnyRef

                                                                                Inherited from Any

                                                                                Ungrouped

                                                                                +var toRoot = '../../../';

                                                                                Packages

                                                                                object implicits extends AllSyntax with AllInstances

                                                                                Ordering
                                                                                1. Alphabetic
                                                                                2. By Inheritance
                                                                                Inherited
                                                                                1. implicits
                                                                                2. AllInstances
                                                                                3. GenSpawnInstances
                                                                                4. AllSyntax
                                                                                5. ClockSyntax
                                                                                6. ResourceSyntax
                                                                                7. AsyncSyntax
                                                                                8. GenConcurrentSyntax
                                                                                9. GenTemporalSyntax
                                                                                10. GenSpawnSyntax
                                                                                11. MonadCancelSyntax
                                                                                12. AnyRef
                                                                                13. Any
                                                                                1. Hide All
                                                                                2. Show All
                                                                                Visibility
                                                                                1. Public
                                                                                2. Protected

                                                                                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. implicit def alignForParallelF[F[_], E](implicit F: GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                                                                  Definition Classes
                                                                                  GenSpawnInstances
                                                                                5. final def asInstanceOf[T0]: T0
                                                                                  Definition Classes
                                                                                  Any
                                                                                6. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                  Definition Classes
                                                                                  AsyncSyntax
                                                                                7. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                  Definition Classes
                                                                                  ClockSyntax
                                                                                8. def clone(): AnyRef
                                                                                  Attributes
                                                                                  protected[lang]
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                9. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                                                                  Definition Classes
                                                                                  GenSpawnInstances
                                                                                10. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                  Definition Classes
                                                                                  GenConcurrentSyntax
                                                                                11. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                  Definition Classes
                                                                                  GenConcurrentSyntax
                                                                                12. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                  Definition Classes
                                                                                  ResourceSyntax
                                                                                13. final def eq(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                14. def equals(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                15. def finalize(): Unit
                                                                                  Attributes
                                                                                  protected[lang]
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                16. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                  Definition Classes
                                                                                  GenConcurrentSyntax
                                                                                17. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                  Definition Classes
                                                                                  GenSpawnSyntax
                                                                                18. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                  Definition Classes
                                                                                  GenSpawnSyntax
                                                                                19. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                  Definition Classes
                                                                                  GenTemporalSyntax
                                                                                20. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                  Definition Classes
                                                                                  GenTemporalSyntax
                                                                                21. final def getClass(): Class[_ <: AnyRef]
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                  Annotations
                                                                                  @native()
                                                                                22. def hashCode(): Int
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                  Annotations
                                                                                  @native()
                                                                                23. final def isInstanceOf[T0]: Boolean
                                                                                  Definition Classes
                                                                                  Any
                                                                                24. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                  Definition Classes
                                                                                  MonadCancelSyntax
                                                                                25. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                  Definition Classes
                                                                                  MonadCancelSyntax
                                                                                26. final def ne(arg0: AnyRef): Boolean
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                27. final def notify(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @native()
                                                                                28. final def notifyAll(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @native()
                                                                                29. implicit def parallelForGenSpawn[M[_], E](implicit M: GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                                                                  Definition Classes
                                                                                  GenSpawnInstances
                                                                                30. final def synchronized[T0](arg0: => T0): T0
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                31. def toString(): String
                                                                                  Definition Classes
                                                                                  AnyRef → Any
                                                                                32. final def wait(): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                33. final def wait(arg0: Long, arg1: Int): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                34. final def wait(arg0: Long): Unit
                                                                                  Definition Classes
                                                                                  AnyRef
                                                                                  Annotations
                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                Inherited from AllInstances

                                                                                Inherited from GenSpawnInstances

                                                                                Inherited from AllSyntax

                                                                                Inherited from ClockSyntax

                                                                                Inherited from ResourceSyntax

                                                                                Inherited from AsyncSyntax

                                                                                Inherited from GenConcurrentSyntax

                                                                                Inherited from GenTemporalSyntax

                                                                                Inherited from GenSpawnSyntax

                                                                                Inherited from MonadCancelSyntax

                                                                                Inherited from AnyRef

                                                                                Inherited from Any

                                                                                Ungrouped

                                                                                diff --git a/api/3.x/cats/effect/kernel/index.html b/api/3.x/cats/effect/kernel/index.html index 69f1525e59..76b5b43a1e 100644 --- a/api/3.x/cats/effect/kernel/index.html +++ b/api/3.x/cats/effect/kernel/index.html @@ -1,11 +1,11 @@

                                                                                Packages

                                                                                package kernel

                                                                                Source
                                                                                package.scala
                                                                                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 instances
                                                                                2. package syntax
                                                                                3. package testkit

                                                                                Type Members

                                                                                1. trait Async[F[_]] extends AsyncPlatform[F] with Sync[F] with Temporal[F]

                                                                                  A typeclass that encodes the notion of suspending asynchronous side effects in the F[_] +var toRoot = '../../../';

                                                                                  Packages

                                                                                  package kernel

                                                                                  Source
                                                                                  package.scala
                                                                                  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 instances
                                                                                  2. package syntax
                                                                                  3. package testkit

                                                                                  Type Members

                                                                                  1. trait Async[F[_]] extends AsyncPlatform[F] with Sync[F] with Temporal[F]

                                                                                    A typeclass that encodes the notion of suspending asynchronous side effects in the F[_] context

                                                                                    A typeclass that encodes the notion of suspending asynchronous side effects in the F[_] context

                                                                                    An asynchronous task is one whose results are computed somewhere else (eg by a scala.concurrent.Future running on some other threadpool). We await the results of that execution by giving it a callback to be invoked with the result.

                                                                                    That computation may fail hence the callback is of type Either[Throwable, A] => (). This awaiting is semantic only - no threads are blocked, the current fiber is simply descheduled -until the callback completes.

                                                                                    This leads us directly to the simplest asynchronous FFI

                                                                                    def async_[A](k: (Either[Throwable, A] => Unit) => Unit): F[A]
                                                                                    async(k)

                                                                                    is semantically blocked until the callback is invoked.

                                                                                    async_ is somewhat contrained however. We can't perform any F[_] effects in the process +until the callback completes.

                                                                                    This leads us directly to the simplest asynchronous FFI

                                                                                    def async_[A](k: (Either[Throwable, A] => Unit) => Unit): F[A]
                                                                                    async(k)

                                                                                    is semantically blocked until the callback is invoked.

                                                                                    async_ is somewhat constrained however. We can't perform any F[_] effects in the process of registering the callback and we also can't register a finalizer to eg cancel the asynchronous task in the event that the fiber running async_ is canceled.

                                                                                    This leads us directly to the more general asynchronous FFI

                                                                                    def async[A](k: (Either[Throwable, A] => Unit) => F[Option[F[Unit]]]): F[A]

                                                                                    As evidenced by the type signature, k may perform F[_] effects and it returns an Option[F[Unit]] which is an optional finalizer to be run in the event that the fiber diff --git a/api/3.x/cats/effect/kernel/instances/AllInstances.html b/api/3.x/cats/effect/kernel/instances/AllInstances.html index b6126629c4..1d26f83778 100644 --- a/api/3.x/cats/effect/kernel/instances/AllInstances.html +++ b/api/3.x/cats/effect/kernel/instances/AllInstances.html @@ -1,2 +1,2 @@

                                                                                    Packages

                                                                                    trait AllInstances extends GenSpawnInstances

                                                                                    Source
                                                                                    AllInstances.scala
                                                                                    Linear Supertypes
                                                                                    Known Subclasses
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. AllInstances
                                                                                    2. GenSpawnInstances
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def alignForParallelF[F[_], E](implicit F: GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. implicit def parallelForGenSpawn[M[_], E](implicit M: GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from GenSpawnInstances

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    Packages

                                                                                    trait AllInstances extends GenSpawnInstances

                                                                                    Source
                                                                                    AllInstances.scala
                                                                                    Linear Supertypes
                                                                                    Known Subclasses
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. AllInstances
                                                                                    2. GenSpawnInstances
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def alignForParallelF[F[_], E](implicit F: GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. implicit def parallelForGenSpawn[M[_], E](implicit M: GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from GenSpawnInstances

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/instances/GenSpawnInstances.html b/api/3.x/cats/effect/kernel/instances/GenSpawnInstances.html index e08c213ec2..49a7237928 100644 --- a/api/3.x/cats/effect/kernel/instances/GenSpawnInstances.html +++ b/api/3.x/cats/effect/kernel/instances/GenSpawnInstances.html @@ -1,2 +1,2 @@

                                                                                    Packages

                                                                                    t

                                                                                    cats.effect.kernel.instances

                                                                                    GenSpawnInstances

                                                                                    trait GenSpawnInstances extends AnyRef

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

                                                                                    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. implicit def alignForParallelF[F[_], E](implicit F: GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. implicit def parallelForGenSpawn[M[_], E](implicit M: GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    Packages

                                                                                    t

                                                                                    cats.effect.kernel.instances

                                                                                    GenSpawnInstances

                                                                                    trait GenSpawnInstances extends AnyRef

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

                                                                                    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. implicit def alignForParallelF[F[_], E](implicit F: GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. implicit def parallelForGenSpawn[M[_], E](implicit M: GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/instances/index.html b/api/3.x/cats/effect/kernel/instances/index.html index a7f9f9b456..0566bb9885 100644 --- a/api/3.x/cats/effect/kernel/instances/index.html +++ b/api/3.x/cats/effect/kernel/instances/index.html @@ -1,2 +1,2 @@

                                                                                    Packages

                                                                                    package instances

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. instances
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Type Members

                                                                                    1. trait AllInstances extends GenSpawnInstances
                                                                                    2. trait GenSpawnInstances extends AnyRef

                                                                                    Value Members

                                                                                    1. object all extends AllInstances
                                                                                    2. object spawn extends GenSpawnInstances

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    Packages

                                                                                    package instances

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. instances
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Type Members

                                                                                    1. trait AllInstances extends GenSpawnInstances
                                                                                    2. trait GenSpawnInstances extends AnyRef

                                                                                    Value Members

                                                                                    1. object all extends AllInstances
                                                                                    2. object spawn extends GenSpawnInstances

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/instances/package$$all$.html b/api/3.x/cats/effect/kernel/instances/package$$all$.html index ee5776aa5e..d2b9391c15 100644 --- a/api/3.x/cats/effect/kernel/instances/package$$all$.html +++ b/api/3.x/cats/effect/kernel/instances/package$$all$.html @@ -1,2 +1,2 @@

                                                                                    Packages

                                                                                    object all extends AllInstances

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. all
                                                                                    2. AllInstances
                                                                                    3. GenSpawnInstances
                                                                                    4. AnyRef
                                                                                    5. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def alignForParallelF[F[_], E](implicit F: GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. implicit def parallelForGenSpawn[M[_], E](implicit M: GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AllInstances

                                                                                    Inherited from GenSpawnInstances

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    Packages

                                                                                    object all extends AllInstances

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. all
                                                                                    2. AllInstances
                                                                                    3. GenSpawnInstances
                                                                                    4. AnyRef
                                                                                    5. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def alignForParallelF[F[_], E](implicit F: GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. implicit def parallelForGenSpawn[M[_], E](implicit M: GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AllInstances

                                                                                    Inherited from GenSpawnInstances

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/instances/package$$spawn$.html b/api/3.x/cats/effect/kernel/instances/package$$spawn$.html index abf6fb3185..92cb45eb83 100644 --- a/api/3.x/cats/effect/kernel/instances/package$$spawn$.html +++ b/api/3.x/cats/effect/kernel/instances/package$$spawn$.html @@ -1,2 +1,2 @@

                                                                                    Packages

                                                                                    object spawn extends GenSpawnInstances

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. spawn
                                                                                    2. GenSpawnInstances
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def alignForParallelF[F[_], E](implicit F: GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. implicit def parallelForGenSpawn[M[_], E](implicit M: GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from GenSpawnInstances

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    Packages

                                                                                    object spawn extends GenSpawnInstances

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. spawn
                                                                                    2. GenSpawnInstances
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def alignForParallelF[F[_], E](implicit F: GenSpawn[F, E]): Align[[β$3$]T[F, β$3$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def commutativeApplicativeForParallelF[F[_], E](implicit F: GenSpawn[F, E]): CommutativeApplicative[[β$1$]T[F, β$1$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. implicit def parallelForGenSpawn[M[_], E](implicit M: GenSpawn[M, E]): Aux[M, [β$0$]T[M, β$0$]]
                                                                                      Definition Classes
                                                                                      GenSpawnInstances
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from GenSpawnInstances

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/AllSyntax.html b/api/3.x/cats/effect/kernel/syntax/AllSyntax.html index dd052b54e8..298548fd8c 100644 --- a/api/3.x/cats/effect/kernel/syntax/AllSyntax.html +++ b/api/3.x/cats/effect/kernel/syntax/AllSyntax.html @@ -1,2 +1,2 @@

                                                                                    trait AllSyntax extends MonadCancelSyntax with GenSpawnSyntax with GenTemporalSyntax with GenConcurrentSyntax with AsyncSyntax with ResourceSyntax with ClockSyntax

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. AllSyntax
                                                                                    2. ClockSyntax
                                                                                    3. ResourceSyntax
                                                                                    4. AsyncSyntax
                                                                                    5. GenConcurrentSyntax
                                                                                    6. GenTemporalSyntax
                                                                                    7. GenSpawnSyntax
                                                                                    8. MonadCancelSyntax
                                                                                    9. AnyRef
                                                                                    10. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                      Definition Classes
                                                                                      AsyncSyntax
                                                                                    6. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                      Definition Classes
                                                                                      ClockSyntax
                                                                                    7. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    8. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    9. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    10. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                      Definition Classes
                                                                                      ResourceSyntax
                                                                                    11. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    12. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    13. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    14. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    15. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    16. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    17. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    18. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    19. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    20. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    21. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    22. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    23. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    24. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    25. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    26. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    27. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    28. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    29. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    31. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ClockSyntax

                                                                                    Inherited from ResourceSyntax

                                                                                    Inherited from AsyncSyntax

                                                                                    Inherited from GenConcurrentSyntax

                                                                                    Inherited from GenTemporalSyntax

                                                                                    Inherited from GenSpawnSyntax

                                                                                    Inherited from MonadCancelSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    trait AllSyntax extends MonadCancelSyntax with GenSpawnSyntax with GenTemporalSyntax with GenConcurrentSyntax with AsyncSyntax with ResourceSyntax with ClockSyntax

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. AllSyntax
                                                                                    2. ClockSyntax
                                                                                    3. ResourceSyntax
                                                                                    4. AsyncSyntax
                                                                                    5. GenConcurrentSyntax
                                                                                    6. GenTemporalSyntax
                                                                                    7. GenSpawnSyntax
                                                                                    8. MonadCancelSyntax
                                                                                    9. AnyRef
                                                                                    10. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                      Definition Classes
                                                                                      AsyncSyntax
                                                                                    6. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                      Definition Classes
                                                                                      ClockSyntax
                                                                                    7. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    8. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    9. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    10. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                      Definition Classes
                                                                                      ResourceSyntax
                                                                                    11. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    12. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    13. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    14. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    15. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    16. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    17. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    18. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    19. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    20. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    21. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    22. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    23. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    24. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    25. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    26. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    27. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    28. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    29. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    31. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ClockSyntax

                                                                                    Inherited from ResourceSyntax

                                                                                    Inherited from AsyncSyntax

                                                                                    Inherited from GenConcurrentSyntax

                                                                                    Inherited from GenTemporalSyntax

                                                                                    Inherited from GenSpawnSyntax

                                                                                    Inherited from MonadCancelSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/AsyncOps.html b/api/3.x/cats/effect/kernel/syntax/AsyncOps.html index bd7628b04b..c5ed25ccc6 100644 --- a/api/3.x/cats/effect/kernel/syntax/AsyncOps.html +++ b/api/3.x/cats/effect/kernel/syntax/AsyncOps.html @@ -1,2 +1,2 @@

                                                                                    final class AsyncOps[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    AsyncSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. AsyncOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def backgroundOn(ec: ExecutionContext)(implicit F: Async[F]): Resource[F, F[Outcome[F, Throwable, A]]]
                                                                                    6. def evalOn(ec: ExecutionContext)(implicit F: Async[F]): F[A]
                                                                                    7. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    8. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    9. def startOn(ec: ExecutionContext)(implicit F: Async[F]): F[Fiber[F, Throwable, A]]
                                                                                    10. def syncStep[G[_]](limit: Int)(implicit arg0: Sync[G], F: Async[F]): G[Either[F[A], A]]
                                                                                    11. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    final class AsyncOps[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    AsyncSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. AsyncOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def backgroundOn(ec: ExecutionContext)(implicit F: Async[F]): Resource[F, F[Outcome[F, Throwable, A]]]
                                                                                    6. def evalOn(ec: ExecutionContext)(implicit F: Async[F]): F[A]
                                                                                    7. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    8. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    9. def startOn(ec: ExecutionContext)(implicit F: Async[F]): F[Fiber[F, Throwable, A]]
                                                                                    10. def syncStep[G[_]](limit: Int)(implicit arg0: Sync[G], F: Async[F]): G[Either[F[A], A]]
                                                                                    11. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/AsyncSyntax.html b/api/3.x/cats/effect/kernel/syntax/AsyncSyntax.html index d00af44328..fc60b23ed7 100644 --- a/api/3.x/cats/effect/kernel/syntax/AsyncSyntax.html +++ b/api/3.x/cats/effect/kernel/syntax/AsyncSyntax.html @@ -1,2 +1,2 @@

                                                                                    trait AsyncSyntax extends AnyRef

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

                                                                                    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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    trait AsyncSyntax extends AnyRef

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

                                                                                    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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/ClockOps.html b/api/3.x/cats/effect/kernel/syntax/ClockOps.html index d66fe37637..93b90b3fa2 100644 --- a/api/3.x/cats/effect/kernel/syntax/ClockOps.html +++ b/api/3.x/cats/effect/kernel/syntax/ClockOps.html @@ -1,2 +1,2 @@

                                                                                    final class ClockOps[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    ClockSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ClockOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def timed(implicit F: Clock[F]): F[(FiniteDuration, A)]
                                                                                    8. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    final class ClockOps[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    ClockSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ClockOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def timed(implicit F: Clock[F]): F[(FiniteDuration, A)]
                                                                                    8. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/ClockSyntax.html b/api/3.x/cats/effect/kernel/syntax/ClockSyntax.html index 10ea4dd0f7..083faadb0b 100644 --- a/api/3.x/cats/effect/kernel/syntax/ClockSyntax.html +++ b/api/3.x/cats/effect/kernel/syntax/ClockSyntax.html @@ -1,2 +1,2 @@

                                                                                    trait ClockSyntax extends AnyRef

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

                                                                                    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. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    trait ClockSyntax extends AnyRef

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

                                                                                    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. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/ConcurrentParSequenceNOps.html b/api/3.x/cats/effect/kernel/syntax/ConcurrentParSequenceNOps.html index ebb9d18879..059a1a62ef 100644 --- a/api/3.x/cats/effect/kernel/syntax/ConcurrentParSequenceNOps.html +++ b/api/3.x/cats/effect/kernel/syntax/ConcurrentParSequenceNOps.html @@ -1,2 +1,2 @@
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    ConcurrentParSequenceNOps

                                                                                    final class ConcurrentParSequenceNOps[T[_], F[_], A] extends AnyVal

                                                                                    Source
                                                                                    GenConcurrentSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ConcurrentParSequenceNOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def parSequenceN(n: Int)(implicit T: Traverse[T], F: GenConcurrent[F, _]): F[T[A]]
                                                                                    8. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    ConcurrentParSequenceNOps

                                                                                    final class ConcurrentParSequenceNOps[T[_], F[_], A] extends AnyVal

                                                                                    Source
                                                                                    GenConcurrentSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ConcurrentParSequenceNOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def parSequenceN(n: Int)(implicit T: Traverse[T], F: GenConcurrent[F, _]): F[T[A]]
                                                                                    8. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/ConcurrentParTraverseNOps.html b/api/3.x/cats/effect/kernel/syntax/ConcurrentParTraverseNOps.html index cddebb90a4..d32eda9eac 100644 --- a/api/3.x/cats/effect/kernel/syntax/ConcurrentParTraverseNOps.html +++ b/api/3.x/cats/effect/kernel/syntax/ConcurrentParTraverseNOps.html @@ -1,2 +1,2 @@
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    ConcurrentParTraverseNOps

                                                                                    final class ConcurrentParTraverseNOps[T[_], A] extends AnyVal

                                                                                    Source
                                                                                    GenConcurrentSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ConcurrentParTraverseNOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def parTraverseN[F[_], B](n: Int)(f: (A) => F[B])(implicit T: Traverse[T], F: GenConcurrent[F, _]): F[T[B]]
                                                                                    8. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    ConcurrentParTraverseNOps

                                                                                    final class ConcurrentParTraverseNOps[T[_], A] extends AnyVal

                                                                                    Source
                                                                                    GenConcurrentSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ConcurrentParTraverseNOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def parTraverseN[F[_], B](n: Int)(f: (A) => F[B])(implicit T: Traverse[T], F: GenConcurrent[F, _]): F[T[B]]
                                                                                    8. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/EffectResourceOps.html b/api/3.x/cats/effect/kernel/syntax/EffectResourceOps.html index 734f8ce455..078d344309 100644 --- a/api/3.x/cats/effect/kernel/syntax/EffectResourceOps.html +++ b/api/3.x/cats/effect/kernel/syntax/EffectResourceOps.html @@ -1,2 +1,2 @@
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    EffectResourceOps

                                                                                    final class EffectResourceOps[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    ResourceSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. EffectResourceOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def toResource: Resource[F, A]
                                                                                    8. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    EffectResourceOps

                                                                                    final class EffectResourceOps[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    ResourceSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. EffectResourceOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def toResource: Resource[F, A]
                                                                                    8. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/GenConcurrentOps_.html b/api/3.x/cats/effect/kernel/syntax/GenConcurrentOps_.html index 69502ed214..9962045329 100644 --- a/api/3.x/cats/effect/kernel/syntax/GenConcurrentOps_.html +++ b/api/3.x/cats/effect/kernel/syntax/GenConcurrentOps_.html @@ -1,2 +1,2 @@
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    GenConcurrentOps_

                                                                                    final class GenConcurrentOps_[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    GenConcurrentSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenConcurrentOps_
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def memoize(implicit F: GenConcurrent[F, _]): F[F[A]]
                                                                                    8. def parReplicateAN(n: Int)(replicas: Int)(implicit F: GenConcurrent[F, _]): F[List[A]]
                                                                                    9. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    GenConcurrentOps_

                                                                                    final class GenConcurrentOps_[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    GenConcurrentSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenConcurrentOps_
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def memoize(implicit F: GenConcurrent[F, _]): F[F[A]]
                                                                                    8. def parReplicateAN(n: Int)(replicas: Int)(implicit F: GenConcurrent[F, _]): F[List[A]]
                                                                                    9. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/GenConcurrentSyntax.html b/api/3.x/cats/effect/kernel/syntax/GenConcurrentSyntax.html index fbb8e46c8a..a6bf92fc6c 100644 --- a/api/3.x/cats/effect/kernel/syntax/GenConcurrentSyntax.html +++ b/api/3.x/cats/effect/kernel/syntax/GenConcurrentSyntax.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.syntax

                                                                                    GenConcurrentSyntax

                                                                                    trait GenConcurrentSyntax extends AnyRef

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

                                                                                    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. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                    7. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                    12. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    14. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.syntax

                                                                                    GenConcurrentSyntax

                                                                                    trait GenConcurrentSyntax extends AnyRef

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

                                                                                    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. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                    7. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                    12. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    14. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/GenSpawnOps.html b/api/3.x/cats/effect/kernel/syntax/GenSpawnOps.html index 45b55a1a72..8f8b097003 100644 --- a/api/3.x/cats/effect/kernel/syntax/GenSpawnOps.html +++ b/api/3.x/cats/effect/kernel/syntax/GenSpawnOps.html @@ -1,2 +1,2 @@

                                                                                    final class GenSpawnOps[F[_], A, E] extends AnyVal

                                                                                    Source
                                                                                    GenSpawnSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenSpawnOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def background(implicit F: GenSpawn[F, E]): Resource[F, F[Outcome[F, E, A]]]
                                                                                    6. def bothOutcome[B](another: F[B])(implicit F: GenSpawn[F, E]): F[(Outcome[F, E, A], Outcome[F, E, B])]
                                                                                    7. def cancelable(fin: F[Unit])(implicit F: GenSpawn[F, E]): F[A]
                                                                                    8. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    9. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    10. def raceOutcome[B](another: F[B])(implicit F: GenSpawn[F, E]): F[Either[Outcome[F, E, A], Outcome[F, E, B]]]
                                                                                    11. def start(implicit F: GenSpawn[F, E]): F[Fiber[F, E, A]]
                                                                                    12. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    final class GenSpawnOps[F[_], A, E] extends AnyVal

                                                                                    Source
                                                                                    GenSpawnSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenSpawnOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def background(implicit F: GenSpawn[F, E]): Resource[F, F[Outcome[F, E, A]]]
                                                                                    6. def bothOutcome[B](another: F[B])(implicit F: GenSpawn[F, E]): F[(Outcome[F, E, A], Outcome[F, E, B])]
                                                                                    7. def cancelable(fin: F[Unit])(implicit F: GenSpawn[F, E]): F[A]
                                                                                    8. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    9. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    10. def raceOutcome[B](another: F[B])(implicit F: GenSpawn[F, E]): F[Either[Outcome[F, E, A], Outcome[F, E, B]]]
                                                                                    11. def start(implicit F: GenSpawn[F, E]): F[Fiber[F, E, A]]
                                                                                    12. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/GenSpawnOps_.html b/api/3.x/cats/effect/kernel/syntax/GenSpawnOps_.html index 8606916fcf..f252c162f4 100644 --- a/api/3.x/cats/effect/kernel/syntax/GenSpawnOps_.html +++ b/api/3.x/cats/effect/kernel/syntax/GenSpawnOps_.html @@ -1,2 +1,2 @@

                                                                                    final class GenSpawnOps_[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    GenSpawnSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenSpawnOps_
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def both[B](another: F[B])(implicit F: GenSpawn[F, _]): F[(A, B)]
                                                                                    6. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    7. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    8. def race[B](another: F[B])(implicit F: GenSpawn[F, _]): F[Either[A, B]]
                                                                                    9. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    final class GenSpawnOps_[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    GenSpawnSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenSpawnOps_
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def both[B](another: F[B])(implicit F: GenSpawn[F, _]): F[(A, B)]
                                                                                    6. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    7. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    8. def race[B](another: F[B])(implicit F: GenSpawn[F, _]): F[Either[A, B]]
                                                                                    9. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/GenSpawnSyntax.html b/api/3.x/cats/effect/kernel/syntax/GenSpawnSyntax.html index e4ac7eb8ca..80174e0acf 100644 --- a/api/3.x/cats/effect/kernel/syntax/GenSpawnSyntax.html +++ b/api/3.x/cats/effect/kernel/syntax/GenSpawnSyntax.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.syntax

                                                                                    GenSpawnSyntax

                                                                                    trait GenSpawnSyntax extends AnyRef

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

                                                                                    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. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                    10. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.syntax

                                                                                    GenSpawnSyntax

                                                                                    trait GenSpawnSyntax extends AnyRef

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

                                                                                    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. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                    10. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/GenTemporalOps$.html b/api/3.x/cats/effect/kernel/syntax/GenTemporalOps$.html index 05e7d68f1a..c8cf0b5851 100644 --- a/api/3.x/cats/effect/kernel/syntax/GenTemporalOps$.html +++ b/api/3.x/cats/effect/kernel/syntax/GenTemporalOps$.html @@ -1,2 +1,2 @@

                                                                                    object GenTemporalOps extends GenTemporalOpsCompanionCompat

                                                                                    Source
                                                                                    GenTemporalSyntax.scala
                                                                                    Linear Supertypes
                                                                                    GenTemporalOpsCompanionCompat, AnyRef, Any
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenTemporalOps
                                                                                    2. GenTemporalOpsCompanionCompat
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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 GenTemporalOpsCompanionCompat

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object GenTemporalOps extends GenTemporalOpsCompanionCompat

                                                                                    Source
                                                                                    GenTemporalSyntax.scala
                                                                                    Linear Supertypes
                                                                                    GenTemporalOpsCompanionCompat, AnyRef, Any
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenTemporalOps
                                                                                    2. GenTemporalOpsCompanionCompat
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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 GenTemporalOpsCompanionCompat

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/GenTemporalOps.html b/api/3.x/cats/effect/kernel/syntax/GenTemporalOps.html index b6c3380cf8..ad48b48e79 100644 --- a/api/3.x/cats/effect/kernel/syntax/GenTemporalOps.html +++ b/api/3.x/cats/effect/kernel/syntax/GenTemporalOps.html @@ -1,2 +1,2 @@

                                                                                    final class GenTemporalOps[F[_], A, E] extends AnyVal

                                                                                    Source
                                                                                    GenTemporalSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenTemporalOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def timeout(duration: Duration)(implicit F: GenTemporal[F, E], timeoutToE: <:<[TimeoutException, E]): F[A]
                                                                                    8. def timeout(duration: FiniteDuration)(implicit F: GenTemporal[F, E], timeoutToE: <:<[TimeoutException, E]): F[A]
                                                                                    9. def timeoutAndForget(duration: Duration)(implicit F: GenTemporal[F, E], timeoutToE: <:<[TimeoutException, E]): F[A]
                                                                                    10. def timeoutAndForget(duration: FiniteDuration)(implicit F: GenTemporal[F, E], timeoutToE: <:<[TimeoutException, E]): F[A]
                                                                                    11. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    final class GenTemporalOps[F[_], A, E] extends AnyVal

                                                                                    Source
                                                                                    GenTemporalSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenTemporalOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    6. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def timeout(duration: Duration)(implicit F: GenTemporal[F, E], timeoutToE: <:<[TimeoutException, E]): F[A]
                                                                                    8. def timeout(duration: FiniteDuration)(implicit F: GenTemporal[F, E], timeoutToE: <:<[TimeoutException, E]): F[A]
                                                                                    9. def timeoutAndForget(duration: Duration)(implicit F: GenTemporal[F, E], timeoutToE: <:<[TimeoutException, E]): F[A]
                                                                                    10. def timeoutAndForget(duration: FiniteDuration)(implicit F: GenTemporal[F, E], timeoutToE: <:<[TimeoutException, E]): F[A]
                                                                                    11. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/GenTemporalOps_$.html b/api/3.x/cats/effect/kernel/syntax/GenTemporalOps_$.html index 741eacd5e8..6fc2857fac 100644 --- a/api/3.x/cats/effect/kernel/syntax/GenTemporalOps_$.html +++ b/api/3.x/cats/effect/kernel/syntax/GenTemporalOps_$.html @@ -1,2 +1,2 @@

                                                                                    object GenTemporalOps_ extends GenTemporalOps_CompanionCompat

                                                                                    Source
                                                                                    GenTemporalSyntax.scala
                                                                                    Linear Supertypes
                                                                                    GenTemporalOps_CompanionCompat, AnyRef, Any
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenTemporalOps_
                                                                                    2. GenTemporalOps_CompanionCompat
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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 GenTemporalOps_CompanionCompat

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object GenTemporalOps_ extends GenTemporalOps_CompanionCompat

                                                                                    Source
                                                                                    GenTemporalSyntax.scala
                                                                                    Linear Supertypes
                                                                                    GenTemporalOps_CompanionCompat, AnyRef, Any
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenTemporalOps_
                                                                                    2. GenTemporalOps_CompanionCompat
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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 GenTemporalOps_CompanionCompat

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/GenTemporalOps_.html b/api/3.x/cats/effect/kernel/syntax/GenTemporalOps_.html index 3939e03f8d..9b4e2ee8ca 100644 --- a/api/3.x/cats/effect/kernel/syntax/GenTemporalOps_.html +++ b/api/3.x/cats/effect/kernel/syntax/GenTemporalOps_.html @@ -1,2 +1,2 @@

                                                                                    final class GenTemporalOps_[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    GenTemporalSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenTemporalOps_
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. def andWait(time: FiniteDuration)(implicit F: GenTemporal[F, _]): F[A]
                                                                                    5. def andWait(time: Duration)(implicit F: GenTemporal[F, _]): F[A]
                                                                                    6. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def delayBy(time: FiniteDuration)(implicit F: GenTemporal[F, _]): F[A]
                                                                                    8. def delayBy(time: Duration)(implicit F: GenTemporal[F, _]): F[A]
                                                                                    9. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    10. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    11. def timeoutTo(duration: FiniteDuration, fallback: F[A])(implicit F: GenTemporal[F, _]): F[A]
                                                                                    12. def timeoutTo(duration: Duration, fallback: F[A])(implicit F: GenTemporal[F, _]): F[A]
                                                                                    13. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    final class GenTemporalOps_[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    GenTemporalSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenTemporalOps_
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. def andWait(time: FiniteDuration)(implicit F: GenTemporal[F, _]): F[A]
                                                                                    5. def andWait(time: Duration)(implicit F: GenTemporal[F, _]): F[A]
                                                                                    6. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def delayBy(time: FiniteDuration)(implicit F: GenTemporal[F, _]): F[A]
                                                                                    8. def delayBy(time: Duration)(implicit F: GenTemporal[F, _]): F[A]
                                                                                    9. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    10. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    11. def timeoutTo(duration: FiniteDuration, fallback: F[A])(implicit F: GenTemporal[F, _]): F[A]
                                                                                    12. def timeoutTo(duration: Duration, fallback: F[A])(implicit F: GenTemporal[F, _]): F[A]
                                                                                    13. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/GenTemporalSyntax.html b/api/3.x/cats/effect/kernel/syntax/GenTemporalSyntax.html index b206f78ddc..c5ef7cdf65 100644 --- a/api/3.x/cats/effect/kernel/syntax/GenTemporalSyntax.html +++ b/api/3.x/cats/effect/kernel/syntax/GenTemporalSyntax.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.syntax

                                                                                    GenTemporalSyntax

                                                                                    trait GenTemporalSyntax extends AnyRef

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

                                                                                    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. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                    10. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.syntax

                                                                                    GenTemporalSyntax

                                                                                    trait GenTemporalSyntax extends AnyRef

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

                                                                                    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. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                    10. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/MonadCancelOps.html b/api/3.x/cats/effect/kernel/syntax/MonadCancelOps.html index bb1a5ef59a..10c4a7233f 100644 --- a/api/3.x/cats/effect/kernel/syntax/MonadCancelOps.html +++ b/api/3.x/cats/effect/kernel/syntax/MonadCancelOps.html @@ -1,2 +1,2 @@
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    MonadCancelOps

                                                                                    final class MonadCancelOps[F[_], A, E] extends AnyVal

                                                                                    Source
                                                                                    MonadCancelSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. MonadCancelOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def bracketCase[B](use: (A) => F[B])(release: (A, Outcome[F, E, B]) => F[Unit])(implicit F: MonadCancel[F, E]): F[B]
                                                                                    6. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    7. def guaranteeCase(fin: (Outcome[F, E, A]) => F[Unit])(implicit F: MonadCancel[F, E]): F[A]
                                                                                    8. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    9. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    MonadCancelOps

                                                                                    final class MonadCancelOps[F[_], A, E] extends AnyVal

                                                                                    Source
                                                                                    MonadCancelSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. MonadCancelOps
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    3. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. def bracketCase[B](use: (A) => F[B])(release: (A, Outcome[F, E, B]) => F[Unit])(implicit F: MonadCancel[F, E]): F[B]
                                                                                    6. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    7. def guaranteeCase(fin: (Outcome[F, E, A]) => F[Unit])(implicit F: MonadCancel[F, E]): F[A]
                                                                                    8. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    9. def toString(): String
                                                                                      Definition Classes
                                                                                      Any

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/MonadCancelOps_.html b/api/3.x/cats/effect/kernel/syntax/MonadCancelOps_.html index c8a3a4661c..edb17db2d8 100644 --- a/api/3.x/cats/effect/kernel/syntax/MonadCancelOps_.html +++ b/api/3.x/cats/effect/kernel/syntax/MonadCancelOps_.html @@ -1,2 +1,2 @@
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    MonadCancelOps_

                                                                                    final class MonadCancelOps_[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    MonadCancelSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. MonadCancelOps_
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. def !>[B](fb: F[B])(implicit F: MonadCancel[F, _]): F[B]
                                                                                    3. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def bracket[B](use: (A) => F[B])(release: (A) => F[Unit])(implicit F: MonadCancel[F, _]): F[B]
                                                                                    7. def forceR[B](fb: F[B])(implicit F: MonadCancel[F, _]): F[B]
                                                                                    8. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    9. def guarantee(fin: F[Unit])(implicit F: MonadCancel[F, _]): F[A]
                                                                                    10. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    11. def onCancel(fin: F[Unit])(implicit F: MonadCancel[F, _]): F[A]
                                                                                    12. def toString(): String
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. def uncancelable(implicit F: MonadCancel[F, _]): F[A]

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    c

                                                                                    cats.effect.kernel.syntax

                                                                                    MonadCancelOps_

                                                                                    final class MonadCancelOps_[F[_], A] extends AnyVal

                                                                                    Source
                                                                                    MonadCancelSyntax.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. MonadCancelOps_
                                                                                    2. AnyVal
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Value Members

                                                                                    1. final def !=(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    2. def !>[B](fb: F[B])(implicit F: MonadCancel[F, _]): F[B]
                                                                                    3. final def ##: Int
                                                                                      Definition Classes
                                                                                      Any
                                                                                    4. final def ==(arg0: Any): Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def bracket[B](use: (A) => F[B])(release: (A) => F[Unit])(implicit F: MonadCancel[F, _]): F[B]
                                                                                    7. def forceR[B](fb: F[B])(implicit F: MonadCancel[F, _]): F[B]
                                                                                    8. def getClass(): Class[_ <: AnyVal]
                                                                                      Definition Classes
                                                                                      AnyVal → Any
                                                                                    9. def guarantee(fin: F[Unit])(implicit F: MonadCancel[F, _]): F[A]
                                                                                    10. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    11. def onCancel(fin: F[Unit])(implicit F: MonadCancel[F, _]): F[A]
                                                                                    12. def toString(): String
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. def uncancelable(implicit F: MonadCancel[F, _]): F[A]

                                                                                    Inherited from AnyVal

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/MonadCancelSyntax.html b/api/3.x/cats/effect/kernel/syntax/MonadCancelSyntax.html index 499a137ff0..9606b185ca 100644 --- a/api/3.x/cats/effect/kernel/syntax/MonadCancelSyntax.html +++ b/api/3.x/cats/effect/kernel/syntax/MonadCancelSyntax.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.syntax

                                                                                    MonadCancelSyntax

                                                                                    trait MonadCancelSyntax extends AnyRef

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

                                                                                    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. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                    13. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.syntax

                                                                                    MonadCancelSyntax

                                                                                    trait MonadCancelSyntax extends AnyRef

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

                                                                                    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. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                    13. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/ResourceSyntax.html b/api/3.x/cats/effect/kernel/syntax/ResourceSyntax.html index bcd792d034..09060856a4 100644 --- a/api/3.x/cats/effect/kernel/syntax/ResourceSyntax.html +++ b/api/3.x/cats/effect/kernel/syntax/ResourceSyntax.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.syntax

                                                                                    ResourceSyntax

                                                                                    trait ResourceSyntax extends AnyRef

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

                                                                                    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. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.syntax

                                                                                    ResourceSyntax

                                                                                    trait ResourceSyntax extends AnyRef

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

                                                                                    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. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/index.html b/api/3.x/cats/effect/kernel/syntax/index.html index 70fd9c0e99..ad7e809b3a 100644 --- a/api/3.x/cats/effect/kernel/syntax/index.html +++ b/api/3.x/cats/effect/kernel/syntax/index.html @@ -1,2 +1,2 @@

                                                                                    package syntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. syntax
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Type Members

                                                                                    1. trait AllSyntax extends MonadCancelSyntax with GenSpawnSyntax with GenTemporalSyntax with GenConcurrentSyntax with AsyncSyntax with ResourceSyntax with ClockSyntax
                                                                                    2. final class AsyncOps[F[_], A] extends AnyVal
                                                                                    3. trait AsyncSyntax extends AnyRef
                                                                                    4. final class ClockOps[F[_], A] extends AnyVal
                                                                                    5. trait ClockSyntax extends AnyRef
                                                                                    6. final class ConcurrentParSequenceNOps[T[_], F[_], A] extends AnyVal
                                                                                    7. final class ConcurrentParTraverseNOps[T[_], A] extends AnyVal
                                                                                    8. final class EffectResourceOps[F[_], A] extends AnyVal
                                                                                    9. final class GenConcurrentOps_[F[_], A] extends AnyVal
                                                                                    10. trait GenConcurrentSyntax extends AnyRef
                                                                                    11. final class GenSpawnOps[F[_], A, E] extends AnyVal
                                                                                    12. final class GenSpawnOps_[F[_], A] extends AnyVal
                                                                                    13. trait GenSpawnSyntax extends AnyRef
                                                                                    14. final class GenTemporalOps[F[_], A, E] extends AnyVal
                                                                                    15. final class GenTemporalOps_[F[_], A] extends AnyVal
                                                                                    16. trait GenTemporalSyntax extends AnyRef
                                                                                    17. final class MonadCancelOps[F[_], A, E] extends AnyVal
                                                                                    18. final class MonadCancelOps_[F[_], A] extends AnyVal
                                                                                    19. trait MonadCancelSyntax extends AnyRef
                                                                                    20. trait ResourceSyntax extends AnyRef

                                                                                    Value Members

                                                                                    1. object GenTemporalOps extends GenTemporalOpsCompanionCompat
                                                                                    2. object GenTemporalOps_ extends GenTemporalOps_CompanionCompat
                                                                                    3. object all extends AllSyntax
                                                                                    4. object async extends AsyncSyntax
                                                                                    5. object clock extends ClockSyntax
                                                                                    6. object concurrent extends GenConcurrentSyntax
                                                                                    7. object monadCancel extends MonadCancelSyntax
                                                                                    8. object resource extends ResourceSyntax
                                                                                    9. object spawn extends GenSpawnSyntax
                                                                                    10. object temporal extends GenTemporalSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    package syntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. syntax
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Type Members

                                                                                    1. trait AllSyntax extends MonadCancelSyntax with GenSpawnSyntax with GenTemporalSyntax with GenConcurrentSyntax with AsyncSyntax with ResourceSyntax with ClockSyntax
                                                                                    2. final class AsyncOps[F[_], A] extends AnyVal
                                                                                    3. trait AsyncSyntax extends AnyRef
                                                                                    4. final class ClockOps[F[_], A] extends AnyVal
                                                                                    5. trait ClockSyntax extends AnyRef
                                                                                    6. final class ConcurrentParSequenceNOps[T[_], F[_], A] extends AnyVal
                                                                                    7. final class ConcurrentParTraverseNOps[T[_], A] extends AnyVal
                                                                                    8. final class EffectResourceOps[F[_], A] extends AnyVal
                                                                                    9. final class GenConcurrentOps_[F[_], A] extends AnyVal
                                                                                    10. trait GenConcurrentSyntax extends AnyRef
                                                                                    11. final class GenSpawnOps[F[_], A, E] extends AnyVal
                                                                                    12. final class GenSpawnOps_[F[_], A] extends AnyVal
                                                                                    13. trait GenSpawnSyntax extends AnyRef
                                                                                    14. final class GenTemporalOps[F[_], A, E] extends AnyVal
                                                                                    15. final class GenTemporalOps_[F[_], A] extends AnyVal
                                                                                    16. trait GenTemporalSyntax extends AnyRef
                                                                                    17. final class MonadCancelOps[F[_], A, E] extends AnyVal
                                                                                    18. final class MonadCancelOps_[F[_], A] extends AnyVal
                                                                                    19. trait MonadCancelSyntax extends AnyRef
                                                                                    20. trait ResourceSyntax extends AnyRef

                                                                                    Value Members

                                                                                    1. object GenTemporalOps extends GenTemporalOpsCompanionCompat
                                                                                    2. object GenTemporalOps_ extends GenTemporalOps_CompanionCompat
                                                                                    3. object all extends AllSyntax
                                                                                    4. object async extends AsyncSyntax
                                                                                    5. object clock extends ClockSyntax
                                                                                    6. object concurrent extends GenConcurrentSyntax
                                                                                    7. object monadCancel extends MonadCancelSyntax
                                                                                    8. object resource extends ResourceSyntax
                                                                                    9. object spawn extends GenSpawnSyntax
                                                                                    10. object temporal extends GenTemporalSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/package$$all$.html b/api/3.x/cats/effect/kernel/syntax/package$$all$.html index eac213d78a..24f36c2e59 100644 --- a/api/3.x/cats/effect/kernel/syntax/package$$all$.html +++ b/api/3.x/cats/effect/kernel/syntax/package$$all$.html @@ -1,2 +1,2 @@

                                                                                    object all extends AllSyntax

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. all
                                                                                    2. AllSyntax
                                                                                    3. ClockSyntax
                                                                                    4. ResourceSyntax
                                                                                    5. AsyncSyntax
                                                                                    6. GenConcurrentSyntax
                                                                                    7. GenTemporalSyntax
                                                                                    8. GenSpawnSyntax
                                                                                    9. MonadCancelSyntax
                                                                                    10. AnyRef
                                                                                    11. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                      Definition Classes
                                                                                      AsyncSyntax
                                                                                    6. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                      Definition Classes
                                                                                      ClockSyntax
                                                                                    7. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    8. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    9. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    10. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                      Definition Classes
                                                                                      ResourceSyntax
                                                                                    11. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    12. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    13. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    14. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    15. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    16. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    17. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    18. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    19. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    20. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    21. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    22. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    23. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    24. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    25. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    26. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    27. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    28. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    29. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    31. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AllSyntax

                                                                                    Inherited from ClockSyntax

                                                                                    Inherited from ResourceSyntax

                                                                                    Inherited from AsyncSyntax

                                                                                    Inherited from GenConcurrentSyntax

                                                                                    Inherited from GenTemporalSyntax

                                                                                    Inherited from GenSpawnSyntax

                                                                                    Inherited from MonadCancelSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object all extends AllSyntax

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. all
                                                                                    2. AllSyntax
                                                                                    3. ClockSyntax
                                                                                    4. ResourceSyntax
                                                                                    5. AsyncSyntax
                                                                                    6. GenConcurrentSyntax
                                                                                    7. GenTemporalSyntax
                                                                                    8. GenSpawnSyntax
                                                                                    9. MonadCancelSyntax
                                                                                    10. AnyRef
                                                                                    11. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                      Definition Classes
                                                                                      AsyncSyntax
                                                                                    6. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                      Definition Classes
                                                                                      ClockSyntax
                                                                                    7. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    8. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    9. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    10. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                      Definition Classes
                                                                                      ResourceSyntax
                                                                                    11. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    12. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    13. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    14. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    15. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    16. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    17. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    18. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    19. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    20. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    21. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    22. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    23. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    24. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    25. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    26. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    27. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    28. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    29. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    31. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AllSyntax

                                                                                    Inherited from ClockSyntax

                                                                                    Inherited from ResourceSyntax

                                                                                    Inherited from AsyncSyntax

                                                                                    Inherited from GenConcurrentSyntax

                                                                                    Inherited from GenTemporalSyntax

                                                                                    Inherited from GenSpawnSyntax

                                                                                    Inherited from MonadCancelSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/package$$async$.html b/api/3.x/cats/effect/kernel/syntax/package$$async$.html index e61b1fb8d3..c187344359 100644 --- a/api/3.x/cats/effect/kernel/syntax/package$$async$.html +++ b/api/3.x/cats/effect/kernel/syntax/package$$async$.html @@ -1,2 +1,2 @@

                                                                                    object async extends AsyncSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. async
                                                                                    2. AsyncSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                      Definition Classes
                                                                                      AsyncSyntax
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AsyncSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object async extends AsyncSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. async
                                                                                    2. AsyncSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                      Definition Classes
                                                                                      AsyncSyntax
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AsyncSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/package$$clock$.html b/api/3.x/cats/effect/kernel/syntax/package$$clock$.html index 768fb96e4d..ec177254ce 100644 --- a/api/3.x/cats/effect/kernel/syntax/package$$clock$.html +++ b/api/3.x/cats/effect/kernel/syntax/package$$clock$.html @@ -1,2 +1,2 @@

                                                                                    object clock extends ClockSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. clock
                                                                                    2. ClockSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                      Definition Classes
                                                                                      ClockSyntax
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ClockSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object clock extends ClockSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. clock
                                                                                    2. ClockSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                      Definition Classes
                                                                                      ClockSyntax
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ClockSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/package$$concurrent$.html b/api/3.x/cats/effect/kernel/syntax/package$$concurrent$.html index c41a089d95..539e2b1d33 100644 --- a/api/3.x/cats/effect/kernel/syntax/package$$concurrent$.html +++ b/api/3.x/cats/effect/kernel/syntax/package$$concurrent$.html @@ -1,2 +1,2 @@

                                                                                    object concurrent extends GenConcurrentSyntax

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. concurrent
                                                                                    2. GenConcurrentSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    7. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    12. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    14. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from GenConcurrentSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object concurrent extends GenConcurrentSyntax

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. concurrent
                                                                                    2. GenConcurrentSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    7. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenConcurrentSyntax
                                                                                    12. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    14. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from GenConcurrentSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/package$$monadCancel$.html b/api/3.x/cats/effect/kernel/syntax/package$$monadCancel$.html index bcd3298f00..6f7a310a61 100644 --- a/api/3.x/cats/effect/kernel/syntax/package$$monadCancel$.html +++ b/api/3.x/cats/effect/kernel/syntax/package$$monadCancel$.html @@ -1,2 +1,2 @@

                                                                                    object monadCancel extends MonadCancelSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. monadCancel
                                                                                    2. MonadCancelSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    13. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from MonadCancelSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object monadCancel extends MonadCancelSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. monadCancel
                                                                                    2. MonadCancelSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    13. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                      Definition Classes
                                                                                      MonadCancelSyntax
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from MonadCancelSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/package$$resource$.html b/api/3.x/cats/effect/kernel/syntax/package$$resource$.html index f58f9dd725..bdec4dd561 100644 --- a/api/3.x/cats/effect/kernel/syntax/package$$resource$.html +++ b/api/3.x/cats/effect/kernel/syntax/package$$resource$.html @@ -1,2 +1,2 @@

                                                                                    object resource extends ResourceSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. resource
                                                                                    2. ResourceSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                      Definition Classes
                                                                                      ResourceSyntax
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ResourceSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object resource extends ResourceSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. resource
                                                                                    2. ResourceSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                      Definition Classes
                                                                                      ResourceSyntax
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    18. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ResourceSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/package$$spawn$.html b/api/3.x/cats/effect/kernel/syntax/package$$spawn$.html index 6cd963333d..e0f7f162cc 100644 --- a/api/3.x/cats/effect/kernel/syntax/package$$spawn$.html +++ b/api/3.x/cats/effect/kernel/syntax/package$$spawn$.html @@ -1,2 +1,2 @@

                                                                                    object spawn extends GenSpawnSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. spawn
                                                                                    2. GenSpawnSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    10. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from GenSpawnSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object spawn extends GenSpawnSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. spawn
                                                                                    2. GenSpawnSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    10. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenSpawnSyntax
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from GenSpawnSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/syntax/package$$temporal$.html b/api/3.x/cats/effect/kernel/syntax/package$$temporal$.html index ee4276808b..9929da7ffb 100644 --- a/api/3.x/cats/effect/kernel/syntax/package$$temporal$.html +++ b/api/3.x/cats/effect/kernel/syntax/package$$temporal$.html @@ -1,2 +1,2 @@

                                                                                    object temporal extends GenTemporalSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. temporal
                                                                                    2. GenTemporalSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    10. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from GenTemporalSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object temporal extends GenTemporalSyntax

                                                                                    Source
                                                                                    package.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. temporal
                                                                                    2. GenTemporalSyntax
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    10. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                      Definition Classes
                                                                                      GenTemporalSyntax
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from GenTemporalSyntax

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/ApplicativeErrorGenerators.html b/api/3.x/cats/effect/kernel/testkit/ApplicativeErrorGenerators.html index 3ccb2722b7..f5d6be7463 100644 --- a/api/3.x/cats/effect/kernel/testkit/ApplicativeErrorGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/ApplicativeErrorGenerators.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    ApplicativeErrorGenerators

                                                                                    trait ApplicativeErrorGenerators[F[_], E] extends ApplicativeGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ApplicativeErrorGenerators
                                                                                    2. ApplicativeGenerators
                                                                                    3. Generators1
                                                                                    4. Serializable
                                                                                    5. AnyRef
                                                                                    6. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: ApplicativeError[F, E]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[E]
                                                                                    3. implicit abstract val cogenE: Cogen[E]

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    ApplicativeErrorGenerators

                                                                                    trait ApplicativeErrorGenerators[F[_], E] extends ApplicativeGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ApplicativeErrorGenerators
                                                                                    2. ApplicativeGenerators
                                                                                    3. Generators1
                                                                                    4. Serializable
                                                                                    5. AnyRef
                                                                                    6. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: ApplicativeError[F, E]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[E]
                                                                                    3. implicit abstract val cogenE: Cogen[E]

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/ApplicativeGenerators.html b/api/3.x/cats/effect/kernel/testkit/ApplicativeGenerators.html index e6735b4c24..88aff8abc0 100644 --- a/api/3.x/cats/effect/kernel/testkit/ApplicativeGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/ApplicativeGenerators.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    ApplicativeGenerators

                                                                                    trait ApplicativeGenerators[F[_]] extends Generators1[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ApplicativeGenerators
                                                                                    2. Generators1
                                                                                    3. Serializable
                                                                                    4. AnyRef
                                                                                    5. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Applicative[F]

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeGeneratorsGenerators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    ApplicativeGenerators

                                                                                    trait ApplicativeGenerators[F[_]] extends Generators1[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ApplicativeGenerators
                                                                                    2. Generators1
                                                                                    3. Serializable
                                                                                    4. AnyRef
                                                                                    5. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Applicative[F]

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeGeneratorsGenerators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/AsyncGenerators.html b/api/3.x/cats/effect/kernel/testkit/AsyncGenerators.html index 8b131140d2..128f59bfc5 100644 --- a/api/3.x/cats/effect/kernel/testkit/AsyncGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/AsyncGenerators.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    AsyncGenerators

                                                                                    trait AsyncGenerators[F[_]] extends GenTemporalGenerators[F, Throwable] with SyncGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. AsyncGenerators
                                                                                    2. SyncGenerators
                                                                                    3. GenTemporalGenerators
                                                                                    4. ClockGenerators
                                                                                    5. GenSpawnGenerators
                                                                                    6. MonadCancelGenerators
                                                                                    7. MonadErrorGenerators
                                                                                    8. ApplicativeErrorGenerators
                                                                                    9. MonadGenerators
                                                                                    10. ApplicativeGenerators
                                                                                    11. Generators1
                                                                                    12. Serializable
                                                                                    13. AnyRef
                                                                                    14. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Async[F]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val arbitraryEC: Arbitrary[ExecutionContext]
                                                                                      Attributes
                                                                                      protected
                                                                                    4. implicit abstract val arbitraryFD: Arbitrary[FiniteDuration]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ClockGenerators
                                                                                    5. implicit abstract val cogenE: Cogen[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    6. implicit abstract val cogenFU: Cogen[F[Unit]]
                                                                                      Attributes
                                                                                      protected

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      SyncGeneratorsClockGeneratorsApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from SyncGenerators[F]

                                                                                    Inherited from GenTemporalGenerators[F, Throwable]

                                                                                    Inherited from ClockGenerators[F]

                                                                                    Inherited from GenSpawnGenerators[F, Throwable]

                                                                                    Inherited from MonadCancelGenerators[F, Throwable]

                                                                                    Inherited from MonadErrorGenerators[F, Throwable]

                                                                                    Inherited from ApplicativeErrorGenerators[F, Throwable]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    AsyncGenerators

                                                                                    trait AsyncGenerators[F[_]] extends GenTemporalGenerators[F, Throwable] with SyncGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. AsyncGenerators
                                                                                    2. SyncGenerators
                                                                                    3. GenTemporalGenerators
                                                                                    4. ClockGenerators
                                                                                    5. GenSpawnGenerators
                                                                                    6. MonadCancelGenerators
                                                                                    7. MonadErrorGenerators
                                                                                    8. ApplicativeErrorGenerators
                                                                                    9. MonadGenerators
                                                                                    10. ApplicativeGenerators
                                                                                    11. Generators1
                                                                                    12. Serializable
                                                                                    13. AnyRef
                                                                                    14. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Async[F]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val arbitraryEC: Arbitrary[ExecutionContext]
                                                                                      Attributes
                                                                                      protected
                                                                                    4. implicit abstract val arbitraryFD: Arbitrary[FiniteDuration]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ClockGenerators
                                                                                    5. implicit abstract val cogenE: Cogen[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    6. implicit abstract val cogenFU: Cogen[F[Unit]]
                                                                                      Attributes
                                                                                      protected

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      SyncGeneratorsClockGeneratorsApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from SyncGenerators[F]

                                                                                    Inherited from GenTemporalGenerators[F, Throwable]

                                                                                    Inherited from ClockGenerators[F]

                                                                                    Inherited from GenSpawnGenerators[F, Throwable]

                                                                                    Inherited from MonadCancelGenerators[F, Throwable]

                                                                                    Inherited from MonadErrorGenerators[F, Throwable]

                                                                                    Inherited from ApplicativeErrorGenerators[F, Throwable]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/AsyncGeneratorsWithoutEvalShift.html b/api/3.x/cats/effect/kernel/testkit/AsyncGeneratorsWithoutEvalShift.html index 97dd2b88be..a6d0becbdc 100644 --- a/api/3.x/cats/effect/kernel/testkit/AsyncGeneratorsWithoutEvalShift.html +++ b/api/3.x/cats/effect/kernel/testkit/AsyncGeneratorsWithoutEvalShift.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    AsyncGeneratorsWithoutEvalShift

                                                                                    trait AsyncGeneratorsWithoutEvalShift[F[_]] extends GenTemporalGenerators[F, Throwable] with SyncGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. AsyncGeneratorsWithoutEvalShift
                                                                                    2. SyncGenerators
                                                                                    3. GenTemporalGenerators
                                                                                    4. ClockGenerators
                                                                                    5. GenSpawnGenerators
                                                                                    6. MonadCancelGenerators
                                                                                    7. MonadErrorGenerators
                                                                                    8. ApplicativeErrorGenerators
                                                                                    9. MonadGenerators
                                                                                    10. ApplicativeGenerators
                                                                                    11. Generators1
                                                                                    12. Serializable
                                                                                    13. AnyRef
                                                                                    14. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Async[F]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val arbitraryFD: Arbitrary[FiniteDuration]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ClockGenerators
                                                                                    4. implicit abstract val cogenE: Cogen[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      SyncGeneratorsClockGeneratorsApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit val cogenFU: Cogen[F[Unit]]
                                                                                      Attributes
                                                                                      protected
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    12. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    14. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    15. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    16. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    19. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    20. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    21. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    22. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    24. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from SyncGenerators[F]

                                                                                    Inherited from GenTemporalGenerators[F, Throwable]

                                                                                    Inherited from ClockGenerators[F]

                                                                                    Inherited from GenSpawnGenerators[F, Throwable]

                                                                                    Inherited from MonadCancelGenerators[F, Throwable]

                                                                                    Inherited from MonadErrorGenerators[F, Throwable]

                                                                                    Inherited from ApplicativeErrorGenerators[F, Throwable]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    AsyncGeneratorsWithoutEvalShift

                                                                                    trait AsyncGeneratorsWithoutEvalShift[F[_]] extends GenTemporalGenerators[F, Throwable] with SyncGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. AsyncGeneratorsWithoutEvalShift
                                                                                    2. SyncGenerators
                                                                                    3. GenTemporalGenerators
                                                                                    4. ClockGenerators
                                                                                    5. GenSpawnGenerators
                                                                                    6. MonadCancelGenerators
                                                                                    7. MonadErrorGenerators
                                                                                    8. ApplicativeErrorGenerators
                                                                                    9. MonadGenerators
                                                                                    10. ApplicativeGenerators
                                                                                    11. Generators1
                                                                                    12. Serializable
                                                                                    13. AnyRef
                                                                                    14. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Async[F]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val arbitraryFD: Arbitrary[FiniteDuration]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ClockGenerators
                                                                                    4. implicit abstract val cogenE: Cogen[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      SyncGeneratorsClockGeneratorsApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit val cogenFU: Cogen[F[Unit]]
                                                                                      Attributes
                                                                                      protected
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    12. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    14. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    15. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    16. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    17. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    19. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    20. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    21. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    22. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    24. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from SyncGenerators[F]

                                                                                    Inherited from GenTemporalGenerators[F, Throwable]

                                                                                    Inherited from ClockGenerators[F]

                                                                                    Inherited from GenSpawnGenerators[F, Throwable]

                                                                                    Inherited from MonadCancelGenerators[F, Throwable]

                                                                                    Inherited from MonadErrorGenerators[F, Throwable]

                                                                                    Inherited from ApplicativeErrorGenerators[F, Throwable]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/ClockGenerators.html b/api/3.x/cats/effect/kernel/testkit/ClockGenerators.html index 4ceadf091a..ce53f688d2 100644 --- a/api/3.x/cats/effect/kernel/testkit/ClockGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/ClockGenerators.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    ClockGenerators

                                                                                    trait ClockGenerators[F[_]] extends Generators1[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ClockGenerators
                                                                                    2. Generators1
                                                                                    3. Serializable
                                                                                    4. AnyRef
                                                                                    5. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Clock[F]
                                                                                    2. implicit abstract val arbitraryFD: Arbitrary[FiniteDuration]
                                                                                      Attributes
                                                                                      protected

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ClockGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    ClockGenerators

                                                                                    trait ClockGenerators[F[_]] extends Generators1[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ClockGenerators
                                                                                    2. Generators1
                                                                                    3. Serializable
                                                                                    4. AnyRef
                                                                                    5. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Clock[F]
                                                                                    2. implicit abstract val arbitraryFD: Arbitrary[FiniteDuration]
                                                                                      Attributes
                                                                                      protected

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ClockGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/FreeSyncEq.html b/api/3.x/cats/effect/kernel/testkit/FreeSyncEq.html index 58354e0533..0b962f6a79 100644 --- a/api/3.x/cats/effect/kernel/testkit/FreeSyncEq.html +++ b/api/3.x/cats/effect/kernel/testkit/FreeSyncEq.html @@ -1,2 +1,2 @@

                                                                                    trait FreeSyncEq extends AnyRef

                                                                                    Source
                                                                                    freeEval.scala
                                                                                    Linear Supertypes
                                                                                    Known Subclasses
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. FreeSyncEq
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def eqFreeSync[F[_], A](implicit arg0: Monad[F], F: Eq[F[A]]): Eq[FreeT[Eval, F, A]]
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. def run[F[_], A](ft: FreeT[Eval, F, A])(implicit arg0: Monad[F]): F[A]
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    trait FreeSyncEq extends AnyRef

                                                                                    Source
                                                                                    freeEval.scala
                                                                                    Linear Supertypes
                                                                                    Known Subclasses
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. FreeSyncEq
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def eqFreeSync[F[_], A](implicit arg0: Monad[F], F: Eq[F[A]]): Eq[FreeT[Eval, F, A]]
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    11. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. def run[F[_], A](ft: FreeT[Eval, F, A])(implicit arg0: Monad[F]): F[A]
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/FreeSyncGenerators$.html b/api/3.x/cats/effect/kernel/testkit/FreeSyncGenerators$.html index 815e89a646..27facd537a 100644 --- a/api/3.x/cats/effect/kernel/testkit/FreeSyncGenerators$.html +++ b/api/3.x/cats/effect/kernel/testkit/FreeSyncGenerators$.html @@ -1,2 +1,2 @@
                                                                                    o

                                                                                    cats.effect.kernel.testkit

                                                                                    FreeSyncGenerators

                                                                                    object FreeSyncGenerators

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

                                                                                    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. implicit def arbitraryFreeSync[F[_], A](implicit arg0: Arbitrary[A], arg1: Cogen[A], F: MonadError[F, Throwable]): Arbitrary[FreeT[Eval, F, A]]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def cogenFreeSync[F[_], A](implicit arg0: Monad[F], C: Cogen[F[A]]): Cogen[FreeT[Eval, F, A]]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. def generators[F[_]](implicit F0: MonadError[F, Throwable]): SyncGenerators[[γ$0$]FreeT[Eval, F, γ$0$]]
                                                                                    12. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    14. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    o

                                                                                    cats.effect.kernel.testkit

                                                                                    FreeSyncGenerators

                                                                                    object FreeSyncGenerators

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

                                                                                    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. implicit def arbitraryFreeSync[F[_], A](implicit arg0: Arbitrary[A], arg1: Cogen[A], F: MonadError[F, Throwable]): Arbitrary[FreeT[Eval, F, A]]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def cogenFreeSync[F[_], A](implicit arg0: Monad[F], C: Cogen[F[A]]): Cogen[FreeT[Eval, F, A]]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. def generators[F[_]](implicit F0: MonadError[F, Throwable]): SyncGenerators[[γ$0$]FreeT[Eval, F, γ$0$]]
                                                                                    12. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    14. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/GenK.html b/api/3.x/cats/effect/kernel/testkit/GenK.html index dbfb62ca79..de1aa2cf78 100644 --- a/api/3.x/cats/effect/kernel/testkit/GenK.html +++ b/api/3.x/cats/effect/kernel/testkit/GenK.html @@ -1,2 +1,2 @@

                                                                                    trait GenK[F[_]] extends Serializable

                                                                                    Source
                                                                                    Generators.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenK
                                                                                    2. Serializable
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. abstract def apply[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]

                                                                                    Concrete 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 Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    trait GenK[F[_]] extends Serializable

                                                                                    Source
                                                                                    Generators.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenK
                                                                                    2. Serializable
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. abstract def apply[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]

                                                                                    Concrete 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 Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/GenSpawnGenerators.html b/api/3.x/cats/effect/kernel/testkit/GenSpawnGenerators.html index 1a337abe89..66decf64e7 100644 --- a/api/3.x/cats/effect/kernel/testkit/GenSpawnGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/GenSpawnGenerators.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    GenSpawnGenerators

                                                                                    trait GenSpawnGenerators[F[_], E] extends MonadCancelGenerators[F, E]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenSpawnGenerators
                                                                                    2. MonadCancelGenerators
                                                                                    3. MonadErrorGenerators
                                                                                    4. ApplicativeErrorGenerators
                                                                                    5. MonadGenerators
                                                                                    6. ApplicativeGenerators
                                                                                    7. Generators1
                                                                                    8. Serializable
                                                                                    9. AnyRef
                                                                                    10. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: GenSpawn[F, E]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val cogenE: Cogen[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from MonadCancelGenerators[F, E]

                                                                                    Inherited from MonadErrorGenerators[F, E]

                                                                                    Inherited from ApplicativeErrorGenerators[F, E]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    GenSpawnGenerators

                                                                                    trait GenSpawnGenerators[F[_], E] extends MonadCancelGenerators[F, E]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenSpawnGenerators
                                                                                    2. MonadCancelGenerators
                                                                                    3. MonadErrorGenerators
                                                                                    4. ApplicativeErrorGenerators
                                                                                    5. MonadGenerators
                                                                                    6. ApplicativeGenerators
                                                                                    7. Generators1
                                                                                    8. Serializable
                                                                                    9. AnyRef
                                                                                    10. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: GenSpawn[F, E]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val cogenE: Cogen[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from MonadCancelGenerators[F, E]

                                                                                    Inherited from MonadErrorGenerators[F, E]

                                                                                    Inherited from ApplicativeErrorGenerators[F, E]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/GenTemporalGenerators.html b/api/3.x/cats/effect/kernel/testkit/GenTemporalGenerators.html index 5608eacccb..2cd4dbf25d 100644 --- a/api/3.x/cats/effect/kernel/testkit/GenTemporalGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/GenTemporalGenerators.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    GenTemporalGenerators

                                                                                    trait GenTemporalGenerators[F[_], E] extends GenSpawnGenerators[F, E] with ClockGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenTemporalGenerators
                                                                                    2. ClockGenerators
                                                                                    3. GenSpawnGenerators
                                                                                    4. MonadCancelGenerators
                                                                                    5. MonadErrorGenerators
                                                                                    6. ApplicativeErrorGenerators
                                                                                    7. MonadGenerators
                                                                                    8. ApplicativeGenerators
                                                                                    9. Generators1
                                                                                    10. Serializable
                                                                                    11. AnyRef
                                                                                    12. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: GenTemporal[F, E]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val arbitraryFD: Arbitrary[FiniteDuration]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ClockGenerators
                                                                                    4. implicit abstract val cogenE: Cogen[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ClockGenerators[F]

                                                                                    Inherited from GenSpawnGenerators[F, E]

                                                                                    Inherited from MonadCancelGenerators[F, E]

                                                                                    Inherited from MonadErrorGenerators[F, E]

                                                                                    Inherited from ApplicativeErrorGenerators[F, E]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    GenTemporalGenerators

                                                                                    trait GenTemporalGenerators[F[_], E] extends GenSpawnGenerators[F, E] with ClockGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. GenTemporalGenerators
                                                                                    2. ClockGenerators
                                                                                    3. GenSpawnGenerators
                                                                                    4. MonadCancelGenerators
                                                                                    5. MonadErrorGenerators
                                                                                    6. ApplicativeErrorGenerators
                                                                                    7. MonadGenerators
                                                                                    8. ApplicativeGenerators
                                                                                    9. Generators1
                                                                                    10. Serializable
                                                                                    11. AnyRef
                                                                                    12. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: GenTemporal[F, E]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val arbitraryFD: Arbitrary[FiniteDuration]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ClockGenerators
                                                                                    4. implicit abstract val cogenE: Cogen[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ClockGenerators[F]

                                                                                    Inherited from GenSpawnGenerators[F, E]

                                                                                    Inherited from MonadCancelGenerators[F, E]

                                                                                    Inherited from MonadErrorGenerators[F, E]

                                                                                    Inherited from ApplicativeErrorGenerators[F, E]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/Generators1.html b/api/3.x/cats/effect/kernel/testkit/Generators1.html index 8dd0b202e4..25e1d78b89 100644 --- a/api/3.x/cats/effect/kernel/testkit/Generators1.html +++ b/api/3.x/cats/effect/kernel/testkit/Generators1.html @@ -1,2 +1,2 @@

                                                                                    trait Generators1[F[_]] extends Serializable

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. Generators1
                                                                                    2. Serializable
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    trait Generators1[F[_]] extends Serializable

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. Generators1
                                                                                    2. Serializable
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/MonadCancelGenerators.html b/api/3.x/cats/effect/kernel/testkit/MonadCancelGenerators.html index b29aa95671..cf03ae4572 100644 --- a/api/3.x/cats/effect/kernel/testkit/MonadCancelGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/MonadCancelGenerators.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    MonadCancelGenerators

                                                                                    trait MonadCancelGenerators[F[_], E] extends MonadErrorGenerators[F, E]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. MonadCancelGenerators
                                                                                    2. MonadErrorGenerators
                                                                                    3. ApplicativeErrorGenerators
                                                                                    4. MonadGenerators
                                                                                    5. ApplicativeGenerators
                                                                                    6. Generators1
                                                                                    7. Serializable
                                                                                    8. AnyRef
                                                                                    9. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: MonadCancel[F, E]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val cogenE: Cogen[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      MonadCancelGeneratorsApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from MonadErrorGenerators[F, E]

                                                                                    Inherited from ApplicativeErrorGenerators[F, E]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    MonadCancelGenerators

                                                                                    trait MonadCancelGenerators[F[_], E] extends MonadErrorGenerators[F, E]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. MonadCancelGenerators
                                                                                    2. MonadErrorGenerators
                                                                                    3. ApplicativeErrorGenerators
                                                                                    4. MonadGenerators
                                                                                    5. ApplicativeGenerators
                                                                                    6. Generators1
                                                                                    7. Serializable
                                                                                    8. AnyRef
                                                                                    9. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: MonadCancel[F, E]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val cogenE: Cogen[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      MonadCancelGeneratorsApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from MonadErrorGenerators[F, E]

                                                                                    Inherited from ApplicativeErrorGenerators[F, E]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/MonadErrorGenerators.html b/api/3.x/cats/effect/kernel/testkit/MonadErrorGenerators.html index 1d5ae9276d..6d9fed4ef8 100644 --- a/api/3.x/cats/effect/kernel/testkit/MonadErrorGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/MonadErrorGenerators.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    MonadErrorGenerators

                                                                                    trait MonadErrorGenerators[F[_], E] extends MonadGenerators[F] with ApplicativeErrorGenerators[F, E]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. MonadErrorGenerators
                                                                                    2. ApplicativeErrorGenerators
                                                                                    3. MonadGenerators
                                                                                    4. ApplicativeGenerators
                                                                                    5. Generators1
                                                                                    6. Serializable
                                                                                    7. AnyRef
                                                                                    8. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: MonadError[F, E]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val cogenE: Cogen[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ApplicativeErrorGenerators[F, E]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    MonadErrorGenerators

                                                                                    trait MonadErrorGenerators[F[_], E] extends MonadGenerators[F] with ApplicativeErrorGenerators[F, E]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. MonadErrorGenerators
                                                                                    2. ApplicativeErrorGenerators
                                                                                    3. MonadGenerators
                                                                                    4. ApplicativeGenerators
                                                                                    5. Generators1
                                                                                    6. Serializable
                                                                                    7. AnyRef
                                                                                    8. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: MonadError[F, E]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val cogenE: Cogen[E]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ApplicativeErrorGenerators[F, E]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/MonadGenerators.html b/api/3.x/cats/effect/kernel/testkit/MonadGenerators.html index 674558ac7e..e2c6051cfd 100644 --- a/api/3.x/cats/effect/kernel/testkit/MonadGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/MonadGenerators.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    MonadGenerators

                                                                                    trait MonadGenerators[F[_]] extends ApplicativeGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. MonadGenerators
                                                                                    2. ApplicativeGenerators
                                                                                    3. Generators1
                                                                                    4. Serializable
                                                                                    5. AnyRef
                                                                                    6. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Monad[F]

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      MonadGeneratorsApplicativeGeneratorsGenerators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    MonadGenerators

                                                                                    trait MonadGenerators[F[_]] extends ApplicativeGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. MonadGenerators
                                                                                    2. ApplicativeGenerators
                                                                                    3. Generators1
                                                                                    4. Serializable
                                                                                    5. AnyRef
                                                                                    6. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Monad[F]

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      MonadGeneratorsApplicativeGeneratorsGenerators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/OutcomeGenerators$.html b/api/3.x/cats/effect/kernel/testkit/OutcomeGenerators$.html index 4ede1d63b8..91ab14b08c 100644 --- a/api/3.x/cats/effect/kernel/testkit/OutcomeGenerators$.html +++ b/api/3.x/cats/effect/kernel/testkit/OutcomeGenerators$.html @@ -1,2 +1,2 @@

                                                                                    object OutcomeGenerators extends OutcomeGenerators

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. OutcomeGenerators
                                                                                    2. OutcomeGenerators
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def arbitraryOutcome[F[_], E, A](implicit arg0: Applicative[F], arg1: Arbitrary[E], arg2: Cogen[E], arg3: Arbitrary[A], arg4: Cogen[A]): Arbitrary[Outcome[F, E, A]]
                                                                                      Definition Classes
                                                                                      OutcomeGenerators
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def cogenOutcome[F[_], E, A](implicit arg0: Cogen[E], A: Cogen[F[A]]): Cogen[Outcome[F, E, A]]
                                                                                      Definition Classes
                                                                                      OutcomeGenerators
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. def outcomeGenerators[F[_], E](implicit arg0: Applicative[F], arg1: Arbitrary[E], arg2: Cogen[E]): ApplicativeErrorGenerators[[γ$0$]Outcome[F, E, γ$0$], E]
                                                                                      Definition Classes
                                                                                      OutcomeGenerators
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from OutcomeGenerators

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object OutcomeGenerators extends OutcomeGenerators

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. OutcomeGenerators
                                                                                    2. OutcomeGenerators
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def arbitraryOutcome[F[_], E, A](implicit arg0: Applicative[F], arg1: Arbitrary[E], arg2: Cogen[E], arg3: Arbitrary[A], arg4: Cogen[A]): Arbitrary[Outcome[F, E, A]]
                                                                                      Definition Classes
                                                                                      OutcomeGenerators
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def cogenOutcome[F[_], E, A](implicit arg0: Cogen[E], A: Cogen[F[A]]): Cogen[Outcome[F, E, A]]
                                                                                      Definition Classes
                                                                                      OutcomeGenerators
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. def outcomeGenerators[F[_], E](implicit arg0: Applicative[F], arg1: Arbitrary[E], arg2: Cogen[E]): ApplicativeErrorGenerators[[γ$0$]Outcome[F, E, γ$0$], E]
                                                                                      Definition Classes
                                                                                      OutcomeGenerators
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from OutcomeGenerators

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/OutcomeGenerators.html b/api/3.x/cats/effect/kernel/testkit/OutcomeGenerators.html index 2a12b2967f..1a8b36c59f 100644 --- a/api/3.x/cats/effect/kernel/testkit/OutcomeGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/OutcomeGenerators.html @@ -1,2 +1,2 @@

                                                                                    trait OutcomeGenerators extends AnyRef

                                                                                    Source
                                                                                    Generators.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. OutcomeGenerators
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def arbitraryOutcome[F[_], E, A](implicit arg0: Applicative[F], arg1: Arbitrary[E], arg2: Cogen[E], arg3: Arbitrary[A], arg4: Cogen[A]): Arbitrary[Outcome[F, E, A]]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def cogenOutcome[F[_], E, A](implicit arg0: Cogen[E], A: Cogen[F[A]]): Cogen[Outcome[F, E, A]]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. def outcomeGenerators[F[_], E](implicit arg0: Applicative[F], arg1: Arbitrary[E], arg2: Cogen[E]): ApplicativeErrorGenerators[[γ$0$]Outcome[F, E, γ$0$], E]
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    trait OutcomeGenerators extends AnyRef

                                                                                    Source
                                                                                    Generators.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. OutcomeGenerators
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def arbitraryOutcome[F[_], E, A](implicit arg0: Applicative[F], arg1: Arbitrary[E], arg2: Cogen[E], arg3: Arbitrary[A], arg4: Cogen[A]): Arbitrary[Outcome[F, E, A]]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def cogenOutcome[F[_], E, A](implicit arg0: Cogen[E], A: Cogen[F[A]]): Cogen[Outcome[F, E, A]]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. def outcomeGenerators[F[_], E](implicit arg0: Applicative[F], arg1: Arbitrary[E], arg2: Cogen[E]): ApplicativeErrorGenerators[[γ$0$]Outcome[F, E, γ$0$], E]
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/ParallelFGenerators$.html b/api/3.x/cats/effect/kernel/testkit/ParallelFGenerators$.html index af0f1c1ed9..c720c66061 100644 --- a/api/3.x/cats/effect/kernel/testkit/ParallelFGenerators$.html +++ b/api/3.x/cats/effect/kernel/testkit/ParallelFGenerators$.html @@ -1,2 +1,2 @@

                                                                                    object ParallelFGenerators extends ParallelFGenerators

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ParallelFGenerators
                                                                                    2. ParallelFGenerators
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def arbitraryParallelF[F[_], A](implicit ArbF: Arbitrary[F[A]]): Arbitrary[ParallelF[F, A]]
                                                                                      Definition Classes
                                                                                      ParallelFGenerators
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. implicit def eqParallelF[F[_], A](implicit EqF: Eq[F[A]]): Eq[ParallelF[F, A]]
                                                                                      Definition Classes
                                                                                      ParallelFGenerators
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ParallelFGenerators

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object ParallelFGenerators extends ParallelFGenerators

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ParallelFGenerators
                                                                                    2. ParallelFGenerators
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def arbitraryParallelF[F[_], A](implicit ArbF: Arbitrary[F[A]]): Arbitrary[ParallelF[F, A]]
                                                                                      Definition Classes
                                                                                      ParallelFGenerators
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. implicit def eqParallelF[F[_], A](implicit EqF: Eq[F[A]]): Eq[ParallelF[F, A]]
                                                                                      Definition Classes
                                                                                      ParallelFGenerators
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ParallelFGenerators

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/ParallelFGenerators.html b/api/3.x/cats/effect/kernel/testkit/ParallelFGenerators.html index feead3bd1e..72996d4b4a 100644 --- a/api/3.x/cats/effect/kernel/testkit/ParallelFGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/ParallelFGenerators.html @@ -1,2 +1,2 @@

                                                                                    trait ParallelFGenerators extends AnyRef

                                                                                    Source
                                                                                    Generators.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ParallelFGenerators
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def arbitraryParallelF[F[_], A](implicit ArbF: Arbitrary[F[A]]): Arbitrary[ParallelF[F, A]]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. implicit def eqParallelF[F[_], A](implicit EqF: Eq[F[A]]): Eq[ParallelF[F, A]]
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    trait ParallelFGenerators extends AnyRef

                                                                                    Source
                                                                                    Generators.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ParallelFGenerators
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit def arbitraryParallelF[F[_], A](implicit ArbF: Arbitrary[F[A]]): Arbitrary[ParallelF[F, A]]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. implicit def eqParallelF[F[_], A](implicit EqF: Eq[F[A]]): Eq[ParallelF[F, A]]
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/PureConcGenerators$.html b/api/3.x/cats/effect/kernel/testkit/PureConcGenerators$.html index 2b3840f9bd..8418604c1e 100644 --- a/api/3.x/cats/effect/kernel/testkit/PureConcGenerators$.html +++ b/api/3.x/cats/effect/kernel/testkit/PureConcGenerators$.html @@ -1,2 +1,2 @@
                                                                                    o

                                                                                    cats.effect.kernel.testkit

                                                                                    PureConcGenerators

                                                                                    object PureConcGenerators

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

                                                                                    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. implicit def arbitraryPureConc[E, A](implicit arg0: Arbitrary[E], arg1: Cogen[E], arg2: Arbitrary[A], arg3: Cogen[A]): Arbitrary[PureConc[E, A]]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def cogenPureConc[E, A](implicit arg0: Cogen[E], arg1: Cogen[A]): Cogen[PureConc[E, A]]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. def generators[E](implicit arg0: Arbitrary[E], arg1: Cogen[E]): GenSpawnGenerators[[β$0$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$0$], E] { def cogenCase[A](implicit evidence$5: org.scalacheck.Cogen[A]): org.scalacheck.Cogen[cats.effect.kernel.Outcome[[β$2$]cats.data.Kleisli[[β$2$]cats.free.FreeT[coop.ThreadF,[β$1$]cats.data.Kleisli[[β$0$]cats.effect.kernel.Outcome[[A]A,E,β$0$],cats.effect.kernel.testkit.pure.FiberCtx[E],β$1$],β$2$],coop.UnsafeRef[scala.collection.immutable.Map[coop.MVar[Any],Any]],β$2$],E,A]] }
                                                                                    12. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    14. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    o

                                                                                    cats.effect.kernel.testkit

                                                                                    PureConcGenerators

                                                                                    object PureConcGenerators

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

                                                                                    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. implicit def arbitraryPureConc[E, A](implicit arg0: Arbitrary[E], arg1: Cogen[E], arg2: Arbitrary[A], arg3: Cogen[A]): Arbitrary[PureConc[E, A]]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit def cogenPureConc[E, A](implicit arg0: Cogen[E], arg1: Cogen[A]): Cogen[PureConc[E, A]]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. def generators[E](implicit arg0: Arbitrary[E], arg1: Cogen[E]): GenSpawnGenerators[[β$0$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$0$], E] { def cogenCase[A](implicit evidence$5: org.scalacheck.Cogen[A]): org.scalacheck.Cogen[cats.effect.kernel.Outcome[[β$2$]cats.data.Kleisli[[β$2$]cats.free.FreeT[coop.ThreadF,[β$1$]cats.data.Kleisli[[β$0$]cats.effect.kernel.Outcome[[A]A,E,β$0$],cats.effect.kernel.testkit.pure.FiberCtx[E],β$1$],β$2$],coop.UnsafeRef[scala.collection.immutable.Map[coop.MVar[Any],Any]],β$2$],E,A]] }
                                                                                    12. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    14. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    20. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/SyncGenerators.html b/api/3.x/cats/effect/kernel/testkit/SyncGenerators.html index 87c74a939a..20f8976c98 100644 --- a/api/3.x/cats/effect/kernel/testkit/SyncGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/SyncGenerators.html @@ -1,2 +1,2 @@
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    SyncGenerators

                                                                                    trait SyncGenerators[F[_]] extends MonadErrorGenerators[F, Throwable] with ClockGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. SyncGenerators
                                                                                    2. ClockGenerators
                                                                                    3. MonadErrorGenerators
                                                                                    4. ApplicativeErrorGenerators
                                                                                    5. MonadGenerators
                                                                                    6. ApplicativeGenerators
                                                                                    7. Generators1
                                                                                    8. Serializable
                                                                                    9. AnyRef
                                                                                    10. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Sync[F]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val arbitraryFD: Arbitrary[FiniteDuration]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ClockGenerators
                                                                                    4. implicit abstract val cogenE: Cogen[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      SyncGeneratorsClockGeneratorsApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ClockGenerators[F]

                                                                                    Inherited from MonadErrorGenerators[F, Throwable]

                                                                                    Inherited from ApplicativeErrorGenerators[F, Throwable]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';
                                                                                    t

                                                                                    cats.effect.kernel.testkit

                                                                                    SyncGenerators

                                                                                    trait SyncGenerators[F[_]] extends MonadErrorGenerators[F, Throwable] with ClockGenerators[F]

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. SyncGenerators
                                                                                    2. ClockGenerators
                                                                                    3. MonadErrorGenerators
                                                                                    4. ApplicativeErrorGenerators
                                                                                    5. MonadGenerators
                                                                                    6. ApplicativeGenerators
                                                                                    7. Generators1
                                                                                    8. Serializable
                                                                                    9. AnyRef
                                                                                    10. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Abstract Value Members

                                                                                    1. implicit abstract val F: Sync[F]
                                                                                    2. implicit abstract val arbitraryE: Arbitrary[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators
                                                                                    3. implicit abstract val arbitraryFD: Arbitrary[FiniteDuration]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ClockGenerators
                                                                                    4. implicit abstract val cogenE: Cogen[Throwable]
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGenerators

                                                                                    Concrete 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 baseGen[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      SyncGeneratorsClockGeneratorsApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    9. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    10. def generators[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Gen[F[A]]
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val maxDepth: Int
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      Generators1
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. def recursiveGen[A](deeper: GenK[F])(implicit AA: Arbitrary[A], AC: Cogen[A]): List[(String, Gen[F[A]])]
                                                                                      Attributes
                                                                                      protected
                                                                                      Definition Classes
                                                                                      ApplicativeErrorGeneratorsApplicativeGeneratorsGenerators1
                                                                                    19. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from ClockGenerators[F]

                                                                                    Inherited from MonadErrorGenerators[F, Throwable]

                                                                                    Inherited from ApplicativeErrorGenerators[F, Throwable]

                                                                                    Inherited from MonadGenerators[F]

                                                                                    Inherited from ApplicativeGenerators[F]

                                                                                    Inherited from Generators1[F]

                                                                                    Inherited from Serializable

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/SyncTypeGenerators$.html b/api/3.x/cats/effect/kernel/testkit/SyncTypeGenerators$.html index a8d6a58267..8236cef149 100644 --- a/api/3.x/cats/effect/kernel/testkit/SyncTypeGenerators$.html +++ b/api/3.x/cats/effect/kernel/testkit/SyncTypeGenerators$.html @@ -1,2 +1,2 @@

                                                                                    object SyncTypeGenerators extends SyncTypeGenerators

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. SyncTypeGenerators
                                                                                    2. SyncTypeGenerators
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit val arbitrarySyncType: Arbitrary[Type]
                                                                                      Definition Classes
                                                                                      SyncTypeGenerators
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit val cogenSyncType: Cogen[Type]
                                                                                      Definition Classes
                                                                                      SyncTypeGenerators
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from SyncTypeGenerators

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    object SyncTypeGenerators extends SyncTypeGenerators

                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. SyncTypeGenerators
                                                                                    2. SyncTypeGenerators
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit val arbitrarySyncType: Arbitrary[Type]
                                                                                      Definition Classes
                                                                                      SyncTypeGenerators
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit val cogenSyncType: Cogen[Type]
                                                                                      Definition Classes
                                                                                      SyncTypeGenerators
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from SyncTypeGenerators

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/SyncTypeGenerators.html b/api/3.x/cats/effect/kernel/testkit/SyncTypeGenerators.html index 560516b511..7c252c2c5b 100644 --- a/api/3.x/cats/effect/kernel/testkit/SyncTypeGenerators.html +++ b/api/3.x/cats/effect/kernel/testkit/SyncTypeGenerators.html @@ -1,2 +1,2 @@

                                                                                    trait SyncTypeGenerators extends AnyRef

                                                                                    Source
                                                                                    Generators.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. SyncTypeGenerators
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit val arbitrarySyncType: Arbitrary[Type]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit val cogenSyncType: Cogen[Type]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    trait SyncTypeGenerators extends AnyRef

                                                                                    Source
                                                                                    Generators.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. SyncTypeGenerators
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. implicit val arbitrarySyncType: Arbitrary[Type]
                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. implicit val cogenSyncType: Cogen[Type]
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    15. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/TestContext$$ConcurrentState.html b/api/3.x/cats/effect/kernel/testkit/TestContext$$ConcurrentState.html index 1b3c92e2ef..e6c822772c 100644 --- a/api/3.x/cats/effect/kernel/testkit/TestContext$$ConcurrentState.html +++ b/api/3.x/cats/effect/kernel/testkit/TestContext$$ConcurrentState.html @@ -1,2 +1,2 @@

                                                                                    Packages

                                                                                    final class ConcurrentState extends AnyRef

                                                                                    Source
                                                                                    TestContext.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ConcurrentState
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Instance Constructors

                                                                                    1. new ConcurrentState(currentID: AtomicLong = new AtomicLong(), currentNanos: AtomicLong = new AtomicLong(), tasks: ConcurrentSkipListSet[Task] = new ConcurrentSkipListSet(Task.comparator), lastReportedFailure: AtomicReference[Throwable] = new AtomicReference())

                                                                                    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. val currentID: AtomicLong
                                                                                    7. val currentNanos: AtomicLong
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val lastReportedFailure: AtomicReference[Throwable]
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. val tasks: ConcurrentSkipListSet[Task]
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +var toRoot = '../../../../';

                                                                                    Packages

                                                                                    final class ConcurrentState extends AnyRef

                                                                                    Source
                                                                                    TestContext.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. ConcurrentState
                                                                                    2. AnyRef
                                                                                    3. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Instance Constructors

                                                                                    1. new ConcurrentState(currentID: AtomicLong = new AtomicLong(), currentNanos: AtomicLong = new AtomicLong(), tasks: ConcurrentSkipListSet[Task] = new ConcurrentSkipListSet(Task.comparator), lastReportedFailure: AtomicReference[Throwable] = new AtomicReference())

                                                                                    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. val currentID: AtomicLong
                                                                                    7. val currentNanos: AtomicLong
                                                                                    8. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    9. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    10. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    11. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    12. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    13. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    14. val lastReportedFailure: AtomicReference[Throwable]
                                                                                    15. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    16. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    17. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    18. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    19. val tasks: ConcurrentSkipListSet[Task]
                                                                                    20. def toString(): String
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    21. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    23. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    diff --git a/api/3.x/cats/effect/kernel/testkit/TestContext$$State.html b/api/3.x/cats/effect/kernel/testkit/TestContext$$State.html index d0c5030871..7f15175ccd 100644 --- a/api/3.x/cats/effect/kernel/testkit/TestContext$$State.html +++ b/api/3.x/cats/effect/kernel/testkit/TestContext$$State.html @@ -1,4 +1,4 @@

                                                                                    Packages

                                                                                    final case class State(lastID: Long, clock: FiniteDuration, tasks: SortedSet[Task], lastReportedFailure: Option[Throwable]) extends Product with Serializable

                                                                                    Used internally by TestContext, represents the internal state used for task scheduling and execution. -

                                                                                    Source
                                                                                    TestContext.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. State
                                                                                    2. Serializable
                                                                                    3. Product
                                                                                    4. Equals
                                                                                    5. AnyRef
                                                                                    6. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Instance Constructors

                                                                                    1. new State(lastID: Long, clock: FiniteDuration, tasks: SortedSet[Task], lastReportedFailure: Option[Throwable])

                                                                                    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. val clock: FiniteDuration
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    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. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    11. val lastID: Long
                                                                                    12. val lastReportedFailure: Option[Throwable]
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. def productElementNames: Iterator[String]
                                                                                      Definition Classes
                                                                                      Product
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. val tasks: SortedSet[Task]
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from Serializable

                                                                                    Inherited from Product

                                                                                    Inherited from Equals

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                    +

                                                                                    Source
                                                                                    TestContext.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. State
                                                                                    2. Serializable
                                                                                    3. Product
                                                                                    4. Equals
                                                                                    5. AnyRef
                                                                                    6. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    Instance Constructors

                                                                                    1. new State(lastID: Long, clock: FiniteDuration, tasks: SortedSet[Task], lastReportedFailure: Option[Throwable])

                                                                                    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. val clock: FiniteDuration
                                                                                    6. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    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. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    11. val lastID: Long
                                                                                    12. val lastReportedFailure: Option[Throwable]
                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    14. final def notify(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. final def notifyAll(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. def productElementNames: Iterator[String]
                                                                                      Definition Classes
                                                                                      Product
                                                                                    17. final def synchronized[T0](arg0: => T0): T0
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. val tasks: SortedSet[Task]
                                                                                    19. final def wait(): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                    21. final def wait(arg0: Long): Unit
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                    Inherited from Serializable

                                                                                    Inherited from Product

                                                                                    Inherited from Equals

                                                                                    Inherited from AnyRef

                                                                                    Inherited from Any

                                                                                    Ungrouped

                                                                                  diff --git a/api/3.x/cats/effect/kernel/testkit/TestContext$$Task.html b/api/3.x/cats/effect/kernel/testkit/TestContext$$Task.html index 6e64335b16..1a72d1f073 100644 --- a/api/3.x/cats/effect/kernel/testkit/TestContext$$Task.html +++ b/api/3.x/cats/effect/kernel/testkit/TestContext$$Task.html @@ -1,3 +1,3 @@

                                                                                  Packages

                                                                                  final case class Task(id: Long, task: Runnable, runsAt: FiniteDuration, rnd: Long) extends Product with Serializable

                                                                                  Used internally by TestContext, represents a unit of work pending execution. -

                                                                                  Source
                                                                                  TestContext.scala
                                                                                  Linear Supertypes
                                                                                  Ordering
                                                                                  1. Alphabetic
                                                                                  2. By Inheritance
                                                                                  Inherited
                                                                                  1. Task
                                                                                  2. Serializable
                                                                                  3. Product
                                                                                  4. Equals
                                                                                  5. AnyRef
                                                                                  6. Any
                                                                                  1. Hide All
                                                                                  2. Show All
                                                                                  Visibility
                                                                                  1. Public
                                                                                  2. Protected

                                                                                  Instance Constructors

                                                                                  1. new Task(id: Long, task: Runnable, runsAt: FiniteDuration, rnd: Long)

                                                                                  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 finalize(): Unit
                                                                                    Attributes
                                                                                    protected[lang]
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                  8. final def getClass(): Class[_ <: AnyRef]
                                                                                    Definition Classes
                                                                                    AnyRef → Any
                                                                                    Annotations
                                                                                    @native()
                                                                                  9. val id: Long
                                                                                  10. final def isInstanceOf[T0]: Boolean
                                                                                    Definition Classes
                                                                                    Any
                                                                                  11. final def ne(arg0: AnyRef): Boolean
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                  12. final def notify(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @native()
                                                                                  13. final def notifyAll(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @native()
                                                                                  14. def productElementNames: Iterator[String]
                                                                                    Definition Classes
                                                                                    Product
                                                                                  15. val runsAt: FiniteDuration
                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                  17. val task: Runnable
                                                                                  18. final def wait(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                  20. final def wait(arg0: Long): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                  Inherited from Serializable

                                                                                  Inherited from Product

                                                                                  Inherited from Equals

                                                                                  Inherited from AnyRef

                                                                                  Inherited from Any

                                                                                  Ungrouped

                                                                                  +

                                                                                  Source
                                                                                  TestContext.scala
                                                                                  Linear Supertypes
                                                                                  Ordering
                                                                                  1. Alphabetic
                                                                                  2. By Inheritance
                                                                                  Inherited
                                                                                  1. Task
                                                                                  2. Serializable
                                                                                  3. Product
                                                                                  4. Equals
                                                                                  5. AnyRef
                                                                                  6. Any
                                                                                  1. Hide All
                                                                                  2. Show All
                                                                                  Visibility
                                                                                  1. Public
                                                                                  2. Protected

                                                                                  Instance Constructors

                                                                                  1. new Task(id: Long, task: Runnable, runsAt: FiniteDuration, rnd: Long)

                                                                                  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 finalize(): Unit
                                                                                    Attributes
                                                                                    protected[lang]
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                  8. final def getClass(): Class[_ <: AnyRef]
                                                                                    Definition Classes
                                                                                    AnyRef → Any
                                                                                    Annotations
                                                                                    @native()
                                                                                  9. val id: Long
                                                                                  10. final def isInstanceOf[T0]: Boolean
                                                                                    Definition Classes
                                                                                    Any
                                                                                  11. final def ne(arg0: AnyRef): Boolean
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                  12. final def notify(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @native()
                                                                                  13. final def notifyAll(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @native()
                                                                                  14. def productElementNames: Iterator[String]
                                                                                    Definition Classes
                                                                                    Product
                                                                                  15. val runsAt: FiniteDuration
                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                  17. val task: Runnable
                                                                                  18. final def wait(): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                  20. final def wait(arg0: Long): Unit
                                                                                    Definition Classes
                                                                                    AnyRef
                                                                                    Annotations
                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                  Inherited from Serializable

                                                                                  Inherited from Product

                                                                                  Inherited from Equals

                                                                                  Inherited from AnyRef

                                                                                  Inherited from Any

                                                                                  Ungrouped

                                                                                diff --git a/api/3.x/cats/effect/kernel/testkit/TestContext$.html b/api/3.x/cats/effect/kernel/testkit/TestContext$.html index bc1f1efbf2..10dcc4e1ec 100644 --- a/api/3.x/cats/effect/kernel/testkit/TestContext$.html +++ b/api/3.x/cats/effect/kernel/testkit/TestContext$.html @@ -1,5 +1,5 @@

                                                                                object TestContext

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

                                                                                Type Members

                                                                                1. final class ConcurrentState extends AnyRef
                                                                                2. final case class State(lastID: Long, clock: FiniteDuration, tasks: SortedSet[Task], lastReportedFailure: Option[Throwable]) extends Product with Serializable

                                                                                  Used internally by TestContext, represents the internal state used for task scheduling +var toRoot = '../../../../';

                                                                                  object TestContext

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

                                                                                  Type Members

                                                                                  1. final class ConcurrentState extends AnyRef
                                                                                  2. final case class State(lastID: Long, clock: FiniteDuration, tasks: SortedSet[Task], lastReportedFailure: Option[Throwable]) extends Product with Serializable

                                                                                    Used internally by TestContext, represents the internal state used for task scheduling and execution.

                                                                                  3. final case class Task(id: Long, task: Runnable, runsAt: FiniteDuration, rnd: Long) extends Product with Serializable

                                                                                    Used internally by TestContext, represents a unit of work pending execution.

                                                                                  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. def apply(seed: String): TestContext

                                                                                    Constructs a new TestContext using the given seed, which must be encoded as base64.

                                                                                    Constructs a new TestContext using the given seed, which must be encoded as base64. Assuming this seed was produced by another TestContext, running the same program against the new context will result in the exact same task interleaving as happened in the previous diff --git a/api/3.x/cats/effect/kernel/testkit/TestContext.html b/api/3.x/cats/effect/kernel/testkit/TestContext.html index 921e1700c6..89b39e5ff6 100644 --- a/api/3.x/cats/effect/kernel/testkit/TestContext.html +++ b/api/3.x/cats/effect/kernel/testkit/TestContext.html @@ -21,7 +21,7 @@ // Testing the resulting state assert(ec.state.tasks.isEmpty) -assert(ec.state.lastReportedFailure == None)

                                                                                    Self Type
                                                                                    TestContext
                                                                                    Source
                                                                                    TestContext.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. TestContext
                                                                                    2. ExecutionContext
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. def advance(time: FiniteDuration): Unit
                                                                                    5. def advanceAndTick(time: FiniteDuration): Unit
                                                                                    6. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    8. def derive(): ExecutionContext
                                                                                    9. def deriveBlocking(): ExecutionContext

                                                                                      Derives a new ExecutionContext which delegates to this, but wrapping all tasks in +assert(ec.state.lastReportedFailure == None)

                                                                                    Self Type
                                                                                    TestContext
                                                                                    Source
                                                                                    TestContext.scala
                                                                                    Linear Supertypes
                                                                                    Ordering
                                                                                    1. Alphabetic
                                                                                    2. By Inheritance
                                                                                    Inherited
                                                                                    1. TestContext
                                                                                    2. ExecutionContext
                                                                                    3. AnyRef
                                                                                    4. Any
                                                                                    1. Hide All
                                                                                    2. Show All
                                                                                    Visibility
                                                                                    1. Public
                                                                                    2. Protected

                                                                                    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. def advance(time: FiniteDuration): Unit
                                                                                    5. def advanceAndTick(time: FiniteDuration): Unit
                                                                                    6. final def asInstanceOf[T0]: T0
                                                                                      Definition Classes
                                                                                      Any
                                                                                    7. def clone(): AnyRef
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                    8. def derive(): ExecutionContext
                                                                                    9. def deriveBlocking(): ExecutionContext

                                                                                      Derives a new ExecutionContext which delegates to this, but wrapping all tasks in scala.concurrent.blocking.

                                                                                    10. final def eq(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    11. def equals(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                    12. def execute(runnable: Runnable): Unit
                                                                                      Definition Classes
                                                                                      TestContext → ExecutionContext
                                                                                    13. def finalize(): Unit
                                                                                      Attributes
                                                                                      protected[lang]
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                      Annotations
                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                    14. final def getClass(): Class[_ <: AnyRef]
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    15. def hashCode(): Int
                                                                                      Definition Classes
                                                                                      AnyRef → Any
                                                                                      Annotations
                                                                                      @native()
                                                                                    16. final def isInstanceOf[T0]: Boolean
                                                                                      Definition Classes
                                                                                      Any
                                                                                    17. final def ne(arg0: AnyRef): Boolean
                                                                                      Definition Classes
                                                                                      AnyRef
                                                                                    18. def nextInterval(): FiniteDuration

                                                                                      Returns the current interval between "now" and the earliest scheduled task.

                                                                                      Returns the current interval between "now" and the earliest scheduled task. If there are tasks which will run immediately, this will return Duration.Zero. Passing this value to tick will guarantee minimum time-oriented progress on the task queue (e.g. diff --git a/api/3.x/cats/effect/kernel/testkit/TestException.html b/api/3.x/cats/effect/kernel/testkit/TestException.html index c191250284..7205bd5c70 100644 --- a/api/3.x/cats/effect/kernel/testkit/TestException.html +++ b/api/3.x/cats/effect/kernel/testkit/TestException.html @@ -1,2 +1,2 @@

                                                                                      final case class TestException(i: Int) extends Exception with Product with Serializable

                                                                                      Ordering
                                                                                      1. Alphabetic
                                                                                      2. By Inheritance
                                                                                      Inherited
                                                                                      1. TestException
                                                                                      2. Product
                                                                                      3. Equals
                                                                                      4. Exception
                                                                                      5. Throwable
                                                                                      6. Serializable
                                                                                      7. AnyRef
                                                                                      8. Any
                                                                                      1. Hide All
                                                                                      2. Show All
                                                                                      Visibility
                                                                                      1. Public
                                                                                      2. Protected

                                                                                      Instance Constructors

                                                                                      1. new TestException(i: Int)

                                                                                      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 addSuppressed(arg0: Throwable): Unit
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      5. final def asInstanceOf[T0]: T0
                                                                                        Definition Classes
                                                                                        Any
                                                                                      6. def clone(): AnyRef
                                                                                        Attributes
                                                                                        protected[lang]
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                      8. def fillInStackTrace(): Throwable
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      9. def finalize(): Unit
                                                                                        Attributes
                                                                                        protected[lang]
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                      10. def getCause(): Throwable
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      11. final def getClass(): Class[_ <: AnyRef]
                                                                                        Definition Classes
                                                                                        AnyRef → Any
                                                                                        Annotations
                                                                                        @native()
                                                                                      12. def getLocalizedMessage(): String
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      13. def getMessage(): String
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      14. def getStackTrace(): Array[StackTraceElement]
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      15. final def getSuppressed(): Array[Throwable]
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      16. val i: Int
                                                                                      17. def initCause(arg0: Throwable): Throwable
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      18. final def isInstanceOf[T0]: Boolean
                                                                                        Definition Classes
                                                                                        Any
                                                                                      19. final def ne(arg0: AnyRef): Boolean
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                      20. final def notify(): Unit
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @native()
                                                                                      21. final def notifyAll(): Unit
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @native()
                                                                                      22. def printStackTrace(arg0: PrintWriter): Unit
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      23. def printStackTrace(arg0: PrintStream): Unit
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      24. def printStackTrace(): Unit
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      25. def productElementNames: Iterator[String]
                                                                                        Definition Classes
                                                                                        Product
                                                                                      26. def setStackTrace(arg0: Array[StackTraceElement]): Unit
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      27. final def synchronized[T0](arg0: => T0): T0
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                      28. def toString(): String
                                                                                        Definition Classes
                                                                                        Throwable → AnyRef → Any
                                                                                      29. final def wait(): Unit
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                      30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                      31. final def wait(arg0: Long): Unit
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                      Inherited from Product

                                                                                      Inherited from Equals

                                                                                      Inherited from Exception

                                                                                      Inherited from Throwable

                                                                                      Inherited from Serializable

                                                                                      Inherited from AnyRef

                                                                                      Inherited from Any

                                                                                      Ungrouped

                                                                                      +var toRoot = '../../../../';

                                                                                      final case class TestException(i: Int) extends Exception with Product with Serializable

                                                                                      Ordering
                                                                                      1. Alphabetic
                                                                                      2. By Inheritance
                                                                                      Inherited
                                                                                      1. TestException
                                                                                      2. Product
                                                                                      3. Equals
                                                                                      4. Exception
                                                                                      5. Throwable
                                                                                      6. Serializable
                                                                                      7. AnyRef
                                                                                      8. Any
                                                                                      1. Hide All
                                                                                      2. Show All
                                                                                      Visibility
                                                                                      1. Public
                                                                                      2. Protected

                                                                                      Instance Constructors

                                                                                      1. new TestException(i: Int)

                                                                                      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 addSuppressed(arg0: Throwable): Unit
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      5. final def asInstanceOf[T0]: T0
                                                                                        Definition Classes
                                                                                        Any
                                                                                      6. def clone(): AnyRef
                                                                                        Attributes
                                                                                        protected[lang]
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                      8. def fillInStackTrace(): Throwable
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      9. def finalize(): Unit
                                                                                        Attributes
                                                                                        protected[lang]
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                      10. def getCause(): Throwable
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      11. final def getClass(): Class[_ <: AnyRef]
                                                                                        Definition Classes
                                                                                        AnyRef → Any
                                                                                        Annotations
                                                                                        @native()
                                                                                      12. def getLocalizedMessage(): String
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      13. def getMessage(): String
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      14. def getStackTrace(): Array[StackTraceElement]
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      15. final def getSuppressed(): Array[Throwable]
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      16. val i: Int
                                                                                      17. def initCause(arg0: Throwable): Throwable
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      18. final def isInstanceOf[T0]: Boolean
                                                                                        Definition Classes
                                                                                        Any
                                                                                      19. final def ne(arg0: AnyRef): Boolean
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                      20. final def notify(): Unit
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @native()
                                                                                      21. final def notifyAll(): Unit
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @native()
                                                                                      22. def printStackTrace(arg0: PrintWriter): Unit
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      23. def printStackTrace(arg0: PrintStream): Unit
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      24. def printStackTrace(): Unit
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      25. def productElementNames: Iterator[String]
                                                                                        Definition Classes
                                                                                        Product
                                                                                      26. def setStackTrace(arg0: Array[StackTraceElement]): Unit
                                                                                        Definition Classes
                                                                                        Throwable
                                                                                      27. final def synchronized[T0](arg0: => T0): T0
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                      28. def toString(): String
                                                                                        Definition Classes
                                                                                        Throwable → AnyRef → Any
                                                                                      29. final def wait(): Unit
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                      30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                      31. final def wait(arg0: Long): Unit
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                      Inherited from Product

                                                                                      Inherited from Equals

                                                                                      Inherited from Exception

                                                                                      Inherited from Throwable

                                                                                      Inherited from Serializable

                                                                                      Inherited from AnyRef

                                                                                      Inherited from Any

                                                                                      Ungrouped

                                                                                      diff --git a/api/3.x/cats/effect/kernel/testkit/TestInstances.html b/api/3.x/cats/effect/kernel/testkit/TestInstances.html index 6dbfc0fbc0..9b4a870263 100644 --- a/api/3.x/cats/effect/kernel/testkit/TestInstances.html +++ b/api/3.x/cats/effect/kernel/testkit/TestInstances.html @@ -1,4 +1,4 @@

                                                                                      trait TestInstances extends AnyRef

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

                                                                                      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. implicit def arbitraryResource[F[_], A](implicit F: Applicative[F], AFA: Arbitrary[F[A]], AFU: Arbitrary[F[Unit]], AA: Arbitrary[A]): Arbitrary[Resource[F, A]]
                                                                                      5. final def asInstanceOf[T0]: T0
                                                                                        Definition Classes
                                                                                        Any
                                                                                      6. def clone(): AnyRef
                                                                                        Attributes
                                                                                        protected[lang]
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                        Annotations
                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                        Definition Classes
                                                                                        AnyRef
                                                                                      8. implicit def eqResource[F[_], A](implicit E: kernel.Eq[F[A]], F: MonadCancel[F, Throwable]): kernel.Eq[Resource[F, A]]

                                                                                        Defines equality for a Resource.

                                                                                        Defines equality for a Resource. Two resources are deemed equivalent if they allocate an +var toRoot = '../../../../';

                                                                                        trait TestInstances extends AnyRef

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

                                                                                        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. implicit def arbitraryResource[F[_], A](implicit F: Applicative[F], AFA: Arbitrary[F[A]], AFU: Arbitrary[F[Unit]], AA: Arbitrary[A]): Arbitrary[Resource[F, A]]
                                                                                        5. final def asInstanceOf[T0]: T0
                                                                                          Definition Classes
                                                                                          Any
                                                                                        6. def clone(): AnyRef
                                                                                          Attributes
                                                                                          protected[lang]
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                        7. final def eq(arg0: AnyRef): Boolean
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                        8. implicit def eqResource[F[_], A](implicit E: kernel.Eq[F[A]], F: MonadCancel[F, Throwable]): kernel.Eq[Resource[F, A]]

                                                                                          Defines equality for a Resource.

                                                                                          Defines equality for a Resource. Two resources are deemed equivalent if they allocate an equivalent resource. Cleanup, which is run purely for effect, is not considered.

                                                                                        9. def equals(arg0: AnyRef): Boolean
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        10. def finalize(): Unit
                                                                                          Attributes
                                                                                          protected[lang]
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.Throwable])
                                                                                        11. def genResource[F[_], A](implicit F: Applicative[F], AFA: Arbitrary[F[A]], AFU: Arbitrary[F[Unit]], AA: Arbitrary[A]): Gen[Resource[F, A]]
                                                                                        12. final def getClass(): Class[_ <: AnyRef]
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                          Annotations
                                                                                          @native()
                                                                                        13. def hashCode(): Int
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                          Annotations
                                                                                          @native()
                                                                                        14. final def isInstanceOf[T0]: Boolean
                                                                                          Definition Classes
                                                                                          Any
                                                                                        15. final def ne(arg0: AnyRef): Boolean
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                        16. final def notify(): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @native()
                                                                                        17. final def notifyAll(): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @native()
                                                                                        18. final def synchronized[T0](arg0: => T0): T0
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                        19. def toString(): String
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        20. final def wait(): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                        21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                        22. final def wait(arg0: Long): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                        Inherited from AnyRef

                                                                                        Inherited from Any

                                                                                        Ungrouped

                                                                                        diff --git a/api/3.x/cats/effect/kernel/testkit/freeEval$.html b/api/3.x/cats/effect/kernel/testkit/freeEval$.html index 4445b609b7..7194c3dba6 100644 --- a/api/3.x/cats/effect/kernel/testkit/freeEval$.html +++ b/api/3.x/cats/effect/kernel/testkit/freeEval$.html @@ -1,2 +1,2 @@

                                                                                        object freeEval extends FreeSyncEq

                                                                                        Source
                                                                                        freeEval.scala
                                                                                        Linear Supertypes
                                                                                        Ordering
                                                                                        1. Alphabetic
                                                                                        2. By Inheritance
                                                                                        Inherited
                                                                                        1. freeEval
                                                                                        2. FreeSyncEq
                                                                                        3. AnyRef
                                                                                        4. Any
                                                                                        1. Hide All
                                                                                        2. Show All
                                                                                        Visibility
                                                                                        1. Public
                                                                                        2. Protected

                                                                                        Type Members

                                                                                        1. type FreeEitherSync[A] = FreeT[Eval, [β$0$]Either[Throwable, β$0$], A]
                                                                                        2. type FreeSync[F[_], A] = FreeT[Eval, F, A]

                                                                                        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. implicit def eqFreeSync[F[_], A](implicit arg0: Monad[F], F: Eq[F[A]]): Eq[FreeT[Eval, F, A]]
                                                                                          Definition Classes
                                                                                          FreeSyncEq
                                                                                        8. def equals(arg0: AnyRef): Boolean
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        9. def finalize(): Unit
                                                                                          Attributes
                                                                                          protected[lang]
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.Throwable])
                                                                                        10. final def getClass(): Class[_ <: AnyRef]
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                          Annotations
                                                                                          @native()
                                                                                        11. def hashCode(): Int
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                          Annotations
                                                                                          @native()
                                                                                        12. final def isInstanceOf[T0]: Boolean
                                                                                          Definition Classes
                                                                                          Any
                                                                                        13. final def ne(arg0: AnyRef): Boolean
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                        14. final def notify(): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @native()
                                                                                        15. final def notifyAll(): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @native()
                                                                                        16. def run[F[_], A](ft: FreeT[Eval, F, A])(implicit arg0: Monad[F]): F[A]
                                                                                          Definition Classes
                                                                                          FreeSyncEq
                                                                                        17. implicit def syncForFreeT[F[_]](implicit F: MonadError[F, Throwable]): Sync[[γ$1$]FreeT[Eval, F, γ$1$]]
                                                                                        18. final def synchronized[T0](arg0: => T0): T0
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                        19. def toString(): String
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        20. final def wait(): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                        21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                        22. final def wait(arg0: Long): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                        Inherited from FreeSyncEq

                                                                                        Inherited from AnyRef

                                                                                        Inherited from Any

                                                                                        Ungrouped

                                                                                        +var toRoot = '../../../../';

                                                                                        object freeEval extends FreeSyncEq

                                                                                        Source
                                                                                        freeEval.scala
                                                                                        Linear Supertypes
                                                                                        Ordering
                                                                                        1. Alphabetic
                                                                                        2. By Inheritance
                                                                                        Inherited
                                                                                        1. freeEval
                                                                                        2. FreeSyncEq
                                                                                        3. AnyRef
                                                                                        4. Any
                                                                                        1. Hide All
                                                                                        2. Show All
                                                                                        Visibility
                                                                                        1. Public
                                                                                        2. Protected

                                                                                        Type Members

                                                                                        1. type FreeEitherSync[A] = FreeT[Eval, [β$0$]Either[Throwable, β$0$], A]
                                                                                        2. type FreeSync[F[_], A] = FreeT[Eval, F, A]

                                                                                        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. implicit def eqFreeSync[F[_], A](implicit arg0: Monad[F], F: Eq[F[A]]): Eq[FreeT[Eval, F, A]]
                                                                                          Definition Classes
                                                                                          FreeSyncEq
                                                                                        8. def equals(arg0: AnyRef): Boolean
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        9. def finalize(): Unit
                                                                                          Attributes
                                                                                          protected[lang]
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.Throwable])
                                                                                        10. final def getClass(): Class[_ <: AnyRef]
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                          Annotations
                                                                                          @native()
                                                                                        11. def hashCode(): Int
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                          Annotations
                                                                                          @native()
                                                                                        12. final def isInstanceOf[T0]: Boolean
                                                                                          Definition Classes
                                                                                          Any
                                                                                        13. final def ne(arg0: AnyRef): Boolean
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                        14. final def notify(): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @native()
                                                                                        15. final def notifyAll(): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @native()
                                                                                        16. def run[F[_], A](ft: FreeT[Eval, F, A])(implicit arg0: Monad[F]): F[A]
                                                                                          Definition Classes
                                                                                          FreeSyncEq
                                                                                        17. implicit def syncForFreeT[F[_]](implicit F: MonadError[F, Throwable]): Sync[[γ$1$]FreeT[Eval, F, γ$1$]]
                                                                                        18. final def synchronized[T0](arg0: => T0): T0
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                        19. def toString(): String
                                                                                          Definition Classes
                                                                                          AnyRef → Any
                                                                                        20. final def wait(): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                        21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                        22. final def wait(arg0: Long): Unit
                                                                                          Definition Classes
                                                                                          AnyRef
                                                                                          Annotations
                                                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                        Inherited from FreeSyncEq

                                                                                        Inherited from AnyRef

                                                                                        Inherited from Any

                                                                                        Ungrouped

                                                                                        diff --git a/api/3.x/cats/effect/kernel/testkit/index.html b/api/3.x/cats/effect/kernel/testkit/index.html index 0c6c0898f1..b9e022d41d 100644 --- a/api/3.x/cats/effect/kernel/testkit/index.html +++ b/api/3.x/cats/effect/kernel/testkit/index.html @@ -1,5 +1,5 @@

                                                                                        package testkit

                                                                                        Source
                                                                                        package.scala
                                                                                        Linear Supertypes
                                                                                        Ordering
                                                                                        1. Alphabetic
                                                                                        2. By Inheritance
                                                                                        Inherited
                                                                                        1. testkit
                                                                                        2. AnyRef
                                                                                        3. Any
                                                                                        1. Hide All
                                                                                        2. Show All
                                                                                        Visibility
                                                                                        1. Public
                                                                                        2. Protected

                                                                                        Type Members

                                                                                        1. trait ApplicativeErrorGenerators[F[_], E] extends ApplicativeGenerators[F]
                                                                                        2. trait ApplicativeGenerators[F[_]] extends Generators1[F]
                                                                                        3. trait AsyncGenerators[F[_]] extends GenTemporalGenerators[F, Throwable] with SyncGenerators[F]
                                                                                        4. trait AsyncGeneratorsWithoutEvalShift[F[_]] extends GenTemporalGenerators[F, Throwable] with SyncGenerators[F]
                                                                                        5. trait ClockGenerators[F[_]] extends Generators1[F]
                                                                                        6. trait FreeSyncEq extends AnyRef
                                                                                        7. trait GenK[F[_]] extends Serializable
                                                                                        8. trait GenSpawnGenerators[F[_], E] extends MonadCancelGenerators[F, E]
                                                                                        9. trait GenTemporalGenerators[F[_], E] extends GenSpawnGenerators[F, E] with ClockGenerators[F]
                                                                                        10. trait Generators1[F[_]] extends Serializable
                                                                                        11. trait MonadCancelGenerators[F[_], E] extends MonadErrorGenerators[F, E]
                                                                                        12. trait MonadErrorGenerators[F[_], E] extends MonadGenerators[F] with ApplicativeErrorGenerators[F, E]
                                                                                        13. trait MonadGenerators[F[_]] extends ApplicativeGenerators[F]
                                                                                        14. trait OutcomeGenerators extends AnyRef
                                                                                        15. trait ParallelFGenerators extends AnyRef
                                                                                        16. trait SyncGenerators[F[_]] extends MonadErrorGenerators[F, Throwable] with ClockGenerators[F]
                                                                                        17. trait SyncTypeGenerators extends AnyRef
                                                                                        18. final class TestContext extends ExecutionContext

                                                                                          A scala.concurrent.ExecutionContext implementation that can simulate async boundaries and +var toRoot = '../../../../';

                                                                                          package testkit

                                                                                          Source
                                                                                          package.scala
                                                                                          Linear Supertypes
                                                                                          Ordering
                                                                                          1. Alphabetic
                                                                                          2. By Inheritance
                                                                                          Inherited
                                                                                          1. testkit
                                                                                          2. AnyRef
                                                                                          3. Any
                                                                                          1. Hide All
                                                                                          2. Show All
                                                                                          Visibility
                                                                                          1. Public
                                                                                          2. Protected

                                                                                          Type Members

                                                                                          1. trait ApplicativeErrorGenerators[F[_], E] extends ApplicativeGenerators[F]
                                                                                          2. trait ApplicativeGenerators[F[_]] extends Generators1[F]
                                                                                          3. trait AsyncGenerators[F[_]] extends GenTemporalGenerators[F, Throwable] with SyncGenerators[F]
                                                                                          4. trait AsyncGeneratorsWithoutEvalShift[F[_]] extends GenTemporalGenerators[F, Throwable] with SyncGenerators[F]
                                                                                          5. trait ClockGenerators[F[_]] extends Generators1[F]
                                                                                          6. trait FreeSyncEq extends AnyRef
                                                                                          7. trait GenK[F[_]] extends Serializable
                                                                                          8. trait GenSpawnGenerators[F[_], E] extends MonadCancelGenerators[F, E]
                                                                                          9. trait GenTemporalGenerators[F[_], E] extends GenSpawnGenerators[F, E] with ClockGenerators[F]
                                                                                          10. trait Generators1[F[_]] extends Serializable
                                                                                          11. trait MonadCancelGenerators[F[_], E] extends MonadErrorGenerators[F, E]
                                                                                          12. trait MonadErrorGenerators[F[_], E] extends MonadGenerators[F] with ApplicativeErrorGenerators[F, E]
                                                                                          13. trait MonadGenerators[F[_]] extends ApplicativeGenerators[F]
                                                                                          14. trait OutcomeGenerators extends AnyRef
                                                                                          15. trait ParallelFGenerators extends AnyRef
                                                                                          16. trait SyncGenerators[F[_]] extends MonadErrorGenerators[F, Throwable] with ClockGenerators[F]
                                                                                          17. trait SyncTypeGenerators extends AnyRef
                                                                                          18. final class TestContext extends ExecutionContext

                                                                                            A scala.concurrent.ExecutionContext implementation that can simulate async boundaries and time passage, useful for law testing purposes.

                                                                                            A scala.concurrent.ExecutionContext implementation that can simulate async boundaries and time passage, useful for law testing purposes. This is intended primarily for datatype implementors. Most end-users will be better served by the cats.effect.testkit.TestControl diff --git a/api/3.x/cats/effect/kernel/testkit/pure$$FiberCtx.html b/api/3.x/cats/effect/kernel/testkit/pure$$FiberCtx.html index 3ae9fd77db..e34b5d245c 100644 --- a/api/3.x/cats/effect/kernel/testkit/pure$$FiberCtx.html +++ b/api/3.x/cats/effect/kernel/testkit/pure$$FiberCtx.html @@ -1,2 +1,2 @@

                                                                                            Packages

                                                                                            final case class FiberCtx[E](self: PureFiber[E, _], masks: List[MaskId] = Nil, finalizers: List[PureConc[E, Unit]] = Nil) extends Product with Serializable

                                                                                            Source
                                                                                            pure.scala
                                                                                            Linear Supertypes
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. FiberCtx
                                                                                            2. Serializable
                                                                                            3. Product
                                                                                            4. Equals
                                                                                            5. AnyRef
                                                                                            6. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            Instance Constructors

                                                                                            1. new FiberCtx(self: PureFiber[E, _], masks: List[MaskId] = Nil, finalizers: List[PureConc[E, Unit]] = Nil)

                                                                                            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 finalize(): Unit
                                                                                              Attributes
                                                                                              protected[lang]
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.Throwable])
                                                                                            8. val finalizers: List[PureConc[E, Unit]]
                                                                                            9. final def getClass(): Class[_ <: AnyRef]
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                              Annotations
                                                                                              @native()
                                                                                            10. final def isInstanceOf[T0]: Boolean
                                                                                              Definition Classes
                                                                                              Any
                                                                                            11. val masks: List[MaskId]
                                                                                            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. def productElementNames: Iterator[String]
                                                                                              Definition Classes
                                                                                              Product
                                                                                            16. val self: PureFiber[E, _]
                                                                                            17. final def synchronized[T0](arg0: => T0): T0
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            18. final def wait(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            20. final def wait(arg0: Long): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                            Inherited from Serializable

                                                                                            Inherited from Product

                                                                                            Inherited from Equals

                                                                                            Inherited from AnyRef

                                                                                            Inherited from Any

                                                                                            Ungrouped

                                                                                            +var toRoot = '../../../../';

                                                                                            Packages

                                                                                            final case class FiberCtx[E](self: PureFiber[E, _], masks: List[MaskId] = Nil, finalizers: List[PureConc[E, Unit]] = Nil) extends Product with Serializable

                                                                                            Source
                                                                                            pure.scala
                                                                                            Linear Supertypes
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. FiberCtx
                                                                                            2. Serializable
                                                                                            3. Product
                                                                                            4. Equals
                                                                                            5. AnyRef
                                                                                            6. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            Instance Constructors

                                                                                            1. new FiberCtx(self: PureFiber[E, _], masks: List[MaskId] = Nil, finalizers: List[PureConc[E, Unit]] = Nil)

                                                                                            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 finalize(): Unit
                                                                                              Attributes
                                                                                              protected[lang]
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.Throwable])
                                                                                            8. val finalizers: List[PureConc[E, Unit]]
                                                                                            9. final def getClass(): Class[_ <: AnyRef]
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                              Annotations
                                                                                              @native()
                                                                                            10. final def isInstanceOf[T0]: Boolean
                                                                                              Definition Classes
                                                                                              Any
                                                                                            11. val masks: List[MaskId]
                                                                                            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. def productElementNames: Iterator[String]
                                                                                              Definition Classes
                                                                                              Product
                                                                                            16. val self: PureFiber[E, _]
                                                                                            17. final def synchronized[T0](arg0: => T0): T0
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            18. final def wait(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            20. final def wait(arg0: Long): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                            Inherited from Serializable

                                                                                            Inherited from Product

                                                                                            Inherited from Equals

                                                                                            Inherited from AnyRef

                                                                                            Inherited from Any

                                                                                            Ungrouped

                                                                                            diff --git a/api/3.x/cats/effect/kernel/testkit/pure$$MaskId$.html b/api/3.x/cats/effect/kernel/testkit/pure$$MaskId$.html index d3fcc5ed21..c86bb7b6a4 100644 --- a/api/3.x/cats/effect/kernel/testkit/pure$$MaskId$.html +++ b/api/3.x/cats/effect/kernel/testkit/pure$$MaskId$.html @@ -1,2 +1,2 @@

                                                                                            Packages

                                                                                            object MaskId

                                                                                            Source
                                                                                            pure.scala
                                                                                            Linear Supertypes
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. MaskId
                                                                                            2. AnyRef
                                                                                            3. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            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. implicit val eq: Eq[MaskId]
                                                                                            8. def equals(arg0: AnyRef): Boolean
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                            9. def finalize(): Unit
                                                                                              Attributes
                                                                                              protected[lang]
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.Throwable])
                                                                                            10. final def getClass(): Class[_ <: AnyRef]
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                              Annotations
                                                                                              @native()
                                                                                            11. def hashCode(): Int
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                              Annotations
                                                                                              @native()
                                                                                            12. final def isInstanceOf[T0]: Boolean
                                                                                              Definition Classes
                                                                                              Any
                                                                                            13. final def ne(arg0: AnyRef): Boolean
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            14. final def notify(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @native()
                                                                                            15. final def notifyAll(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @native()
                                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            17. def toString(): String
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                            18. final def wait(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            20. final def wait(arg0: Long): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                            Inherited from AnyRef

                                                                                            Inherited from Any

                                                                                            Ungrouped

                                                                                            +var toRoot = '../../../../';

                                                                                            Packages

                                                                                            object MaskId

                                                                                            Source
                                                                                            pure.scala
                                                                                            Linear Supertypes
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. MaskId
                                                                                            2. AnyRef
                                                                                            3. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            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. implicit val eq: Eq[MaskId]
                                                                                            8. def equals(arg0: AnyRef): Boolean
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                            9. def finalize(): Unit
                                                                                              Attributes
                                                                                              protected[lang]
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.Throwable])
                                                                                            10. final def getClass(): Class[_ <: AnyRef]
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                              Annotations
                                                                                              @native()
                                                                                            11. def hashCode(): Int
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                              Annotations
                                                                                              @native()
                                                                                            12. final def isInstanceOf[T0]: Boolean
                                                                                              Definition Classes
                                                                                              Any
                                                                                            13. final def ne(arg0: AnyRef): Boolean
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            14. final def notify(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @native()
                                                                                            15. final def notifyAll(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @native()
                                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                            17. def toString(): String
                                                                                              Definition Classes
                                                                                              AnyRef → Any
                                                                                            18. final def wait(): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                            20. final def wait(arg0: Long): Unit
                                                                                              Definition Classes
                                                                                              AnyRef
                                                                                              Annotations
                                                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                            Inherited from AnyRef

                                                                                            Inherited from Any

                                                                                            Ungrouped

                                                                                            diff --git a/api/3.x/cats/effect/kernel/testkit/pure$$MaskId.html b/api/3.x/cats/effect/kernel/testkit/pure$$MaskId.html index 291a81a0dd..54b8fc457c 100644 --- a/api/3.x/cats/effect/kernel/testkit/pure$$MaskId.html +++ b/api/3.x/cats/effect/kernel/testkit/pure$$MaskId.html @@ -1,2 +1,2 @@

                                                                                            Packages

                                                                                            final class MaskId extends AnyRef

                                                                                            Source
                                                                                            pure.scala
                                                                                            Linear Supertypes
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. MaskId
                                                                                            2. AnyRef
                                                                                            3. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            Instance Constructors

                                                                                            1. new MaskId()

                                                                                            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

                                                                                            +var toRoot = '../../../../';

                                                                                            Packages

                                                                                            final class MaskId extends AnyRef

                                                                                            Source
                                                                                            pure.scala
                                                                                            Linear Supertypes
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. MaskId
                                                                                            2. AnyRef
                                                                                            3. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            Instance Constructors

                                                                                            1. new MaskId()

                                                                                            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

                                                                                            diff --git a/api/3.x/cats/effect/kernel/testkit/pure$$PureFiber.html b/api/3.x/cats/effect/kernel/testkit/pure$$PureFiber.html index d69848e74f..24f2d11801 100644 --- a/api/3.x/cats/effect/kernel/testkit/pure$$PureFiber.html +++ b/api/3.x/cats/effect/kernel/testkit/pure$$PureFiber.html @@ -1,5 +1,5 @@

                                                                                            Packages

                                                                                            final class PureFiber[E, A] extends Fiber[[β$60$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$60$], E, A] with Serializable

                                                                                            Source
                                                                                            pure.scala
                                                                                            Linear Supertypes
                                                                                            Fiber[[β$60$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$60$], E, A], Serializable, AnyRef, Any
                                                                                            Ordering
                                                                                            1. Alphabetic
                                                                                            2. By Inheritance
                                                                                            Inherited
                                                                                            1. PureFiber
                                                                                            2. Fiber
                                                                                            3. Serializable
                                                                                            4. AnyRef
                                                                                            5. Any
                                                                                            1. Hide All
                                                                                            2. Show All
                                                                                            Visibility
                                                                                            1. Public
                                                                                            2. Protected

                                                                                            Instance Constructors

                                                                                            1. new PureFiber(state0: MVar[Outcome[[β$62$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$62$], E, A]])

                                                                                            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. val cancel: PureConc[E, Unit]

                                                                                              Requests the cancelation of the fiber bound to this Fiber handle and awaits its +var toRoot = '../../../../';

                                                                                              Packages

                                                                                              final class PureFiber[E, A] extends Fiber[[β$60$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$60$], E, A] with Serializable

                                                                                              Source
                                                                                              pure.scala
                                                                                              Linear Supertypes
                                                                                              Fiber[[β$60$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$60$], E, A], Serializable, AnyRef, Any
                                                                                              Ordering
                                                                                              1. Alphabetic
                                                                                              2. By Inheritance
                                                                                              Inherited
                                                                                              1. PureFiber
                                                                                              2. Fiber
                                                                                              3. Serializable
                                                                                              4. AnyRef
                                                                                              5. Any
                                                                                              1. Hide All
                                                                                              2. Show All
                                                                                              Visibility
                                                                                              1. Public
                                                                                              2. Protected

                                                                                              Instance Constructors

                                                                                              1. new PureFiber(state0: MVar[Outcome[[β$62$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$62$], E, A]])

                                                                                              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. val cancel: PureConc[E, Unit]

                                                                                                Requests the cancelation of the fiber bound to this Fiber handle and awaits its finalization.

                                                                                                Requests the cancelation of the fiber bound to this Fiber handle and awaits its finalization.

                                                                                                cancel semantically blocks the caller until finalization of the cancellee has completed. This means that if the cancellee is currently masked, cancel will block diff --git a/api/3.x/cats/effect/kernel/testkit/pure$.html b/api/3.x/cats/effect/kernel/testkit/pure$.html index 3e775a9f0a..c17cb66b6b 100644 --- a/api/3.x/cats/effect/kernel/testkit/pure$.html +++ b/api/3.x/cats/effect/kernel/testkit/pure$.html @@ -1,4 +1,4 @@

                                                                                                object pure

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

                                                                                                Type Members

                                                                                                1. final case class FiberCtx[E](self: PureFiber[E, _], masks: List[MaskId] = Nil, finalizers: List[PureConc[E, Unit]] = Nil) extends Product with Serializable
                                                                                                2. type FiberR[E, A] = Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], A]
                                                                                                3. type Finalizer[E] = Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], Universe, Unit]
                                                                                                4. type IdOC[E, A] = Outcome[Id, E, A]
                                                                                                5. type MVarR[F[_], A] = Kleisli[F, Universe, A]
                                                                                                6. final class MaskId extends AnyRef
                                                                                                7. type PureConc[E, A] = Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], Universe, A]
                                                                                                8. final class PureFiber[E, A] extends Fiber[[β$60$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$60$], E, A] with Serializable
                                                                                                9. type ResolvedPC[E, A] = FreeT[ThreadF, [β$3$]Outcome[[A]A, E, β$3$], A]

                                                                                                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. implicit def allocateForPureConc[E]: GenConcurrent[[β$23$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$23$], E]
                                                                                                5. final def asInstanceOf[T0]: T0
                                                                                                  Definition Classes
                                                                                                  Any
                                                                                                6. def clone(): AnyRef
                                                                                                  Attributes
                                                                                                  protected[lang]
                                                                                                  Definition Classes
                                                                                                  AnyRef
                                                                                                  Annotations
                                                                                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                7. final def eq(arg0: AnyRef): Boolean
                                                                                                  Definition Classes
                                                                                                  AnyRef
                                                                                                8. implicit def eqPureConc[E, A](implicit arg0: Eq[E], arg1: Eq[A]): Eq[PureConc[E, A]]
                                                                                                9. def equals(arg0: AnyRef): Boolean
                                                                                                  Definition Classes
                                                                                                  AnyRef → Any
                                                                                                10. def finalize(): Unit
                                                                                                  Attributes
                                                                                                  protected[lang]
                                                                                                  Definition Classes
                                                                                                  AnyRef
                                                                                                  Annotations
                                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                                11. final def getClass(): Class[_ <: AnyRef]
                                                                                                  Definition Classes
                                                                                                  AnyRef → Any
                                                                                                  Annotations
                                                                                                  @native()
                                                                                                12. def hashCode(): Int
                                                                                                  Definition Classes
                                                                                                  AnyRef → Any
                                                                                                  Annotations
                                                                                                  @native()
                                                                                                13. final def isInstanceOf[T0]: Boolean
                                                                                                  Definition Classes
                                                                                                  Any
                                                                                                14. implicit def monadErrorIdOC[E]: MonadError[[β$4$]Outcome[[A]A, E, β$4$], E]
                                                                                                15. final def ne(arg0: AnyRef): Boolean
                                                                                                  Definition Classes
                                                                                                  AnyRef
                                                                                                16. final def notify(): Unit
                                                                                                  Definition Classes
                                                                                                  AnyRef
                                                                                                  Annotations
                                                                                                  @native()
                                                                                                17. final def notifyAll(): Unit
                                                                                                  Definition Classes
                                                                                                  AnyRef
                                                                                                  Annotations
                                                                                                  @native()
                                                                                                18. implicit def orderForPureConc[E, A](implicit arg0: Order[E], arg1: Order[A]): Order[PureConc[E, A]]
                                                                                                19. def resolveMain[E, A](pc: PureConc[E, A]): ResolvedPC[E, IdOC[E, A]]
                                                                                                20. def run[E, A](pc: PureConc[E, A]): Outcome[Option, E, A]

                                                                                                  Produces Succeeded(None) when the main fiber is deadlocked.

                                                                                                  Produces Succeeded(None) when the main fiber is deadlocked. Note that deadlocks outside of +var toRoot = '../../../../';

                                                                                                  object pure

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

                                                                                                  Type Members

                                                                                                  1. final case class FiberCtx[E](self: PureFiber[E, _], masks: List[MaskId] = Nil, finalizers: List[PureConc[E, Unit]] = Nil) extends Product with Serializable
                                                                                                  2. type FiberR[E, A] = Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], A]
                                                                                                  3. type Finalizer[E] = Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], Universe, Unit]
                                                                                                  4. type IdOC[E, A] = Outcome[Id, E, A]
                                                                                                  5. type MVarR[F[_], A] = Kleisli[F, Universe, A]
                                                                                                  6. final class MaskId extends AnyRef
                                                                                                  7. type PureConc[E, A] = Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], Universe, A]
                                                                                                  8. final class PureFiber[E, A] extends Fiber[[β$60$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$60$], E, A] with Serializable
                                                                                                  9. type ResolvedPC[E, A] = FreeT[ThreadF, [β$3$]Outcome[[A]A, E, β$3$], A]

                                                                                                  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. implicit def allocateForPureConc[E]: GenConcurrent[[β$23$]Kleisli[[β$2$]FreeT[ThreadF, [β$1$]Kleisli[[β$0$]Outcome[[A]A, E, β$0$], FiberCtx[E], β$1$], β$2$], UnsafeRef[Map[MVar[Any], Any]], β$23$], E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. implicit def eqPureConc[E, A](implicit arg0: Eq[E], arg1: Eq[A]): Eq[PureConc[E, A]]
                                                                                                  9. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  10. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  11. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  14. implicit def monadErrorIdOC[E]: MonadError[[β$4$]Outcome[[A]A, E, β$4$], E]
                                                                                                  15. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  16. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  18. implicit def orderForPureConc[E, A](implicit arg0: Order[E], arg1: Order[A]): Order[PureConc[E, A]]
                                                                                                  19. def resolveMain[E, A](pc: PureConc[E, A]): ResolvedPC[E, IdOC[E, A]]
                                                                                                  20. def run[E, A](pc: PureConc[E, A]): Outcome[Option, E, A]

                                                                                                    Produces Succeeded(None) when the main fiber is deadlocked.

                                                                                                    Produces Succeeded(None) when the main fiber is deadlocked. Note that deadlocks outside of the main fiber are ignored when results are appropriately produced (i.e. daemon semantics).

                                                                                                  21. implicit def showPureConc[E, A](implicit arg0: Show[E], arg1: Show[A]): Show[PureConc[E, A]]
                                                                                                  22. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  23. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  24. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  25. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  26. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()
                                                                                                  27. object MaskId

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/AsyncLaws$.html b/api/3.x/cats/effect/laws/AsyncLaws$.html index 38670d67e0..df98645cf2 100644 --- a/api/3.x/cats/effect/laws/AsyncLaws$.html +++ b/api/3.x/cats/effect/laws/AsyncLaws$.html @@ -1,2 +1,2 @@

                                                                                                  object AsyncLaws

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Async[F]): AsyncLaws[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object AsyncLaws

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Async[F]): AsyncLaws[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/AsyncLaws.html b/api/3.x/cats/effect/laws/AsyncLaws.html index 873452c6af..d4d3d92a1b 100644 --- a/api/3.x/cats/effect/laws/AsyncLaws.html +++ b/api/3.x/cats/effect/laws/AsyncLaws.html @@ -1,2 +1,2 @@

                                                                                                  trait AsyncLaws[F[_]] extends GenTemporalLaws[F, Throwable] with SyncLaws[F]

                                                                                                  Source
                                                                                                  AsyncLaws.scala
                                                                                                  Linear Supertypes
                                                                                                  SyncLaws[F], GenTemporalLaws[F, Throwable], ClockLaws[F], GenSpawnLaws[F, Throwable], UniqueLaws[F], MonadCancelLaws[F, Throwable], MonadErrorLaws[F, Throwable], MonadLaws[F], FlatMapLaws[F], ApplicativeErrorLaws[F, Throwable], ApplicativeLaws[F], ApplyLaws[F], SemigroupalLaws[F], FunctorLaws[F], InvariantLaws[F], AnyRef, Any
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. AsyncLaws
                                                                                                  2. SyncLaws
                                                                                                  3. GenTemporalLaws
                                                                                                  4. ClockLaws
                                                                                                  5. GenSpawnLaws
                                                                                                  6. UniqueLaws
                                                                                                  7. MonadCancelLaws
                                                                                                  8. MonadErrorLaws
                                                                                                  9. MonadLaws
                                                                                                  10. FlatMapLaws
                                                                                                  11. ApplicativeErrorLaws
                                                                                                  12. ApplicativeLaws
                                                                                                  13. ApplyLaws
                                                                                                  14. SemigroupalLaws
                                                                                                  15. FunctorLaws
                                                                                                  16. InvariantLaws
                                                                                                  17. AnyRef
                                                                                                  18. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.Async[F]
                                                                                                    Definition Classes
                                                                                                    AsyncLawsSyncLawsGenTemporalLawsClockLawsGenSpawnLawsUniqueLawsMonadCancelLaws → MonadErrorLaws → MonadLaws → FlatMapLaws → ApplicativeErrorLaws → ApplicativeLaws → ApplyLaws → SemigroupalLaws → FunctorLaws → InvariantLaws

                                                                                                  Concrete 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. def adaptErrorPure[A](a: A, f: (Throwable) => Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  5. def adaptErrorRaise[A](e: Throwable, f: (Throwable) => Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  6. def apProductConsistent[A, B](fa: F[A], f: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  7. def applicativeComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  8. def applicativeErrorHandle[A](e: Throwable, f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  9. def applicativeErrorHandleWith[A](e: Throwable, f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  10. def applicativeHomomorphism[A, B](a: A, f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  11. def applicativeIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  12. def applicativeInterchange[A, B](a: A, ff: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  13. def applicativeMap[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  14. def applicativeUnit[A](a: A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  15. def applyComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  16. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  17. def asyncCancelTokenIsUnsequencedOnCompletion[A](a: A, fu: F[Unit]): IsEq[F[A]]
                                                                                                  18. def asyncCancelTokenIsUnsequencedOnError[A](e: Throwable, fu: F[Unit]): IsEq[F[A]]
                                                                                                  19. def asyncCheckAttemptImmediateIsPure[A](a: A): IsEq[F[A]]
                                                                                                  20. def asyncCheckAttemptSuspendedLeftIsAsyncLeft[A](e: Throwable, fu: F[Unit]): IsEq[F[A]]
                                                                                                  21. def asyncCheckAttemptSuspendedRightIsAsyncRight[A](a: A, fu: F[Unit]): IsEq[F[A]]
                                                                                                  22. def asyncLeftIsUncancelableSequencedRaiseError[A](e: Throwable, fu: F[Unit]): IsEq[F[A]]
                                                                                                  23. def asyncRepeatedCallbackIgnored[A](a: A): IsEq[F[A]]
                                                                                                  24. def asyncRightIsUncancelableSequencedPure[A](a: A, fu: F[Unit]): IsEq[F[A]]
                                                                                                  25. def attemptConsistentWithAttemptT[A](fa: F[A]): laws.IsEq[EitherT[F, Throwable, A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  26. def attemptFromEitherConsistentWithPure[A](eab: Either[Throwable, A]): laws.IsEq[F[Either[Throwable, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  27. def canceledAssociatesLeftOverFlatMap[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  28. def canceledSequencesOnCancelInOrder(fin1: F[Unit], fin2: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  29. def canceledUnitIdentity: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  30. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  31. def covariantComposition[A, B, C](fa: F[A], f: (A) => B, g: (B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  32. def covariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  33. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  34. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  35. def evalOnCanceledIdentity(ec: ExecutionContext): IsEq[F[Unit]]
                                                                                                  36. def evalOnLocalPure(ec: ExecutionContext): IsEq[F[ExecutionContext]]
                                                                                                  37. def evalOnNeverIdentity(ec: ExecutionContext): IsEq[F[Unit]]
                                                                                                  38. def evalOnPureIdentity[A](a: A, ec: ExecutionContext): IsEq[F[A]]
                                                                                                  39. def evalOnRaiseErrorIdentity(e: Throwable, ec: ExecutionContext): IsEq[F[Unit]]
                                                                                                  40. def executionContextCommutativity[A](fa: F[A]): IsEq[F[ExecutionContext]]
                                                                                                  41. def fiberCancelationIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  42. def fiberCanceledIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  43. def fiberErrorIsOutcomeErrored(e: Throwable): IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  44. def fiberJoinIsGuaranteeCase[A](fa0: F[A], f: (kernel.Outcome[F, Throwable, A]) => F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  45. def fiberNeverIsNever: IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  46. def fiberPureIsOutcomeCompletedPure[A](a: A): IsEq[F[kernel.Outcome[F, Throwable, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  47. def fiberStartOfNeverIsUnit: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  48. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  49. def flatMapAssociativity[A, B, C](fa: F[A], f: (A) => F[B], g: (B) => F[C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  50. def flatMapConsistentApply[A, B](fa: F[A], fab: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  51. def flatMapFromTailRecMConsistency[A, B](fa: F[A], fn: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  52. def forceRAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  53. def forceRCanceledShortCircuits[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  54. def forceRDiscardsError[A](e: Throwable, fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  55. def forceRDiscardsPure[A, B](a: A, fa: F[B]): IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  56. def forceRNeverIsNever[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  57. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  58. def guaranteeIsGuaranteeCase[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  59. def handleErrorConsistentWithRecover[A](fa: F[A], f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  60. def handleErrorPure[A](a: A, f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  61. def handleErrorWithConsistentWithRecoverWith[A](fa: F[A], f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  62. def handleErrorWithPure[A](a: A, f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  63. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  64. def invariantComposition[A, B, C](fa: F[A], f1: (A) => B, f2: (B) => A, g1: (B) => C, g2: (C) => B): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  65. def invariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  66. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  67. def kleisliAssociativity[A, B, C, D](f: (A) => F[B], g: (B) => F[C], h: (C) => F[D], a: A): laws.IsEq[F[D]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  68. def kleisliLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  69. def kleisliRightIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  70. def map2EvalConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  71. def map2ProductConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  72. def mapFlatMapCoherence[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  73. def monadErrorEnsureConsistency[A](fa: F[A], e: Throwable, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  74. def monadErrorEnsureOrConsistency[A](fa: F[A], e: (A) => Throwable, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  75. def monadErrorLeftZero[A, B](e: Throwable, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  76. def monadLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  77. def monadRightIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  78. def monoidalLeftIdentity[A](fa: F[A]): (F[(Unit, A)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  79. def monoidalRightIdentity[A](fa: F[A]): (F[(A, Unit)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  80. def monotonicSleepSumIdentity(delta: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                    Definition Classes
                                                                                                    GenTemporalLaws
                                                                                                  81. def monotonicity: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    ClockLaws
                                                                                                  82. def mproductConsistency[A, B](fa: F[A], fb: (A) => F[B]): laws.IsEq[F[(A, B)]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  83. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  84. def neverDominatesOverFlatMap[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  85. def neverIsDerivedFromAsync[A]: IsEq[F[A]]
                                                                                                  86. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  87. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  88. def onCancelAssociatesOverUncancelableBoundary[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  89. def onCancelImpliesUncancelable[A](fa: F[A], fin1: F[Unit], fin2: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  90. def onErrorPure[A](a: A, f: (Throwable) => F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  91. def onErrorRaise[A](fa: F[A], e: Throwable, fb: F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  92. def productLConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  93. def productRConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  94. def pureAttempt[A](a: A): laws.IsEq[F[Either[Throwable, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  95. def raceDerivesFromRacePairLeft[A, B](fa: F[A]): IsEq[F[Either[A, B]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  96. def raceDerivesFromRacePairRight[A, B](fb: F[B]): IsEq[F[Either[A, B]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  97. def raceNeverNoncanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  98. def raceNeverNoncanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  99. def raiseErrorAttempt(e: Throwable): laws.IsEq[F[Either[Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  100. def raiseErrorDistributesOverApLeft[A](h: (Throwable) => F[A], e: Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  101. def raiseErrorDistributesOverApRight[A](h: (Throwable) => F[A], e: Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  102. def recoverConsistentWithRecoverWith[A](fa: F[A], pf: PartialFunction[Throwable, A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  103. def redeemDerivedFromAttemptMap[A, B](fa: F[A], fe: (Throwable) => B, fs: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  104. def redeemWithDerivedFromAttemptFlatMap[A, B](fa: F[A], fe: (Throwable) => F[B], fs: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  105. def repeatedSuspendNotMemoized[A](a: A, f: (A) => A, hint: Type): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    SyncLaws
                                                                                                  106. def replicateAVoidReplicateA_Consistent[A](n: Int, fa: F[A]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  107. def rethrowAttempt[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  108. def semigroupalAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): (F[(A, (B, C))], F[((A, B), C)])
                                                                                                    Definition Classes
                                                                                                    SemigroupalLaws
                                                                                                  109. def sleepRaceMinimum(d1: FiniteDuration, d2: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                    Definition Classes
                                                                                                    GenTemporalLaws
                                                                                                  110. def startSleepMaximum(d1: FiniteDuration, d2: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                    Definition Classes
                                                                                                    GenTemporalLaws
                                                                                                  111. def suspendThrowIsRaiseError[A](e: Throwable, hint: Type): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    SyncLaws
                                                                                                  112. def suspendValueIsPure[A](a: A, hint: Type): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    SyncLaws
                                                                                                  113. def syncStepIdentity[A](fa: F[A], limit: Int): IsEq[F[A]]
                                                                                                  114. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  115. def tailRecMConsistentFlatMap[A](a: A, f: (A) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  116. lazy val tailRecMStackSafety: laws.IsEq[F[Int]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  117. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  118. def uncancelableCancelCancels: IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  119. def uncancelableCanceledAssociatesRightOverFlatMapAttempt[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  120. def uncancelableEliminatesOnCancel[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  121. def uncancelableFinalizers[A](fin: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  122. def uncancelableIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  123. def uncancelableIgnoredPollEliminatesNesting[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  124. def uncancelablePollInverseNestIsUncancelable[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  125. def uncancelablePollIsIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  126. def uncancelableRaceNotInherited: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  127. def uncancelableStartIsCancelable: IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  128. def uniqueness: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    UniqueLaws
                                                                                                  129. def unsequencedSuspendIsNoop[A](a: A, f: (A) => A, hint: Type): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    SyncLaws
                                                                                                  130. def voidErrorConsistentWithHandleError(fu: F[Unit]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  131. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  132. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  133. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def raceCanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  2. def raceCanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  Inherited from SyncLaws[F]

                                                                                                  Inherited from GenTemporalLaws[F, Throwable]

                                                                                                  Inherited from ClockLaws[F]

                                                                                                  Inherited from GenSpawnLaws[F, Throwable]

                                                                                                  Inherited from UniqueLaws[F]

                                                                                                  Inherited from MonadCancelLaws[F, Throwable]

                                                                                                  Inherited from MonadErrorLaws[F, Throwable]

                                                                                                  Inherited from MonadLaws[F]

                                                                                                  Inherited from FlatMapLaws[F]

                                                                                                  Inherited from ApplicativeErrorLaws[F, Throwable]

                                                                                                  Inherited from ApplicativeLaws[F]

                                                                                                  Inherited from ApplyLaws[F]

                                                                                                  Inherited from SemigroupalLaws[F]

                                                                                                  Inherited from FunctorLaws[F]

                                                                                                  Inherited from InvariantLaws[F]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait AsyncLaws[F[_]] extends GenTemporalLaws[F, Throwable] with SyncLaws[F]

                                                                                                  Source
                                                                                                  AsyncLaws.scala
                                                                                                  Linear Supertypes
                                                                                                  SyncLaws[F], GenTemporalLaws[F, Throwable], ClockLaws[F], GenSpawnLaws[F, Throwable], UniqueLaws[F], MonadCancelLaws[F, Throwable], MonadErrorLaws[F, Throwable], MonadLaws[F], FlatMapLaws[F], ApplicativeErrorLaws[F, Throwable], ApplicativeLaws[F], ApplyLaws[F], SemigroupalLaws[F], FunctorLaws[F], InvariantLaws[F], AnyRef, Any
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. AsyncLaws
                                                                                                  2. SyncLaws
                                                                                                  3. GenTemporalLaws
                                                                                                  4. ClockLaws
                                                                                                  5. GenSpawnLaws
                                                                                                  6. UniqueLaws
                                                                                                  7. MonadCancelLaws
                                                                                                  8. MonadErrorLaws
                                                                                                  9. MonadLaws
                                                                                                  10. FlatMapLaws
                                                                                                  11. ApplicativeErrorLaws
                                                                                                  12. ApplicativeLaws
                                                                                                  13. ApplyLaws
                                                                                                  14. SemigroupalLaws
                                                                                                  15. FunctorLaws
                                                                                                  16. InvariantLaws
                                                                                                  17. AnyRef
                                                                                                  18. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.Async[F]
                                                                                                    Definition Classes
                                                                                                    AsyncLawsSyncLawsGenTemporalLawsClockLawsGenSpawnLawsUniqueLawsMonadCancelLaws → MonadErrorLaws → MonadLaws → FlatMapLaws → ApplicativeErrorLaws → ApplicativeLaws → ApplyLaws → SemigroupalLaws → FunctorLaws → InvariantLaws

                                                                                                  Concrete 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. def adaptErrorPure[A](a: A, f: (Throwable) => Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  5. def adaptErrorRaise[A](e: Throwable, f: (Throwable) => Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  6. def apProductConsistent[A, B](fa: F[A], f: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  7. def applicativeComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  8. def applicativeErrorHandle[A](e: Throwable, f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  9. def applicativeErrorHandleWith[A](e: Throwable, f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  10. def applicativeHomomorphism[A, B](a: A, f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  11. def applicativeIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  12. def applicativeInterchange[A, B](a: A, ff: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  13. def applicativeMap[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  14. def applicativeUnit[A](a: A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  15. def applyComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  16. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  17. def asyncCancelTokenIsUnsequencedOnCompletion[A](a: A, fu: F[Unit]): IsEq[F[A]]
                                                                                                  18. def asyncCancelTokenIsUnsequencedOnError[A](e: Throwable, fu: F[Unit]): IsEq[F[A]]
                                                                                                  19. def asyncCheckAttemptImmediateIsPure[A](a: A): IsEq[F[A]]
                                                                                                  20. def asyncCheckAttemptSuspendedLeftIsAsyncLeft[A](e: Throwable, fu: F[Unit]): IsEq[F[A]]
                                                                                                  21. def asyncCheckAttemptSuspendedRightIsAsyncRight[A](a: A, fu: F[Unit]): IsEq[F[A]]
                                                                                                  22. def asyncLeftIsUncancelableSequencedRaiseError[A](e: Throwable, fu: F[Unit]): IsEq[F[A]]
                                                                                                  23. def asyncRepeatedCallbackIgnored[A](a: A): IsEq[F[A]]
                                                                                                  24. def asyncRightIsUncancelableSequencedPure[A](a: A, fu: F[Unit]): IsEq[F[A]]
                                                                                                  25. def attemptConsistentWithAttemptT[A](fa: F[A]): laws.IsEq[EitherT[F, Throwable, A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  26. def attemptFromEitherConsistentWithPure[A](eab: Either[Throwable, A]): laws.IsEq[F[Either[Throwable, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  27. def canceledAssociatesLeftOverFlatMap[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  28. def canceledSequencesOnCancelInOrder(fin1: F[Unit], fin2: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  29. def canceledUnitIdentity: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  30. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  31. def covariantComposition[A, B, C](fa: F[A], f: (A) => B, g: (B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  32. def covariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  33. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  34. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  35. def evalOnCanceledIdentity(ec: ExecutionContext): IsEq[F[Unit]]
                                                                                                  36. def evalOnLocalPure(ec: ExecutionContext): IsEq[F[ExecutionContext]]
                                                                                                  37. def evalOnNeverIdentity(ec: ExecutionContext): IsEq[F[Unit]]
                                                                                                  38. def evalOnPureIdentity[A](a: A, ec: ExecutionContext): IsEq[F[A]]
                                                                                                  39. def evalOnRaiseErrorIdentity(e: Throwable, ec: ExecutionContext): IsEq[F[Unit]]
                                                                                                  40. def executionContextCommutativity[A](fa: F[A]): IsEq[F[ExecutionContext]]
                                                                                                  41. def fiberCancelationIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  42. def fiberCanceledIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  43. def fiberErrorIsOutcomeErrored(e: Throwable): IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  44. def fiberJoinIsGuaranteeCase[A](fa0: F[A], f: (kernel.Outcome[F, Throwable, A]) => F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  45. def fiberNeverIsNever: IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  46. def fiberPureIsOutcomeCompletedPure[A](a: A): IsEq[F[kernel.Outcome[F, Throwable, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  47. def fiberStartOfNeverIsUnit: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  48. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  49. def flatMapAssociativity[A, B, C](fa: F[A], f: (A) => F[B], g: (B) => F[C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  50. def flatMapConsistentApply[A, B](fa: F[A], fab: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  51. def flatMapFromTailRecMConsistency[A, B](fa: F[A], fn: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  52. def forceRAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  53. def forceRCanceledShortCircuits[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  54. def forceRDiscardsError[A](e: Throwable, fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  55. def forceRDiscardsPure[A, B](a: A, fa: F[B]): IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  56. def forceRNeverIsNever[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  57. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  58. def guaranteeIsGuaranteeCase[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  59. def handleErrorConsistentWithRecover[A](fa: F[A], f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  60. def handleErrorPure[A](a: A, f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  61. def handleErrorWithConsistentWithRecoverWith[A](fa: F[A], f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  62. def handleErrorWithPure[A](a: A, f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  63. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  64. def invariantComposition[A, B, C](fa: F[A], f1: (A) => B, f2: (B) => A, g1: (B) => C, g2: (C) => B): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  65. def invariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  66. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  67. def kleisliAssociativity[A, B, C, D](f: (A) => F[B], g: (B) => F[C], h: (C) => F[D], a: A): laws.IsEq[F[D]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  68. def kleisliLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  69. def kleisliRightIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  70. def map2EvalConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  71. def map2ProductConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  72. def mapFlatMapCoherence[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  73. def monadErrorEnsureConsistency[A](fa: F[A], e: Throwable, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  74. def monadErrorEnsureOrConsistency[A](fa: F[A], e: (A) => Throwable, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  75. def monadErrorLeftZero[A, B](e: Throwable, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  76. def monadLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  77. def monadRightIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  78. def monoidalLeftIdentity[A](fa: F[A]): (F[(Unit, A)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  79. def monoidalRightIdentity[A](fa: F[A]): (F[(A, Unit)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  80. def monotonicSleepSumIdentity(delta: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                    Definition Classes
                                                                                                    GenTemporalLaws
                                                                                                  81. def monotonicity: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    ClockLaws
                                                                                                  82. def mproductConsistency[A, B](fa: F[A], fb: (A) => F[B]): laws.IsEq[F[(A, B)]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  83. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  84. def neverDominatesOverFlatMap[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  85. def neverIsDerivedFromAsync[A]: IsEq[F[A]]
                                                                                                  86. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  87. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  88. def onCancelAssociatesOverUncancelableBoundary[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  89. def onCancelImpliesUncancelable[A](fa: F[A], fin1: F[Unit], fin2: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  90. def onErrorPure[A](a: A, f: (Throwable) => F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  91. def onErrorRaise[A](fa: F[A], e: Throwable, fb: F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  92. def productLConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  93. def productRConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  94. def pureAttempt[A](a: A): laws.IsEq[F[Either[Throwable, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  95. def raceDerivesFromRacePairLeft[A, B](fa: F[A]): IsEq[F[Either[A, B]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  96. def raceDerivesFromRacePairRight[A, B](fb: F[B]): IsEq[F[Either[A, B]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  97. def raceNeverNoncanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  98. def raceNeverNoncanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  99. def raiseErrorAttempt(e: Throwable): laws.IsEq[F[Either[Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  100. def raiseErrorDistributesOverApLeft[A](h: (Throwable) => F[A], e: Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  101. def raiseErrorDistributesOverApRight[A](h: (Throwable) => F[A], e: Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  102. def recoverConsistentWithRecoverWith[A](fa: F[A], pf: PartialFunction[Throwable, A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  103. def redeemDerivedFromAttemptMap[A, B](fa: F[A], fe: (Throwable) => B, fs: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  104. def redeemWithDerivedFromAttemptFlatMap[A, B](fa: F[A], fe: (Throwable) => F[B], fs: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  105. def repeatedSuspendNotMemoized[A](a: A, f: (A) => A, hint: Type): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    SyncLaws
                                                                                                  106. def replicateAVoidReplicateA_Consistent[A](n: Int, fa: F[A]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  107. def rethrowAttempt[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  108. def semigroupalAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): (F[(A, (B, C))], F[((A, B), C)])
                                                                                                    Definition Classes
                                                                                                    SemigroupalLaws
                                                                                                  109. def sleepRaceMinimum(d1: FiniteDuration, d2: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                    Definition Classes
                                                                                                    GenTemporalLaws
                                                                                                  110. def startSleepMaximum(d1: FiniteDuration, d2: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                    Definition Classes
                                                                                                    GenTemporalLaws
                                                                                                  111. def suspendThrowIsRaiseError[A](e: Throwable, hint: Type): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    SyncLaws
                                                                                                  112. def suspendValueIsPure[A](a: A, hint: Type): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    SyncLaws
                                                                                                  113. def syncStepIdentity[A](fa: F[A], limit: Int): IsEq[F[A]]
                                                                                                  114. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  115. def tailRecMConsistentFlatMap[A](a: A, f: (A) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  116. lazy val tailRecMStackSafety: laws.IsEq[F[Int]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  117. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  118. def uncancelableCancelCancels: IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  119. def uncancelableCanceledAssociatesRightOverFlatMapAttempt[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  120. def uncancelableEliminatesOnCancel[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  121. def uncancelableFinalizers[A](fin: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  122. def uncancelableIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  123. def uncancelableIgnoredPollEliminatesNesting[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  124. def uncancelablePollInverseNestIsUncancelable[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  125. def uncancelablePollIsIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  126. def uncancelableRaceNotInherited: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  127. def uncancelableStartIsCancelable: IsEq[F[kernel.Outcome[F, Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  128. def uniqueness: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    UniqueLaws
                                                                                                  129. def unsequencedSuspendIsNoop[A](a: A, f: (A) => A, hint: Type): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    SyncLaws
                                                                                                  130. def voidErrorConsistentWithHandleError(fu: F[Unit]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  131. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  132. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  133. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def raceCanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  2. def raceCanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  Inherited from SyncLaws[F]

                                                                                                  Inherited from GenTemporalLaws[F, Throwable]

                                                                                                  Inherited from ClockLaws[F]

                                                                                                  Inherited from GenSpawnLaws[F, Throwable]

                                                                                                  Inherited from UniqueLaws[F]

                                                                                                  Inherited from MonadCancelLaws[F, Throwable]

                                                                                                  Inherited from MonadErrorLaws[F, Throwable]

                                                                                                  Inherited from MonadLaws[F]

                                                                                                  Inherited from FlatMapLaws[F]

                                                                                                  Inherited from ApplicativeErrorLaws[F, Throwable]

                                                                                                  Inherited from ApplicativeLaws[F]

                                                                                                  Inherited from ApplyLaws[F]

                                                                                                  Inherited from SemigroupalLaws[F]

                                                                                                  Inherited from FunctorLaws[F]

                                                                                                  Inherited from InvariantLaws[F]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/AsyncTests$.html b/api/3.x/cats/effect/laws/AsyncTests$.html index 59d2751655..9ae1588361 100644 --- a/api/3.x/cats/effect/laws/AsyncTests$.html +++ b/api/3.x/cats/effect/laws/AsyncTests$.html @@ -1,2 +1,2 @@

                                                                                                  object AsyncTests

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Async[F]): AsyncTests[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object AsyncTests

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Async[F]): AsyncTests[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/AsyncTests.html b/api/3.x/cats/effect/laws/AsyncTests.html index f2c46c386d..efa5a37672 100644 --- a/api/3.x/cats/effect/laws/AsyncTests.html +++ b/api/3.x/cats/effect/laws/AsyncTests.html @@ -1,2 +1,2 @@

                                                                                                  trait AsyncTests[F[_]] extends GenTemporalTests[F, Throwable] with SyncTests[F]

                                                                                                  Source
                                                                                                  AsyncTests.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. AsyncTests
                                                                                                  2. SyncTests
                                                                                                  3. GenTemporalTests
                                                                                                  4. ClockTests
                                                                                                  5. GenSpawnTests
                                                                                                  6. UniqueTests
                                                                                                  7. MonadCancelTests
                                                                                                  8. MonadErrorTests
                                                                                                  9. MonadTests
                                                                                                  10. FlatMapTests
                                                                                                  11. ApplicativeErrorTests
                                                                                                  12. ApplicativeTests
                                                                                                  13. ApplyTests
                                                                                                  14. SemigroupalTests
                                                                                                  15. FunctorTests
                                                                                                  16. InvariantTests
                                                                                                  17. Laws
                                                                                                  18. AnyRef
                                                                                                  19. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: AsyncLaws[F]
                                                                                                    Definition Classes
                                                                                                    AsyncTestsSyncTestsGenTemporalTestsClockTestsGenSpawnTestsUniqueTestsMonadCancelTests → MonadErrorTests → MonadTests → FlatMapTests → ApplicativeErrorTests → ApplicativeTests → ApplyTests → SemigroupalTests → FunctorTests → InvariantTests

                                                                                                  Concrete 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. def applicative[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeTests
                                                                                                  5. def applicativeError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqEitherTFEA: Eq[EitherT[F, Throwable, A]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorTests
                                                                                                  6. def apply[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplyTests
                                                                                                  7. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def async[A, B, C](tolerance: FiniteDuration)(implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbST: Arbitrary[Type], ArbFiniteDuration: Arbitrary[FiniteDuration], ArbExecutionContext: Arbitrary[ExecutionContext], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], CogenOutcomeFEA: Cogen[kernel.Outcome[F, Throwable, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEC: Eq[F[ExecutionContext]], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F]): RuleSet
                                                                                                  9. def clock(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    ClockTests
                                                                                                  10. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  11. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  12. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  13. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  14. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  15. def flatMap[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FlatMapTests
                                                                                                  16. def functor[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FunctorTests
                                                                                                  17. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  18. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  19. def invariant[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    InvariantTests
                                                                                                  20. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  21. def monad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  22. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                  23. def monadError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqEitherTFEA: Eq[EitherT[F, Throwable, A]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadErrorTests
                                                                                                  24. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  25. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  26. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  27. def semigroupal[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], iso: Isomorphisms[F], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], EqFA: Eq[F[A]], EqFABC: Eq[F[(A, B, C)]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SemigroupalTests
                                                                                                  28. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], CogenOutcomeFEA: Cogen[kernel.Outcome[F, Throwable, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    GenSpawnTests
                                                                                                  29. def stackUnsafeMonad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  30. def sync[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbST: Arbitrary[Type], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SyncTests
                                                                                                  31. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  32. def temporal[A, B, C](tolerance: FiniteDuration)(implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbFiniteDuration: Arbitrary[FiniteDuration], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], CogenOutcomeFEA: Cogen[kernel.Outcome[F, Throwable, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    GenTemporalTests
                                                                                                  33. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  34. def unique(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    UniqueTests
                                                                                                  35. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  36. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  37. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def async[A, B, C](implicit tolerance: FiniteDuration, AA: Arbitrary[A], AE: Eq[A], BA: Arbitrary[B], BE: Eq[B], CA: Arbitrary[C], CE: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbST: Arbitrary[Type], ArbFiniteDuration: Arbitrary[FiniteDuration], ArbExecutionContext: Arbitrary[ExecutionContext], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEC: Eq[F[ExecutionContext]], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (Throwable) => Pretty, foaPP: (F[kernel.Outcome[F, Throwable, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, Throwable, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  2. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (Throwable) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  3. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (Throwable) => Pretty, foaPP: (F[kernel.Outcome[F, Throwable, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, Throwable, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    GenSpawnTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  4. def temporal[A, B, C](implicit tolerance: FiniteDuration, AA: Arbitrary[A], AE: Eq[A], BA: Arbitrary[B], BE: Eq[B], CA: Arbitrary[C], CE: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbFiniteDuration: Arbitrary[FiniteDuration], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (Throwable) => Pretty, foaPP: (F[kernel.Outcome[F, Throwable, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, Throwable, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    GenTemporalTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  Inherited from SyncTests[F]

                                                                                                  Inherited from GenTemporalTests[F, Throwable]

                                                                                                  Inherited from ClockTests[F]

                                                                                                  Inherited from GenSpawnTests[F, Throwable]

                                                                                                  Inherited from UniqueTests[F]

                                                                                                  Inherited from MonadCancelTests[F, Throwable]

                                                                                                  Inherited from MonadErrorTests[F, Throwable]

                                                                                                  Inherited from MonadTests[F]

                                                                                                  Inherited from FlatMapTests[F]

                                                                                                  Inherited from ApplicativeErrorTests[F, Throwable]

                                                                                                  Inherited from ApplicativeTests[F]

                                                                                                  Inherited from ApplyTests[F]

                                                                                                  Inherited from SemigroupalTests[F]

                                                                                                  Inherited from FunctorTests[F]

                                                                                                  Inherited from InvariantTests[F]

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait AsyncTests[F[_]] extends GenTemporalTests[F, Throwable] with SyncTests[F]

                                                                                                  Source
                                                                                                  AsyncTests.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. AsyncTests
                                                                                                  2. SyncTests
                                                                                                  3. GenTemporalTests
                                                                                                  4. ClockTests
                                                                                                  5. GenSpawnTests
                                                                                                  6. UniqueTests
                                                                                                  7. MonadCancelTests
                                                                                                  8. MonadErrorTests
                                                                                                  9. MonadTests
                                                                                                  10. FlatMapTests
                                                                                                  11. ApplicativeErrorTests
                                                                                                  12. ApplicativeTests
                                                                                                  13. ApplyTests
                                                                                                  14. SemigroupalTests
                                                                                                  15. FunctorTests
                                                                                                  16. InvariantTests
                                                                                                  17. Laws
                                                                                                  18. AnyRef
                                                                                                  19. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: AsyncLaws[F]
                                                                                                    Definition Classes
                                                                                                    AsyncTestsSyncTestsGenTemporalTestsClockTestsGenSpawnTestsUniqueTestsMonadCancelTests → MonadErrorTests → MonadTests → FlatMapTests → ApplicativeErrorTests → ApplicativeTests → ApplyTests → SemigroupalTests → FunctorTests → InvariantTests

                                                                                                  Concrete 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. def applicative[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeTests
                                                                                                  5. def applicativeError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqEitherTFEA: Eq[EitherT[F, Throwable, A]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorTests
                                                                                                  6. def apply[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplyTests
                                                                                                  7. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def async[A, B, C](tolerance: FiniteDuration)(implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbST: Arbitrary[Type], ArbFiniteDuration: Arbitrary[FiniteDuration], ArbExecutionContext: Arbitrary[ExecutionContext], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], CogenOutcomeFEA: Cogen[kernel.Outcome[F, Throwable, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEC: Eq[F[ExecutionContext]], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F]): RuleSet
                                                                                                  9. def clock(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    ClockTests
                                                                                                  10. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  11. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  12. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  13. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  14. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  15. def flatMap[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FlatMapTests
                                                                                                  16. def functor[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FunctorTests
                                                                                                  17. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  18. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  19. def invariant[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    InvariantTests
                                                                                                  20. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  21. def monad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  22. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                  23. def monadError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqEitherTFEA: Eq[EitherT[F, Throwable, A]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadErrorTests
                                                                                                  24. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  25. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  26. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  27. def semigroupal[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], iso: Isomorphisms[F], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], EqFA: Eq[F[A]], EqFABC: Eq[F[(A, B, C)]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SemigroupalTests
                                                                                                  28. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], CogenOutcomeFEA: Cogen[kernel.Outcome[F, Throwable, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    GenSpawnTests
                                                                                                  29. def stackUnsafeMonad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  30. def sync[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbST: Arbitrary[Type], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SyncTests
                                                                                                  31. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  32. def temporal[A, B, C](tolerance: FiniteDuration)(implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbFiniteDuration: Arbitrary[FiniteDuration], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], CogenOutcomeFEA: Cogen[kernel.Outcome[F, Throwable, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    GenTemporalTests
                                                                                                  33. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  34. def unique(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    UniqueTests
                                                                                                  35. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  36. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  37. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def async[A, B, C](implicit tolerance: FiniteDuration, AA: Arbitrary[A], AE: Eq[A], BA: Arbitrary[B], BE: Eq[B], CA: Arbitrary[C], CE: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbST: Arbitrary[Type], ArbFiniteDuration: Arbitrary[FiniteDuration], ArbExecutionContext: Arbitrary[ExecutionContext], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEC: Eq[F[ExecutionContext]], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (Throwable) => Pretty, foaPP: (F[kernel.Outcome[F, Throwable, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, Throwable, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  2. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (Throwable) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  3. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (Throwable) => Pretty, foaPP: (F[kernel.Outcome[F, Throwable, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, Throwable, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    GenSpawnTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  4. def temporal[A, B, C](implicit tolerance: FiniteDuration, AA: Arbitrary[A], AE: Eq[A], BA: Arbitrary[B], BE: Eq[B], CA: Arbitrary[C], CE: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbFiniteDuration: Arbitrary[FiniteDuration], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, Throwable, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, Throwable, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (Throwable) => Pretty, foaPP: (F[kernel.Outcome[F, Throwable, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, Throwable, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    GenTemporalTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  Inherited from SyncTests[F]

                                                                                                  Inherited from GenTemporalTests[F, Throwable]

                                                                                                  Inherited from ClockTests[F]

                                                                                                  Inherited from GenSpawnTests[F, Throwable]

                                                                                                  Inherited from UniqueTests[F]

                                                                                                  Inherited from MonadCancelTests[F, Throwable]

                                                                                                  Inherited from MonadErrorTests[F, Throwable]

                                                                                                  Inherited from MonadTests[F]

                                                                                                  Inherited from FlatMapTests[F]

                                                                                                  Inherited from ApplicativeErrorTests[F, Throwable]

                                                                                                  Inherited from ApplicativeTests[F]

                                                                                                  Inherited from ApplyTests[F]

                                                                                                  Inherited from SemigroupalTests[F]

                                                                                                  Inherited from FunctorTests[F]

                                                                                                  Inherited from InvariantTests[F]

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/ClockLaws$.html b/api/3.x/cats/effect/laws/ClockLaws$.html index 8313d5793f..7bdfe2d5f5 100644 --- a/api/3.x/cats/effect/laws/ClockLaws$.html +++ b/api/3.x/cats/effect/laws/ClockLaws$.html @@ -1,2 +1,2 @@

                                                                                                  object ClockLaws

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Clock[F]): ClockLaws[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object ClockLaws

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Clock[F]): ClockLaws[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/ClockLaws.html b/api/3.x/cats/effect/laws/ClockLaws.html index 4e561cccab..a504a980a5 100644 --- a/api/3.x/cats/effect/laws/ClockLaws.html +++ b/api/3.x/cats/effect/laws/ClockLaws.html @@ -1,2 +1,2 @@

                                                                                                  trait ClockLaws[F[_]] extends AnyRef

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

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.Clock[F]

                                                                                                  Concrete 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. def monotonicity: F[Boolean]
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait ClockLaws[F[_]] extends AnyRef

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

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.Clock[F]

                                                                                                  Concrete 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. def monotonicity: F[Boolean]
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/ClockTests$.html b/api/3.x/cats/effect/laws/ClockTests$.html index 9c271ce51b..86d043c057 100644 --- a/api/3.x/cats/effect/laws/ClockTests$.html +++ b/api/3.x/cats/effect/laws/ClockTests$.html @@ -1,2 +1,2 @@

                                                                                                  object ClockTests

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Clock[F]): ClockTests[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object ClockTests

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Clock[F]): ClockTests[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/ClockTests.html b/api/3.x/cats/effect/laws/ClockTests.html index 132a7f236f..ef91c5394c 100644 --- a/api/3.x/cats/effect/laws/ClockTests.html +++ b/api/3.x/cats/effect/laws/ClockTests.html @@ -1,2 +1,2 @@

                                                                                                  trait ClockTests[F[_]] extends Laws

                                                                                                  Source
                                                                                                  ClockTests.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. ClockTests
                                                                                                  2. Laws
                                                                                                  3. AnyRef
                                                                                                  4. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: ClockLaws[F]

                                                                                                  Concrete 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 clock(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  8. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  9. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  10. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  11. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  14. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  15. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  18. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait ClockTests[F[_]] extends Laws

                                                                                                  Source
                                                                                                  ClockTests.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. ClockTests
                                                                                                  2. Laws
                                                                                                  3. AnyRef
                                                                                                  4. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: ClockLaws[F]

                                                                                                  Concrete 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 clock(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  8. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  9. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  10. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  11. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  14. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  15. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  18. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/GenSpawnLaws$.html b/api/3.x/cats/effect/laws/GenSpawnLaws$.html index 1ac4a14c22..0600e5004f 100644 --- a/api/3.x/cats/effect/laws/GenSpawnLaws$.html +++ b/api/3.x/cats/effect/laws/GenSpawnLaws$.html @@ -1,2 +1,2 @@

                                                                                                  object GenSpawnLaws

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.GenSpawn[F, E]): GenSpawnLaws[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object GenSpawnLaws

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.GenSpawn[F, E]): GenSpawnLaws[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/GenSpawnLaws.html b/api/3.x/cats/effect/laws/GenSpawnLaws.html index 070c5d156d..a267e0be9b 100644 --- a/api/3.x/cats/effect/laws/GenSpawnLaws.html +++ b/api/3.x/cats/effect/laws/GenSpawnLaws.html @@ -1,2 +1,2 @@

                                                                                                  trait GenSpawnLaws[F[_], E] extends MonadCancelLaws[F, E] with UniqueLaws[F]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. GenSpawnLaws
                                                                                                  2. UniqueLaws
                                                                                                  3. MonadCancelLaws
                                                                                                  4. MonadErrorLaws
                                                                                                  5. MonadLaws
                                                                                                  6. FlatMapLaws
                                                                                                  7. ApplicativeErrorLaws
                                                                                                  8. ApplicativeLaws
                                                                                                  9. ApplyLaws
                                                                                                  10. SemigroupalLaws
                                                                                                  11. FunctorLaws
                                                                                                  12. InvariantLaws
                                                                                                  13. AnyRef
                                                                                                  14. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.GenSpawn[F, E]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLawsUniqueLawsMonadCancelLaws → MonadErrorLaws → MonadLaws → FlatMapLaws → ApplicativeErrorLaws → ApplicativeLaws → ApplyLaws → SemigroupalLaws → FunctorLaws → InvariantLaws

                                                                                                  Concrete 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. def adaptErrorPure[A](a: A, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  5. def adaptErrorRaise[A](e: E, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  6. def apProductConsistent[A, B](fa: F[A], f: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  7. def applicativeComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  8. def applicativeErrorHandle[A](e: E, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  9. def applicativeErrorHandleWith[A](e: E, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  10. def applicativeHomomorphism[A, B](a: A, f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  11. def applicativeIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  12. def applicativeInterchange[A, B](a: A, ff: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  13. def applicativeMap[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  14. def applicativeUnit[A](a: A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  15. def applyComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  16. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  17. def attemptConsistentWithAttemptT[A](fa: F[A]): laws.IsEq[EitherT[F, E, A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  18. def attemptFromEitherConsistentWithPure[A](eab: Either[E, A]): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  19. def canceledAssociatesLeftOverFlatMap[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  20. def canceledSequencesOnCancelInOrder(fin1: F[Unit], fin2: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  21. def canceledUnitIdentity: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  22. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  23. def covariantComposition[A, B, C](fa: F[A], f: (A) => B, g: (B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  24. def covariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  25. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  26. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  27. def fiberCancelationIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  28. def fiberCanceledIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  29. def fiberErrorIsOutcomeErrored(e: E): IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  30. def fiberJoinIsGuaranteeCase[A](fa0: F[A], f: (kernel.Outcome[F, E, A]) => F[Unit]): IsEq[F[A]]
                                                                                                  31. def fiberNeverIsNever: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  32. def fiberPureIsOutcomeCompletedPure[A](a: A): IsEq[F[kernel.Outcome[F, E, A]]]
                                                                                                  33. def fiberStartOfNeverIsUnit: IsEq[F[Unit]]
                                                                                                  34. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  35. def flatMapAssociativity[A, B, C](fa: F[A], f: (A) => F[B], g: (B) => F[C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  36. def flatMapConsistentApply[A, B](fa: F[A], fab: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  37. def flatMapFromTailRecMConsistency[A, B](fa: F[A], fn: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  38. def forceRAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  39. def forceRCanceledShortCircuits[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  40. def forceRDiscardsError[A](e: E, fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  41. def forceRDiscardsPure[A, B](a: A, fa: F[B]): IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  42. def forceRNeverIsNever[A](fa: F[A]): IsEq[F[A]]
                                                                                                  43. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  44. def guaranteeIsGuaranteeCase[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  45. def handleErrorConsistentWithRecover[A](fa: F[A], f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  46. def handleErrorPure[A](a: A, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  47. def handleErrorWithConsistentWithRecoverWith[A](fa: F[A], f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  48. def handleErrorWithPure[A](a: A, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  49. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  50. def invariantComposition[A, B, C](fa: F[A], f1: (A) => B, f2: (B) => A, g1: (B) => C, g2: (C) => B): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  51. def invariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  52. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  53. def kleisliAssociativity[A, B, C, D](f: (A) => F[B], g: (B) => F[C], h: (C) => F[D], a: A): laws.IsEq[F[D]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  54. def kleisliLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  55. def kleisliRightIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  56. def map2EvalConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  57. def map2ProductConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  58. def mapFlatMapCoherence[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  59. def monadErrorEnsureConsistency[A](fa: F[A], e: E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  60. def monadErrorEnsureOrConsistency[A](fa: F[A], e: (A) => E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  61. def monadErrorLeftZero[A, B](e: E, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  62. def monadLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  63. def monadRightIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  64. def monoidalLeftIdentity[A](fa: F[A]): (F[(Unit, A)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  65. def monoidalRightIdentity[A](fa: F[A]): (F[(A, Unit)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  66. def mproductConsistency[A, B](fa: F[A], fb: (A) => F[B]): laws.IsEq[F[(A, B)]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  67. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  68. def neverDominatesOverFlatMap[A](fa: F[A]): IsEq[F[A]]
                                                                                                  69. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  70. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  71. def onCancelAssociatesOverUncancelableBoundary[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  72. def onCancelImpliesUncancelable[A](fa: F[A], fin1: F[Unit], fin2: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  73. def onErrorPure[A](a: A, f: (E) => F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  74. def onErrorRaise[A](fa: F[A], e: E, fb: F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  75. def productLConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  76. def productRConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  77. def pureAttempt[A](a: A): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  78. def raceDerivesFromRacePairLeft[A, B](fa: F[A]): IsEq[F[Either[A, B]]]
                                                                                                  79. def raceDerivesFromRacePairRight[A, B](fb: F[B]): IsEq[F[Either[A, B]]]
                                                                                                  80. def raceNeverNoncanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                  81. def raceNeverNoncanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                  82. def raiseErrorAttempt(e: E): laws.IsEq[F[Either[E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  83. def raiseErrorDistributesOverApLeft[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  84. def raiseErrorDistributesOverApRight[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  85. def recoverConsistentWithRecoverWith[A](fa: F[A], pf: PartialFunction[E, A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  86. def redeemDerivedFromAttemptMap[A, B](fa: F[A], fe: (E) => B, fs: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  87. def redeemWithDerivedFromAttemptFlatMap[A, B](fa: F[A], fe: (E) => F[B], fs: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  88. def replicateAVoidReplicateA_Consistent[A](n: Int, fa: F[A]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  89. def rethrowAttempt[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  90. def semigroupalAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): (F[(A, (B, C))], F[((A, B), C)])
                                                                                                    Definition Classes
                                                                                                    SemigroupalLaws
                                                                                                  91. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  92. def tailRecMConsistentFlatMap[A](a: A, f: (A) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  93. lazy val tailRecMStackSafety: laws.IsEq[F[Int]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  94. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  95. def uncancelableCancelCancels: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  96. def uncancelableCanceledAssociatesRightOverFlatMapAttempt[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  97. def uncancelableEliminatesOnCancel[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  98. def uncancelableFinalizers[A](fin: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  99. def uncancelableIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  100. def uncancelableIgnoredPollEliminatesNesting[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  101. def uncancelablePollInverseNestIsUncancelable[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  102. def uncancelablePollIsIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  103. def uncancelableRaceNotInherited: IsEq[F[Unit]]
                                                                                                  104. def uncancelableStartIsCancelable: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  105. def uniqueness: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    UniqueLaws
                                                                                                  106. def voidErrorConsistentWithHandleError(fu: F[Unit]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  107. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  108. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  109. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def raceCanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  2. def raceCanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  Inherited from UniqueLaws[F]

                                                                                                  Inherited from MonadCancelLaws[F, E]

                                                                                                  Inherited from MonadErrorLaws[F, E]

                                                                                                  Inherited from MonadLaws[F]

                                                                                                  Inherited from FlatMapLaws[F]

                                                                                                  Inherited from ApplicativeErrorLaws[F, E]

                                                                                                  Inherited from ApplicativeLaws[F]

                                                                                                  Inherited from ApplyLaws[F]

                                                                                                  Inherited from SemigroupalLaws[F]

                                                                                                  Inherited from FunctorLaws[F]

                                                                                                  Inherited from InvariantLaws[F]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait GenSpawnLaws[F[_], E] extends MonadCancelLaws[F, E] with UniqueLaws[F]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. GenSpawnLaws
                                                                                                  2. UniqueLaws
                                                                                                  3. MonadCancelLaws
                                                                                                  4. MonadErrorLaws
                                                                                                  5. MonadLaws
                                                                                                  6. FlatMapLaws
                                                                                                  7. ApplicativeErrorLaws
                                                                                                  8. ApplicativeLaws
                                                                                                  9. ApplyLaws
                                                                                                  10. SemigroupalLaws
                                                                                                  11. FunctorLaws
                                                                                                  12. InvariantLaws
                                                                                                  13. AnyRef
                                                                                                  14. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.GenSpawn[F, E]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLawsUniqueLawsMonadCancelLaws → MonadErrorLaws → MonadLaws → FlatMapLaws → ApplicativeErrorLaws → ApplicativeLaws → ApplyLaws → SemigroupalLaws → FunctorLaws → InvariantLaws

                                                                                                  Concrete 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. def adaptErrorPure[A](a: A, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  5. def adaptErrorRaise[A](e: E, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  6. def apProductConsistent[A, B](fa: F[A], f: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  7. def applicativeComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  8. def applicativeErrorHandle[A](e: E, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  9. def applicativeErrorHandleWith[A](e: E, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  10. def applicativeHomomorphism[A, B](a: A, f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  11. def applicativeIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  12. def applicativeInterchange[A, B](a: A, ff: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  13. def applicativeMap[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  14. def applicativeUnit[A](a: A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  15. def applyComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  16. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  17. def attemptConsistentWithAttemptT[A](fa: F[A]): laws.IsEq[EitherT[F, E, A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  18. def attemptFromEitherConsistentWithPure[A](eab: Either[E, A]): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  19. def canceledAssociatesLeftOverFlatMap[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  20. def canceledSequencesOnCancelInOrder(fin1: F[Unit], fin2: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  21. def canceledUnitIdentity: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  22. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  23. def covariantComposition[A, B, C](fa: F[A], f: (A) => B, g: (B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  24. def covariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  25. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  26. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  27. def fiberCancelationIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  28. def fiberCanceledIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  29. def fiberErrorIsOutcomeErrored(e: E): IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  30. def fiberJoinIsGuaranteeCase[A](fa0: F[A], f: (kernel.Outcome[F, E, A]) => F[Unit]): IsEq[F[A]]
                                                                                                  31. def fiberNeverIsNever: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  32. def fiberPureIsOutcomeCompletedPure[A](a: A): IsEq[F[kernel.Outcome[F, E, A]]]
                                                                                                  33. def fiberStartOfNeverIsUnit: IsEq[F[Unit]]
                                                                                                  34. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  35. def flatMapAssociativity[A, B, C](fa: F[A], f: (A) => F[B], g: (B) => F[C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  36. def flatMapConsistentApply[A, B](fa: F[A], fab: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  37. def flatMapFromTailRecMConsistency[A, B](fa: F[A], fn: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  38. def forceRAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  39. def forceRCanceledShortCircuits[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  40. def forceRDiscardsError[A](e: E, fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  41. def forceRDiscardsPure[A, B](a: A, fa: F[B]): IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  42. def forceRNeverIsNever[A](fa: F[A]): IsEq[F[A]]
                                                                                                  43. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  44. def guaranteeIsGuaranteeCase[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  45. def handleErrorConsistentWithRecover[A](fa: F[A], f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  46. def handleErrorPure[A](a: A, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  47. def handleErrorWithConsistentWithRecoverWith[A](fa: F[A], f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  48. def handleErrorWithPure[A](a: A, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  49. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  50. def invariantComposition[A, B, C](fa: F[A], f1: (A) => B, f2: (B) => A, g1: (B) => C, g2: (C) => B): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  51. def invariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  52. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  53. def kleisliAssociativity[A, B, C, D](f: (A) => F[B], g: (B) => F[C], h: (C) => F[D], a: A): laws.IsEq[F[D]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  54. def kleisliLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  55. def kleisliRightIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  56. def map2EvalConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  57. def map2ProductConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  58. def mapFlatMapCoherence[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  59. def monadErrorEnsureConsistency[A](fa: F[A], e: E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  60. def monadErrorEnsureOrConsistency[A](fa: F[A], e: (A) => E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  61. def monadErrorLeftZero[A, B](e: E, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  62. def monadLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  63. def monadRightIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  64. def monoidalLeftIdentity[A](fa: F[A]): (F[(Unit, A)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  65. def monoidalRightIdentity[A](fa: F[A]): (F[(A, Unit)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  66. def mproductConsistency[A, B](fa: F[A], fb: (A) => F[B]): laws.IsEq[F[(A, B)]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  67. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  68. def neverDominatesOverFlatMap[A](fa: F[A]): IsEq[F[A]]
                                                                                                  69. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  70. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  71. def onCancelAssociatesOverUncancelableBoundary[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  72. def onCancelImpliesUncancelable[A](fa: F[A], fin1: F[Unit], fin2: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  73. def onErrorPure[A](a: A, f: (E) => F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  74. def onErrorRaise[A](fa: F[A], e: E, fb: F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  75. def productLConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  76. def productRConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  77. def pureAttempt[A](a: A): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  78. def raceDerivesFromRacePairLeft[A, B](fa: F[A]): IsEq[F[Either[A, B]]]
                                                                                                  79. def raceDerivesFromRacePairRight[A, B](fb: F[B]): IsEq[F[Either[A, B]]]
                                                                                                  80. def raceNeverNoncanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                  81. def raceNeverNoncanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                  82. def raiseErrorAttempt(e: E): laws.IsEq[F[Either[E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  83. def raiseErrorDistributesOverApLeft[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  84. def raiseErrorDistributesOverApRight[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  85. def recoverConsistentWithRecoverWith[A](fa: F[A], pf: PartialFunction[E, A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  86. def redeemDerivedFromAttemptMap[A, B](fa: F[A], fe: (E) => B, fs: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  87. def redeemWithDerivedFromAttemptFlatMap[A, B](fa: F[A], fe: (E) => F[B], fs: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  88. def replicateAVoidReplicateA_Consistent[A](n: Int, fa: F[A]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  89. def rethrowAttempt[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  90. def semigroupalAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): (F[(A, (B, C))], F[((A, B), C)])
                                                                                                    Definition Classes
                                                                                                    SemigroupalLaws
                                                                                                  91. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  92. def tailRecMConsistentFlatMap[A](a: A, f: (A) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  93. lazy val tailRecMStackSafety: laws.IsEq[F[Int]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  94. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  95. def uncancelableCancelCancels: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  96. def uncancelableCanceledAssociatesRightOverFlatMapAttempt[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  97. def uncancelableEliminatesOnCancel[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  98. def uncancelableFinalizers[A](fin: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  99. def uncancelableIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  100. def uncancelableIgnoredPollEliminatesNesting[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  101. def uncancelablePollInverseNestIsUncancelable[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  102. def uncancelablePollIsIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  103. def uncancelableRaceNotInherited: IsEq[F[Unit]]
                                                                                                  104. def uncancelableStartIsCancelable: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                  105. def uniqueness: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    UniqueLaws
                                                                                                  106. def voidErrorConsistentWithHandleError(fu: F[Unit]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  107. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  108. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  109. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def raceCanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  2. def raceCanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  Inherited from UniqueLaws[F]

                                                                                                  Inherited from MonadCancelLaws[F, E]

                                                                                                  Inherited from MonadErrorLaws[F, E]

                                                                                                  Inherited from MonadLaws[F]

                                                                                                  Inherited from FlatMapLaws[F]

                                                                                                  Inherited from ApplicativeErrorLaws[F, E]

                                                                                                  Inherited from ApplicativeLaws[F]

                                                                                                  Inherited from ApplyLaws[F]

                                                                                                  Inherited from SemigroupalLaws[F]

                                                                                                  Inherited from FunctorLaws[F]

                                                                                                  Inherited from InvariantLaws[F]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/GenSpawnTests$.html b/api/3.x/cats/effect/laws/GenSpawnTests$.html index 551f14eeb6..87ff7734e8 100644 --- a/api/3.x/cats/effect/laws/GenSpawnTests$.html +++ b/api/3.x/cats/effect/laws/GenSpawnTests$.html @@ -1,2 +1,2 @@

                                                                                                  object GenSpawnTests

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.GenSpawn[F, E]): GenSpawnTests[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object GenSpawnTests

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.GenSpawn[F, E]): GenSpawnTests[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/GenSpawnTests.html b/api/3.x/cats/effect/laws/GenSpawnTests.html index 0c46709945..f7fae4bacc 100644 --- a/api/3.x/cats/effect/laws/GenSpawnTests.html +++ b/api/3.x/cats/effect/laws/GenSpawnTests.html @@ -1,2 +1,2 @@

                                                                                                  trait GenSpawnTests[F[_], E] extends MonadCancelTests[F, E] with UniqueTests[F]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. GenSpawnTests
                                                                                                  2. UniqueTests
                                                                                                  3. MonadCancelTests
                                                                                                  4. MonadErrorTests
                                                                                                  5. MonadTests
                                                                                                  6. FlatMapTests
                                                                                                  7. ApplicativeErrorTests
                                                                                                  8. ApplicativeTests
                                                                                                  9. ApplyTests
                                                                                                  10. SemigroupalTests
                                                                                                  11. FunctorTests
                                                                                                  12. InvariantTests
                                                                                                  13. Laws
                                                                                                  14. AnyRef
                                                                                                  15. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: GenSpawnLaws[F, E]
                                                                                                    Definition Classes
                                                                                                    GenSpawnTestsUniqueTestsMonadCancelTests → MonadErrorTests → MonadTests → FlatMapTests → ApplicativeErrorTests → ApplicativeTests → ApplyTests → SemigroupalTests → FunctorTests → InvariantTests

                                                                                                  Concrete 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. def applicative[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeTests
                                                                                                  5. def applicativeError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorTests
                                                                                                  6. def apply[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplyTests
                                                                                                  7. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  9. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  10. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  11. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  12. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  13. def flatMap[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FlatMapTests
                                                                                                  14. def functor[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FunctorTests
                                                                                                  15. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. def invariant[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    InvariantTests
                                                                                                  18. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  19. def monad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  20. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                  21. def monadError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadErrorTests
                                                                                                  22. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  23. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  24. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  25. def semigroupal[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], iso: Isomorphisms[F], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], EqFA: Eq[F[A]], EqFABC: Eq[F[(A, B, C)]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SemigroupalTests
                                                                                                  26. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], CogenOutcomeFEA: Cogen[kernel.Outcome[F, E, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                  27. def stackUnsafeMonad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  28. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  29. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  30. def unique(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    UniqueTests
                                                                                                  31. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  32. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  33. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  2. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty, foaPP: (F[kernel.Outcome[F, E, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, E, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  Inherited from UniqueTests[F]

                                                                                                  Inherited from MonadCancelTests[F, E]

                                                                                                  Inherited from MonadErrorTests[F, E]

                                                                                                  Inherited from MonadTests[F]

                                                                                                  Inherited from FlatMapTests[F]

                                                                                                  Inherited from ApplicativeErrorTests[F, E]

                                                                                                  Inherited from ApplicativeTests[F]

                                                                                                  Inherited from ApplyTests[F]

                                                                                                  Inherited from SemigroupalTests[F]

                                                                                                  Inherited from FunctorTests[F]

                                                                                                  Inherited from InvariantTests[F]

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait GenSpawnTests[F[_], E] extends MonadCancelTests[F, E] with UniqueTests[F]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. GenSpawnTests
                                                                                                  2. UniqueTests
                                                                                                  3. MonadCancelTests
                                                                                                  4. MonadErrorTests
                                                                                                  5. MonadTests
                                                                                                  6. FlatMapTests
                                                                                                  7. ApplicativeErrorTests
                                                                                                  8. ApplicativeTests
                                                                                                  9. ApplyTests
                                                                                                  10. SemigroupalTests
                                                                                                  11. FunctorTests
                                                                                                  12. InvariantTests
                                                                                                  13. Laws
                                                                                                  14. AnyRef
                                                                                                  15. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: GenSpawnLaws[F, E]
                                                                                                    Definition Classes
                                                                                                    GenSpawnTestsUniqueTestsMonadCancelTests → MonadErrorTests → MonadTests → FlatMapTests → ApplicativeErrorTests → ApplicativeTests → ApplyTests → SemigroupalTests → FunctorTests → InvariantTests

                                                                                                  Concrete 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. def applicative[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeTests
                                                                                                  5. def applicativeError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorTests
                                                                                                  6. def apply[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplyTests
                                                                                                  7. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  9. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  10. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  11. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  12. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  13. def flatMap[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FlatMapTests
                                                                                                  14. def functor[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FunctorTests
                                                                                                  15. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. def invariant[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    InvariantTests
                                                                                                  18. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  19. def monad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  20. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                  21. def monadError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadErrorTests
                                                                                                  22. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  23. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  24. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  25. def semigroupal[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], iso: Isomorphisms[F], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], EqFA: Eq[F[A]], EqFABC: Eq[F[(A, B, C)]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SemigroupalTests
                                                                                                  26. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], CogenOutcomeFEA: Cogen[kernel.Outcome[F, E, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                  27. def stackUnsafeMonad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  28. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  29. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  30. def unique(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    UniqueTests
                                                                                                  31. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  32. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  33. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  2. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty, foaPP: (F[kernel.Outcome[F, E, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, E, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  Inherited from UniqueTests[F]

                                                                                                  Inherited from MonadCancelTests[F, E]

                                                                                                  Inherited from MonadErrorTests[F, E]

                                                                                                  Inherited from MonadTests[F]

                                                                                                  Inherited from FlatMapTests[F]

                                                                                                  Inherited from ApplicativeErrorTests[F, E]

                                                                                                  Inherited from ApplicativeTests[F]

                                                                                                  Inherited from ApplyTests[F]

                                                                                                  Inherited from SemigroupalTests[F]

                                                                                                  Inherited from FunctorTests[F]

                                                                                                  Inherited from InvariantTests[F]

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/GenTemporalLaws$.html b/api/3.x/cats/effect/laws/GenTemporalLaws$.html index ba2843af9d..fded3397cb 100644 --- a/api/3.x/cats/effect/laws/GenTemporalLaws$.html +++ b/api/3.x/cats/effect/laws/GenTemporalLaws$.html @@ -1,2 +1,2 @@

                                                                                                  object GenTemporalLaws

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.GenTemporal[F, E]): GenTemporalLaws[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object GenTemporalLaws

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.GenTemporal[F, E]): GenTemporalLaws[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/GenTemporalLaws.html b/api/3.x/cats/effect/laws/GenTemporalLaws.html index a2e3e86db2..117d502168 100644 --- a/api/3.x/cats/effect/laws/GenTemporalLaws.html +++ b/api/3.x/cats/effect/laws/GenTemporalLaws.html @@ -1,2 +1,2 @@

                                                                                                  trait GenTemporalLaws[F[_], E] extends GenSpawnLaws[F, E] with ClockLaws[F]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. GenTemporalLaws
                                                                                                  2. ClockLaws
                                                                                                  3. GenSpawnLaws
                                                                                                  4. UniqueLaws
                                                                                                  5. MonadCancelLaws
                                                                                                  6. MonadErrorLaws
                                                                                                  7. MonadLaws
                                                                                                  8. FlatMapLaws
                                                                                                  9. ApplicativeErrorLaws
                                                                                                  10. ApplicativeLaws
                                                                                                  11. ApplyLaws
                                                                                                  12. SemigroupalLaws
                                                                                                  13. FunctorLaws
                                                                                                  14. InvariantLaws
                                                                                                  15. AnyRef
                                                                                                  16. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.GenTemporal[F, E]
                                                                                                    Definition Classes
                                                                                                    GenTemporalLawsClockLawsGenSpawnLawsUniqueLawsMonadCancelLaws → MonadErrorLaws → MonadLaws → FlatMapLaws → ApplicativeErrorLaws → ApplicativeLaws → ApplyLaws → SemigroupalLaws → FunctorLaws → InvariantLaws

                                                                                                  Concrete 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. def adaptErrorPure[A](a: A, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  5. def adaptErrorRaise[A](e: E, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  6. def apProductConsistent[A, B](fa: F[A], f: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  7. def applicativeComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  8. def applicativeErrorHandle[A](e: E, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  9. def applicativeErrorHandleWith[A](e: E, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  10. def applicativeHomomorphism[A, B](a: A, f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  11. def applicativeIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  12. def applicativeInterchange[A, B](a: A, ff: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  13. def applicativeMap[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  14. def applicativeUnit[A](a: A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  15. def applyComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  16. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  17. def attemptConsistentWithAttemptT[A](fa: F[A]): laws.IsEq[EitherT[F, E, A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  18. def attemptFromEitherConsistentWithPure[A](eab: Either[E, A]): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  19. def canceledAssociatesLeftOverFlatMap[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  20. def canceledSequencesOnCancelInOrder(fin1: F[Unit], fin2: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  21. def canceledUnitIdentity: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  22. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  23. def covariantComposition[A, B, C](fa: F[A], f: (A) => B, g: (B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  24. def covariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  25. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  26. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  27. def fiberCancelationIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  28. def fiberCanceledIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  29. def fiberErrorIsOutcomeErrored(e: E): IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  30. def fiberJoinIsGuaranteeCase[A](fa0: F[A], f: (kernel.Outcome[F, E, A]) => F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  31. def fiberNeverIsNever: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  32. def fiberPureIsOutcomeCompletedPure[A](a: A): IsEq[F[kernel.Outcome[F, E, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  33. def fiberStartOfNeverIsUnit: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  34. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  35. def flatMapAssociativity[A, B, C](fa: F[A], f: (A) => F[B], g: (B) => F[C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  36. def flatMapConsistentApply[A, B](fa: F[A], fab: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  37. def flatMapFromTailRecMConsistency[A, B](fa: F[A], fn: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  38. def forceRAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  39. def forceRCanceledShortCircuits[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  40. def forceRDiscardsError[A](e: E, fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  41. def forceRDiscardsPure[A, B](a: A, fa: F[B]): IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  42. def forceRNeverIsNever[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  43. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  44. def guaranteeIsGuaranteeCase[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  45. def handleErrorConsistentWithRecover[A](fa: F[A], f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  46. def handleErrorPure[A](a: A, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  47. def handleErrorWithConsistentWithRecoverWith[A](fa: F[A], f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  48. def handleErrorWithPure[A](a: A, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  49. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  50. def invariantComposition[A, B, C](fa: F[A], f1: (A) => B, f2: (B) => A, g1: (B) => C, g2: (C) => B): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  51. def invariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  52. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  53. def kleisliAssociativity[A, B, C, D](f: (A) => F[B], g: (B) => F[C], h: (C) => F[D], a: A): laws.IsEq[F[D]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  54. def kleisliLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  55. def kleisliRightIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  56. def map2EvalConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  57. def map2ProductConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  58. def mapFlatMapCoherence[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  59. def monadErrorEnsureConsistency[A](fa: F[A], e: E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  60. def monadErrorEnsureOrConsistency[A](fa: F[A], e: (A) => E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  61. def monadErrorLeftZero[A, B](e: E, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  62. def monadLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  63. def monadRightIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  64. def monoidalLeftIdentity[A](fa: F[A]): (F[(Unit, A)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  65. def monoidalRightIdentity[A](fa: F[A]): (F[(A, Unit)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  66. def monotonicSleepSumIdentity(delta: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                  67. def monotonicity: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    ClockLaws
                                                                                                  68. def mproductConsistency[A, B](fa: F[A], fb: (A) => F[B]): laws.IsEq[F[(A, B)]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  69. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  70. def neverDominatesOverFlatMap[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  71. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  72. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  73. def onCancelAssociatesOverUncancelableBoundary[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  74. def onCancelImpliesUncancelable[A](fa: F[A], fin1: F[Unit], fin2: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  75. def onErrorPure[A](a: A, f: (E) => F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  76. def onErrorRaise[A](fa: F[A], e: E, fb: F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  77. def productLConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  78. def productRConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  79. def pureAttempt[A](a: A): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  80. def raceDerivesFromRacePairLeft[A, B](fa: F[A]): IsEq[F[Either[A, B]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  81. def raceDerivesFromRacePairRight[A, B](fb: F[B]): IsEq[F[Either[A, B]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  82. def raceNeverNoncanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  83. def raceNeverNoncanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  84. def raiseErrorAttempt(e: E): laws.IsEq[F[Either[E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  85. def raiseErrorDistributesOverApLeft[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  86. def raiseErrorDistributesOverApRight[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  87. def recoverConsistentWithRecoverWith[A](fa: F[A], pf: PartialFunction[E, A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  88. def redeemDerivedFromAttemptMap[A, B](fa: F[A], fe: (E) => B, fs: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  89. def redeemWithDerivedFromAttemptFlatMap[A, B](fa: F[A], fe: (E) => F[B], fs: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  90. def replicateAVoidReplicateA_Consistent[A](n: Int, fa: F[A]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  91. def rethrowAttempt[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  92. def semigroupalAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): (F[(A, (B, C))], F[((A, B), C)])
                                                                                                    Definition Classes
                                                                                                    SemigroupalLaws
                                                                                                  93. def sleepRaceMinimum(d1: FiniteDuration, d2: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                  94. def startSleepMaximum(d1: FiniteDuration, d2: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                  95. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  96. def tailRecMConsistentFlatMap[A](a: A, f: (A) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  97. lazy val tailRecMStackSafety: laws.IsEq[F[Int]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  98. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  99. def uncancelableCancelCancels: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  100. def uncancelableCanceledAssociatesRightOverFlatMapAttempt[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  101. def uncancelableEliminatesOnCancel[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  102. def uncancelableFinalizers[A](fin: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  103. def uncancelableIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  104. def uncancelableIgnoredPollEliminatesNesting[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  105. def uncancelablePollInverseNestIsUncancelable[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  106. def uncancelablePollIsIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  107. def uncancelableRaceNotInherited: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  108. def uncancelableStartIsCancelable: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  109. def uniqueness: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    UniqueLaws
                                                                                                  110. def voidErrorConsistentWithHandleError(fu: F[Unit]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  111. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  112. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  113. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def raceCanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  2. def raceCanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  Inherited from ClockLaws[F]

                                                                                                  Inherited from GenSpawnLaws[F, E]

                                                                                                  Inherited from UniqueLaws[F]

                                                                                                  Inherited from MonadCancelLaws[F, E]

                                                                                                  Inherited from MonadErrorLaws[F, E]

                                                                                                  Inherited from MonadLaws[F]

                                                                                                  Inherited from FlatMapLaws[F]

                                                                                                  Inherited from ApplicativeErrorLaws[F, E]

                                                                                                  Inherited from ApplicativeLaws[F]

                                                                                                  Inherited from ApplyLaws[F]

                                                                                                  Inherited from SemigroupalLaws[F]

                                                                                                  Inherited from FunctorLaws[F]

                                                                                                  Inherited from InvariantLaws[F]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait GenTemporalLaws[F[_], E] extends GenSpawnLaws[F, E] with ClockLaws[F]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. GenTemporalLaws
                                                                                                  2. ClockLaws
                                                                                                  3. GenSpawnLaws
                                                                                                  4. UniqueLaws
                                                                                                  5. MonadCancelLaws
                                                                                                  6. MonadErrorLaws
                                                                                                  7. MonadLaws
                                                                                                  8. FlatMapLaws
                                                                                                  9. ApplicativeErrorLaws
                                                                                                  10. ApplicativeLaws
                                                                                                  11. ApplyLaws
                                                                                                  12. SemigroupalLaws
                                                                                                  13. FunctorLaws
                                                                                                  14. InvariantLaws
                                                                                                  15. AnyRef
                                                                                                  16. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.GenTemporal[F, E]
                                                                                                    Definition Classes
                                                                                                    GenTemporalLawsClockLawsGenSpawnLawsUniqueLawsMonadCancelLaws → MonadErrorLaws → MonadLaws → FlatMapLaws → ApplicativeErrorLaws → ApplicativeLaws → ApplyLaws → SemigroupalLaws → FunctorLaws → InvariantLaws

                                                                                                  Concrete 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. def adaptErrorPure[A](a: A, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  5. def adaptErrorRaise[A](e: E, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  6. def apProductConsistent[A, B](fa: F[A], f: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  7. def applicativeComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  8. def applicativeErrorHandle[A](e: E, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  9. def applicativeErrorHandleWith[A](e: E, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  10. def applicativeHomomorphism[A, B](a: A, f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  11. def applicativeIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  12. def applicativeInterchange[A, B](a: A, ff: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  13. def applicativeMap[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  14. def applicativeUnit[A](a: A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  15. def applyComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  16. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  17. def attemptConsistentWithAttemptT[A](fa: F[A]): laws.IsEq[EitherT[F, E, A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  18. def attemptFromEitherConsistentWithPure[A](eab: Either[E, A]): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  19. def canceledAssociatesLeftOverFlatMap[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  20. def canceledSequencesOnCancelInOrder(fin1: F[Unit], fin2: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  21. def canceledUnitIdentity: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  22. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  23. def covariantComposition[A, B, C](fa: F[A], f: (A) => B, g: (B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  24. def covariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  25. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  26. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  27. def fiberCancelationIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  28. def fiberCanceledIsOutcomeCanceled: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  29. def fiberErrorIsOutcomeErrored(e: E): IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  30. def fiberJoinIsGuaranteeCase[A](fa0: F[A], f: (kernel.Outcome[F, E, A]) => F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  31. def fiberNeverIsNever: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  32. def fiberPureIsOutcomeCompletedPure[A](a: A): IsEq[F[kernel.Outcome[F, E, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  33. def fiberStartOfNeverIsUnit: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  34. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  35. def flatMapAssociativity[A, B, C](fa: F[A], f: (A) => F[B], g: (B) => F[C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  36. def flatMapConsistentApply[A, B](fa: F[A], fab: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  37. def flatMapFromTailRecMConsistency[A, B](fa: F[A], fn: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  38. def forceRAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  39. def forceRCanceledShortCircuits[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  40. def forceRDiscardsError[A](e: E, fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  41. def forceRDiscardsPure[A, B](a: A, fa: F[B]): IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  42. def forceRNeverIsNever[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  43. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  44. def guaranteeIsGuaranteeCase[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  45. def handleErrorConsistentWithRecover[A](fa: F[A], f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  46. def handleErrorPure[A](a: A, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  47. def handleErrorWithConsistentWithRecoverWith[A](fa: F[A], f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  48. def handleErrorWithPure[A](a: A, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  49. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  50. def invariantComposition[A, B, C](fa: F[A], f1: (A) => B, f2: (B) => A, g1: (B) => C, g2: (C) => B): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  51. def invariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  52. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  53. def kleisliAssociativity[A, B, C, D](f: (A) => F[B], g: (B) => F[C], h: (C) => F[D], a: A): laws.IsEq[F[D]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  54. def kleisliLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  55. def kleisliRightIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  56. def map2EvalConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  57. def map2ProductConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  58. def mapFlatMapCoherence[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  59. def monadErrorEnsureConsistency[A](fa: F[A], e: E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  60. def monadErrorEnsureOrConsistency[A](fa: F[A], e: (A) => E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  61. def monadErrorLeftZero[A, B](e: E, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  62. def monadLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  63. def monadRightIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  64. def monoidalLeftIdentity[A](fa: F[A]): (F[(Unit, A)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  65. def monoidalRightIdentity[A](fa: F[A]): (F[(A, Unit)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  66. def monotonicSleepSumIdentity(delta: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                  67. def monotonicity: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    ClockLaws
                                                                                                  68. def mproductConsistency[A, B](fa: F[A], fb: (A) => F[B]): laws.IsEq[F[(A, B)]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  69. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  70. def neverDominatesOverFlatMap[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  71. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  72. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  73. def onCancelAssociatesOverUncancelableBoundary[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  74. def onCancelImpliesUncancelable[A](fa: F[A], fin1: F[Unit], fin2: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  75. def onErrorPure[A](a: A, f: (E) => F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  76. def onErrorRaise[A](fa: F[A], e: E, fb: F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  77. def productLConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  78. def productRConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  79. def pureAttempt[A](a: A): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  80. def raceDerivesFromRacePairLeft[A, B](fa: F[A]): IsEq[F[Either[A, B]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  81. def raceDerivesFromRacePairRight[A, B](fb: F[B]): IsEq[F[Either[A, B]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  82. def raceNeverNoncanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  83. def raceNeverNoncanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  84. def raiseErrorAttempt(e: E): laws.IsEq[F[Either[E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  85. def raiseErrorDistributesOverApLeft[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  86. def raiseErrorDistributesOverApRight[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  87. def recoverConsistentWithRecoverWith[A](fa: F[A], pf: PartialFunction[E, A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  88. def redeemDerivedFromAttemptMap[A, B](fa: F[A], fe: (E) => B, fs: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  89. def redeemWithDerivedFromAttemptFlatMap[A, B](fa: F[A], fe: (E) => F[B], fs: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  90. def replicateAVoidReplicateA_Consistent[A](n: Int, fa: F[A]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  91. def rethrowAttempt[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  92. def semigroupalAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): (F[(A, (B, C))], F[((A, B), C)])
                                                                                                    Definition Classes
                                                                                                    SemigroupalLaws
                                                                                                  93. def sleepRaceMinimum(d1: FiniteDuration, d2: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                  94. def startSleepMaximum(d1: FiniteDuration, d2: FiniteDuration): IsEq[F[FiniteDuration]]
                                                                                                  95. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  96. def tailRecMConsistentFlatMap[A](a: A, f: (A) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  97. lazy val tailRecMStackSafety: laws.IsEq[F[Int]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  98. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  99. def uncancelableCancelCancels: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  100. def uncancelableCanceledAssociatesRightOverFlatMapAttempt[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  101. def uncancelableEliminatesOnCancel[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  102. def uncancelableFinalizers[A](fin: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  103. def uncancelableIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  104. def uncancelableIgnoredPollEliminatesNesting[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  105. def uncancelablePollInverseNestIsUncancelable[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  106. def uncancelablePollIsIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  107. def uncancelableRaceNotInherited: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  108. def uncancelableStartIsCancelable: IsEq[F[kernel.Outcome[F, E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                  109. def uniqueness: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    UniqueLaws
                                                                                                  110. def voidErrorConsistentWithHandleError(fu: F[Unit]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  111. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  112. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  113. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def raceCanceledIdentityLeft[A](fa: F[A]): IsEq[F[Either[Unit, A]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  2. def raceCanceledIdentityRight[A](fa: F[A]): IsEq[F[Either[A, Unit]]]
                                                                                                    Definition Classes
                                                                                                    GenSpawnLaws
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.5.0) law is no longer applicable (or correct)

                                                                                                  Inherited from ClockLaws[F]

                                                                                                  Inherited from GenSpawnLaws[F, E]

                                                                                                  Inherited from UniqueLaws[F]

                                                                                                  Inherited from MonadCancelLaws[F, E]

                                                                                                  Inherited from MonadErrorLaws[F, E]

                                                                                                  Inherited from MonadLaws[F]

                                                                                                  Inherited from FlatMapLaws[F]

                                                                                                  Inherited from ApplicativeErrorLaws[F, E]

                                                                                                  Inherited from ApplicativeLaws[F]

                                                                                                  Inherited from ApplyLaws[F]

                                                                                                  Inherited from SemigroupalLaws[F]

                                                                                                  Inherited from FunctorLaws[F]

                                                                                                  Inherited from InvariantLaws[F]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/GenTemporalTests$.html b/api/3.x/cats/effect/laws/GenTemporalTests$.html index cb3eaf0c63..25444bf2d1 100644 --- a/api/3.x/cats/effect/laws/GenTemporalTests$.html +++ b/api/3.x/cats/effect/laws/GenTemporalTests$.html @@ -1,2 +1,2 @@

                                                                                                  object GenTemporalTests

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.GenTemporal[F, E]): GenTemporalTests[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object GenTemporalTests

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.GenTemporal[F, E]): GenTemporalTests[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/GenTemporalTests.html b/api/3.x/cats/effect/laws/GenTemporalTests.html index 45dd3a3e0c..3fa9454662 100644 --- a/api/3.x/cats/effect/laws/GenTemporalTests.html +++ b/api/3.x/cats/effect/laws/GenTemporalTests.html @@ -1,2 +1,2 @@

                                                                                                  trait GenTemporalTests[F[_], E] extends GenSpawnTests[F, E] with ClockTests[F]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. GenTemporalTests
                                                                                                  2. ClockTests
                                                                                                  3. GenSpawnTests
                                                                                                  4. UniqueTests
                                                                                                  5. MonadCancelTests
                                                                                                  6. MonadErrorTests
                                                                                                  7. MonadTests
                                                                                                  8. FlatMapTests
                                                                                                  9. ApplicativeErrorTests
                                                                                                  10. ApplicativeTests
                                                                                                  11. ApplyTests
                                                                                                  12. SemigroupalTests
                                                                                                  13. FunctorTests
                                                                                                  14. InvariantTests
                                                                                                  15. Laws
                                                                                                  16. AnyRef
                                                                                                  17. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: GenTemporalLaws[F, E]
                                                                                                    Definition Classes
                                                                                                    GenTemporalTestsClockTestsGenSpawnTestsUniqueTestsMonadCancelTests → MonadErrorTests → MonadTests → FlatMapTests → ApplicativeErrorTests → ApplicativeTests → ApplyTests → SemigroupalTests → FunctorTests → InvariantTests

                                                                                                  Concrete 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. def applicative[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeTests
                                                                                                  5. def applicativeError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorTests
                                                                                                  6. def apply[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplyTests
                                                                                                  7. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def clock(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    ClockTests
                                                                                                  9. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  10. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  11. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  13. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  14. def flatMap[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FlatMapTests
                                                                                                  15. def functor[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FunctorTests
                                                                                                  16. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  18. def invariant[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    InvariantTests
                                                                                                  19. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  20. def monad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  21. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                  22. def monadError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadErrorTests
                                                                                                  23. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  24. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  25. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  26. def semigroupal[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], iso: Isomorphisms[F], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], EqFA: Eq[F[A]], EqFABC: Eq[F[(A, B, C)]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SemigroupalTests
                                                                                                  27. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], CogenOutcomeFEA: Cogen[kernel.Outcome[F, E, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    GenSpawnTests
                                                                                                  28. def stackUnsafeMonad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  29. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  30. def temporal[A, B, C](tolerance: FiniteDuration)(implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], ArbFiniteDuration: Arbitrary[FiniteDuration], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], CogenOutcomeFEA: Cogen[kernel.Outcome[F, E, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F]): RuleSet
                                                                                                  31. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  32. def unique(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    UniqueTests
                                                                                                  33. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  34. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  35. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  2. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty, foaPP: (F[kernel.Outcome[F, E, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, E, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    GenSpawnTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  3. def temporal[A, B, C](implicit tolerance: FiniteDuration, AA: Arbitrary[A], AE: Eq[A], BA: Arbitrary[B], BE: Eq[B], CA: Arbitrary[C], CE: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], ArbFiniteDuration: Arbitrary[FiniteDuration], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty, foaPP: (F[kernel.Outcome[F, E, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, E, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  Inherited from ClockTests[F]

                                                                                                  Inherited from GenSpawnTests[F, E]

                                                                                                  Inherited from UniqueTests[F]

                                                                                                  Inherited from MonadCancelTests[F, E]

                                                                                                  Inherited from MonadErrorTests[F, E]

                                                                                                  Inherited from MonadTests[F]

                                                                                                  Inherited from FlatMapTests[F]

                                                                                                  Inherited from ApplicativeErrorTests[F, E]

                                                                                                  Inherited from ApplicativeTests[F]

                                                                                                  Inherited from ApplyTests[F]

                                                                                                  Inherited from SemigroupalTests[F]

                                                                                                  Inherited from FunctorTests[F]

                                                                                                  Inherited from InvariantTests[F]

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait GenTemporalTests[F[_], E] extends GenSpawnTests[F, E] with ClockTests[F]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. GenTemporalTests
                                                                                                  2. ClockTests
                                                                                                  3. GenSpawnTests
                                                                                                  4. UniqueTests
                                                                                                  5. MonadCancelTests
                                                                                                  6. MonadErrorTests
                                                                                                  7. MonadTests
                                                                                                  8. FlatMapTests
                                                                                                  9. ApplicativeErrorTests
                                                                                                  10. ApplicativeTests
                                                                                                  11. ApplyTests
                                                                                                  12. SemigroupalTests
                                                                                                  13. FunctorTests
                                                                                                  14. InvariantTests
                                                                                                  15. Laws
                                                                                                  16. AnyRef
                                                                                                  17. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: GenTemporalLaws[F, E]
                                                                                                    Definition Classes
                                                                                                    GenTemporalTestsClockTestsGenSpawnTestsUniqueTestsMonadCancelTests → MonadErrorTests → MonadTests → FlatMapTests → ApplicativeErrorTests → ApplicativeTests → ApplyTests → SemigroupalTests → FunctorTests → InvariantTests

                                                                                                  Concrete 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. def applicative[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeTests
                                                                                                  5. def applicativeError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorTests
                                                                                                  6. def apply[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplyTests
                                                                                                  7. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def clock(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    ClockTests
                                                                                                  9. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  10. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  11. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  13. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  14. def flatMap[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FlatMapTests
                                                                                                  15. def functor[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FunctorTests
                                                                                                  16. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  18. def invariant[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    InvariantTests
                                                                                                  19. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  20. def monad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  21. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                  22. def monadError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadErrorTests
                                                                                                  23. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  24. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  25. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  26. def semigroupal[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], iso: Isomorphisms[F], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], EqFA: Eq[F[A]], EqFABC: Eq[F[(A, B, C)]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SemigroupalTests
                                                                                                  27. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], CogenOutcomeFEA: Cogen[kernel.Outcome[F, E, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    GenSpawnTests
                                                                                                  28. def stackUnsafeMonad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  29. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  30. def temporal[A, B, C](tolerance: FiniteDuration)(implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], ArbFiniteDuration: Arbitrary[FiniteDuration], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], CogenOutcomeFEA: Cogen[kernel.Outcome[F, E, A]], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F]): RuleSet
                                                                                                  31. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  32. def unique(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    UniqueTests
                                                                                                  33. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  34. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  35. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  2. def spawn[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty, foaPP: (F[kernel.Outcome[F, E, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, E, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    GenSpawnTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  3. def temporal[A, B, C](implicit tolerance: FiniteDuration, AA: Arbitrary[A], AE: Eq[A], BA: Arbitrary[B], BE: Eq[B], CA: Arbitrary[C], CE: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], ArbFiniteDuration: Arbitrary[FiniteDuration], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFAB: Eq[F[Either[A, B]]], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFEitherUA: Eq[F[Either[Unit, A]]], EqFEitherAU: Eq[F[Either[A, Unit]]], EqFOutcomeEA: Eq[F[kernel.Outcome[F, E, A]]], EqFOutcomeEU: Eq[F[kernel.Outcome[F, E, Unit]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], OrdFFD: Order[F[FiniteDuration]], GroupFD: Group[FiniteDuration], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty, foaPP: (F[kernel.Outcome[F, E, A]]) => Pretty, feauPP: (F[Either[A, Unit]]) => Pretty, feuaPP: (F[Either[Unit, A]]) => Pretty, fouPP: (F[kernel.Outcome[F, E, Unit]]) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  Inherited from ClockTests[F]

                                                                                                  Inherited from GenSpawnTests[F, E]

                                                                                                  Inherited from UniqueTests[F]

                                                                                                  Inherited from MonadCancelTests[F, E]

                                                                                                  Inherited from MonadErrorTests[F, E]

                                                                                                  Inherited from MonadTests[F]

                                                                                                  Inherited from FlatMapTests[F]

                                                                                                  Inherited from ApplicativeErrorTests[F, E]

                                                                                                  Inherited from ApplicativeTests[F]

                                                                                                  Inherited from ApplyTests[F]

                                                                                                  Inherited from SemigroupalTests[F]

                                                                                                  Inherited from FunctorTests[F]

                                                                                                  Inherited from InvariantTests[F]

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/IsEq$$Assert.html b/api/3.x/cats/effect/laws/IsEq$$Assert.html index f91fc5d640..3a4ff0363d 100644 --- a/api/3.x/cats/effect/laws/IsEq$$Assert.html +++ b/api/3.x/cats/effect/laws/IsEq$$Assert.html @@ -1,2 +1,2 @@

                                                                                                  Packages

                                                                                                  final case class Assert[A](lhs: A, rhs: A) extends IsEq[A] with Product with Serializable

                                                                                                  Source
                                                                                                  IsEq.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Assert
                                                                                                  2. Serializable
                                                                                                  3. Product
                                                                                                  4. Equals
                                                                                                  5. IsEq
                                                                                                  6. AnyRef
                                                                                                  7. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Instance Constructors

                                                                                                  1. new Assert(lhs: A, rhs: A)

                                                                                                  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 finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  8. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  9. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  10. val lhs: A
                                                                                                  11. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  14. def productElementNames: Iterator[String]
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  15. val rhs: A
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toProp(implicit A: Eq[A], pp: (A) => Pretty): Prop
                                                                                                    Definition Classes
                                                                                                    IsEq
                                                                                                  18. def toPropTolerant[F[_], B](implicit ev: =:=[A, F[B]], F: Applicative[F], ord: Order[F[B]], g: Group[B], tolerance: Tolerance[B], pp: (A) => Pretty): Prop
                                                                                                    Definition Classes
                                                                                                    IsEq
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Serializable

                                                                                                  Inherited from Product

                                                                                                  Inherited from Equals

                                                                                                  Inherited from IsEq[A]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  Packages

                                                                                                  final case class Assert[A](lhs: A, rhs: A) extends IsEq[A] with Product with Serializable

                                                                                                  Source
                                                                                                  IsEq.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Assert
                                                                                                  2. Serializable
                                                                                                  3. Product
                                                                                                  4. Equals
                                                                                                  5. IsEq
                                                                                                  6. AnyRef
                                                                                                  7. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Instance Constructors

                                                                                                  1. new Assert(lhs: A, rhs: A)

                                                                                                  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 finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  8. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  9. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  10. val lhs: A
                                                                                                  11. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  14. def productElementNames: Iterator[String]
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  15. val rhs: A
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toProp(implicit A: Eq[A], pp: (A) => Pretty): Prop
                                                                                                    Definition Classes
                                                                                                    IsEq
                                                                                                  18. def toPropTolerant[F[_], B](implicit ev: =:=[A, F[B]], F: Applicative[F], ord: Order[F[B]], g: Group[B], tolerance: Tolerance[B], pp: (A) => Pretty): Prop
                                                                                                    Definition Classes
                                                                                                    IsEq
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Serializable

                                                                                                  Inherited from Product

                                                                                                  Inherited from Equals

                                                                                                  Inherited from IsEq[A]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/IsEq$.html b/api/3.x/cats/effect/laws/IsEq$.html index e742e936e0..05fe4480f5 100644 --- a/api/3.x/cats/effect/laws/IsEq$.html +++ b/api/3.x/cats/effect/laws/IsEq$.html @@ -1,2 +1,2 @@

                                                                                                  object IsEq extends IsEqLowPriorityImplicits

                                                                                                  Source
                                                                                                  IsEq.scala
                                                                                                  Linear Supertypes
                                                                                                  IsEqLowPriorityImplicits, AnyRef, Any
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. IsEq
                                                                                                  2. IsEqLowPriorityImplicits
                                                                                                  3. AnyRef
                                                                                                  4. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. final case class Assert[A](lhs: A, rhs: A) extends IsEq[A] with Product with Serializable

                                                                                                  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. def apply[A](lhs: A, rhs: A): IsEq[A]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. implicit def toProp[A](isEq: IsEq[A])(implicit arg0: Eq[A], pp: (A) => Pretty): Prop
                                                                                                    Definition Classes
                                                                                                    IsEqLowPriorityImplicits
                                                                                                  18. implicit def toPropTolerant[F[_], A](isEq: IsEq[F[A]])(implicit F: Applicative[F], ord: Order[F[A]], g: Group[A], tolerance: Tolerance[A], pp: (F[A]) => Pretty): Prop
                                                                                                  19. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  20. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  22. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from IsEqLowPriorityImplicits

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object IsEq extends IsEqLowPriorityImplicits

                                                                                                  Source
                                                                                                  IsEq.scala
                                                                                                  Linear Supertypes
                                                                                                  IsEqLowPriorityImplicits, AnyRef, Any
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. IsEq
                                                                                                  2. IsEqLowPriorityImplicits
                                                                                                  3. AnyRef
                                                                                                  4. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. final case class Assert[A](lhs: A, rhs: A) extends IsEq[A] with Product with Serializable

                                                                                                  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. def apply[A](lhs: A, rhs: A): IsEq[A]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. implicit def toProp[A](isEq: IsEq[A])(implicit arg0: Eq[A], pp: (A) => Pretty): Prop
                                                                                                    Definition Classes
                                                                                                    IsEqLowPriorityImplicits
                                                                                                  18. implicit def toPropTolerant[F[_], A](isEq: IsEq[F[A]])(implicit F: Applicative[F], ord: Order[F[A]], g: Group[A], tolerance: Tolerance[A], pp: (F[A]) => Pretty): Prop
                                                                                                  19. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  20. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  22. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from IsEqLowPriorityImplicits

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/IsEq.html b/api/3.x/cats/effect/laws/IsEq.html index fc2ddd232c..e822c13458 100644 --- a/api/3.x/cats/effect/laws/IsEq.html +++ b/api/3.x/cats/effect/laws/IsEq.html @@ -1,2 +1,2 @@

                                                                                                  sealed trait IsEq[A] extends AnyRef

                                                                                                  Source
                                                                                                  IsEq.scala
                                                                                                  Linear Supertypes
                                                                                                  Known Subclasses
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. IsEq
                                                                                                  2. AnyRef
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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 toProp(implicit A: Eq[A], pp: (A) => Pretty): Prop
                                                                                                  17. def toPropTolerant[F[_], B](implicit ev: =:=[A, F[B]], F: Applicative[F], ord: Order[F[B]], g: Group[B], tolerance: Tolerance[B], pp: (A) => Pretty): Prop
                                                                                                  18. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  sealed trait IsEq[A] extends AnyRef

                                                                                                  Source
                                                                                                  IsEq.scala
                                                                                                  Linear Supertypes
                                                                                                  Known Subclasses
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. IsEq
                                                                                                  2. AnyRef
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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 toProp(implicit A: Eq[A], pp: (A) => Pretty): Prop
                                                                                                  17. def toPropTolerant[F[_], B](implicit ev: =:=[A, F[B]], F: Applicative[F], ord: Order[F[B]], g: Group[B], tolerance: Tolerance[B], pp: (A) => Pretty): Prop
                                                                                                  18. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/MonadCancelLaws$.html b/api/3.x/cats/effect/laws/MonadCancelLaws$.html index fdb43a0f1f..8fc474c81a 100644 --- a/api/3.x/cats/effect/laws/MonadCancelLaws$.html +++ b/api/3.x/cats/effect/laws/MonadCancelLaws$.html @@ -1,2 +1,2 @@

                                                                                                  object MonadCancelLaws

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.MonadCancel[F, E]): MonadCancelLaws[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object MonadCancelLaws

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.MonadCancel[F, E]): MonadCancelLaws[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/MonadCancelLaws.html b/api/3.x/cats/effect/laws/MonadCancelLaws.html index 10a809faa1..55d801c1b7 100644 --- a/api/3.x/cats/effect/laws/MonadCancelLaws.html +++ b/api/3.x/cats/effect/laws/MonadCancelLaws.html @@ -1,2 +1,2 @@

                                                                                                  trait MonadCancelLaws[F[_], E] extends MonadErrorLaws[F, E]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. MonadCancelLaws
                                                                                                  2. MonadErrorLaws
                                                                                                  3. MonadLaws
                                                                                                  4. FlatMapLaws
                                                                                                  5. ApplicativeErrorLaws
                                                                                                  6. ApplicativeLaws
                                                                                                  7. ApplyLaws
                                                                                                  8. SemigroupalLaws
                                                                                                  9. FunctorLaws
                                                                                                  10. InvariantLaws
                                                                                                  11. AnyRef
                                                                                                  12. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.MonadCancel[F, E]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws → MonadErrorLaws → MonadLaws → FlatMapLaws → ApplicativeErrorLaws → ApplicativeLaws → ApplyLaws → SemigroupalLaws → FunctorLaws → InvariantLaws

                                                                                                  Concrete 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. def adaptErrorPure[A](a: A, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  5. def adaptErrorRaise[A](e: E, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  6. def apProductConsistent[A, B](fa: F[A], f: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  7. def applicativeComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  8. def applicativeErrorHandle[A](e: E, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  9. def applicativeErrorHandleWith[A](e: E, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  10. def applicativeHomomorphism[A, B](a: A, f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  11. def applicativeIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  12. def applicativeInterchange[A, B](a: A, ff: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  13. def applicativeMap[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  14. def applicativeUnit[A](a: A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  15. def applyComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  16. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  17. def attemptConsistentWithAttemptT[A](fa: F[A]): laws.IsEq[EitherT[F, E, A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  18. def attemptFromEitherConsistentWithPure[A](eab: Either[E, A]): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  19. def canceledAssociatesLeftOverFlatMap[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                  20. def canceledSequencesOnCancelInOrder(fin1: F[Unit], fin2: F[Unit]): IsEq[F[Unit]]
                                                                                                  21. def canceledUnitIdentity: IsEq[F[Unit]]
                                                                                                  22. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  23. def covariantComposition[A, B, C](fa: F[A], f: (A) => B, g: (B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  24. def covariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  25. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  26. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  27. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  28. def flatMapAssociativity[A, B, C](fa: F[A], f: (A) => F[B], g: (B) => F[C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  29. def flatMapConsistentApply[A, B](fa: F[A], fab: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  30. def flatMapFromTailRecMConsistency[A, B](fa: F[A], fn: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  31. def forceRAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): IsEq[F[C]]
                                                                                                  32. def forceRCanceledShortCircuits[A](fa: F[A]): IsEq[F[A]]
                                                                                                  33. def forceRDiscardsError[A](e: E, fa: F[A]): IsEq[F[A]]
                                                                                                  34. def forceRDiscardsPure[A, B](a: A, fa: F[B]): IsEq[F[B]]
                                                                                                  35. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  36. def guaranteeIsGuaranteeCase[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                  37. def handleErrorConsistentWithRecover[A](fa: F[A], f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  38. def handleErrorPure[A](a: A, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  39. def handleErrorWithConsistentWithRecoverWith[A](fa: F[A], f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  40. def handleErrorWithPure[A](a: A, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  41. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  42. def invariantComposition[A, B, C](fa: F[A], f1: (A) => B, f2: (B) => A, g1: (B) => C, g2: (C) => B): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  43. def invariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  44. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  45. def kleisliAssociativity[A, B, C, D](f: (A) => F[B], g: (B) => F[C], h: (C) => F[D], a: A): laws.IsEq[F[D]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  46. def kleisliLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  47. def kleisliRightIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  48. def map2EvalConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  49. def map2ProductConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  50. def mapFlatMapCoherence[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  51. def monadErrorEnsureConsistency[A](fa: F[A], e: E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  52. def monadErrorEnsureOrConsistency[A](fa: F[A], e: (A) => E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  53. def monadErrorLeftZero[A, B](e: E, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  54. def monadLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  55. def monadRightIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  56. def monoidalLeftIdentity[A](fa: F[A]): (F[(Unit, A)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  57. def monoidalRightIdentity[A](fa: F[A]): (F[(A, Unit)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  58. def mproductConsistency[A, B](fa: F[A], fb: (A) => F[B]): laws.IsEq[F[(A, B)]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  59. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  60. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  61. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  62. def onCancelAssociatesOverUncancelableBoundary[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                  63. def onCancelImpliesUncancelable[A](fa: F[A], fin1: F[Unit], fin2: F[Unit]): IsEq[F[A]]
                                                                                                  64. def onErrorPure[A](a: A, f: (E) => F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  65. def onErrorRaise[A](fa: F[A], e: E, fb: F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  66. def productLConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  67. def productRConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  68. def pureAttempt[A](a: A): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  69. def raiseErrorAttempt(e: E): laws.IsEq[F[Either[E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  70. def raiseErrorDistributesOverApLeft[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  71. def raiseErrorDistributesOverApRight[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  72. def recoverConsistentWithRecoverWith[A](fa: F[A], pf: PartialFunction[E, A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  73. def redeemDerivedFromAttemptMap[A, B](fa: F[A], fe: (E) => B, fs: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  74. def redeemWithDerivedFromAttemptFlatMap[A, B](fa: F[A], fe: (E) => F[B], fs: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  75. def replicateAVoidReplicateA_Consistent[A](n: Int, fa: F[A]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  76. def rethrowAttempt[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  77. def semigroupalAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): (F[(A, (B, C))], F[((A, B), C)])
                                                                                                    Definition Classes
                                                                                                    SemigroupalLaws
                                                                                                  78. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  79. def tailRecMConsistentFlatMap[A](a: A, f: (A) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  80. lazy val tailRecMStackSafety: laws.IsEq[F[Int]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  81. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  82. def uncancelableCanceledAssociatesRightOverFlatMapAttempt[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                  83. def uncancelableEliminatesOnCancel[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                  84. def uncancelableFinalizers[A](fin: F[Unit]): IsEq[F[Unit]]
                                                                                                  85. def uncancelableIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                  86. def uncancelableIgnoredPollEliminatesNesting[A](fa: F[A]): IsEq[F[A]]
                                                                                                  87. def uncancelablePollInverseNestIsUncancelable[A](fa: F[A]): IsEq[F[A]]
                                                                                                  88. def uncancelablePollIsIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                  89. def voidErrorConsistentWithHandleError(fu: F[Unit]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  90. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  91. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  92. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from MonadErrorLaws[F, E]

                                                                                                  Inherited from MonadLaws[F]

                                                                                                  Inherited from FlatMapLaws[F]

                                                                                                  Inherited from ApplicativeErrorLaws[F, E]

                                                                                                  Inherited from ApplicativeLaws[F]

                                                                                                  Inherited from ApplyLaws[F]

                                                                                                  Inherited from SemigroupalLaws[F]

                                                                                                  Inherited from FunctorLaws[F]

                                                                                                  Inherited from InvariantLaws[F]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait MonadCancelLaws[F[_], E] extends MonadErrorLaws[F, E]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. MonadCancelLaws
                                                                                                  2. MonadErrorLaws
                                                                                                  3. MonadLaws
                                                                                                  4. FlatMapLaws
                                                                                                  5. ApplicativeErrorLaws
                                                                                                  6. ApplicativeLaws
                                                                                                  7. ApplyLaws
                                                                                                  8. SemigroupalLaws
                                                                                                  9. FunctorLaws
                                                                                                  10. InvariantLaws
                                                                                                  11. AnyRef
                                                                                                  12. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.MonadCancel[F, E]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws → MonadErrorLaws → MonadLaws → FlatMapLaws → ApplicativeErrorLaws → ApplicativeLaws → ApplyLaws → SemigroupalLaws → FunctorLaws → InvariantLaws

                                                                                                  Concrete 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. def adaptErrorPure[A](a: A, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  5. def adaptErrorRaise[A](e: E, f: (E) => E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  6. def apProductConsistent[A, B](fa: F[A], f: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  7. def applicativeComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  8. def applicativeErrorHandle[A](e: E, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  9. def applicativeErrorHandleWith[A](e: E, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  10. def applicativeHomomorphism[A, B](a: A, f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  11. def applicativeIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  12. def applicativeInterchange[A, B](a: A, ff: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  13. def applicativeMap[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  14. def applicativeUnit[A](a: A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  15. def applyComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  16. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  17. def attemptConsistentWithAttemptT[A](fa: F[A]): laws.IsEq[EitherT[F, E, A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  18. def attemptFromEitherConsistentWithPure[A](eab: Either[E, A]): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  19. def canceledAssociatesLeftOverFlatMap[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                  20. def canceledSequencesOnCancelInOrder(fin1: F[Unit], fin2: F[Unit]): IsEq[F[Unit]]
                                                                                                  21. def canceledUnitIdentity: IsEq[F[Unit]]
                                                                                                  22. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  23. def covariantComposition[A, B, C](fa: F[A], f: (A) => B, g: (B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  24. def covariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  25. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  26. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  27. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  28. def flatMapAssociativity[A, B, C](fa: F[A], f: (A) => F[B], g: (B) => F[C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  29. def flatMapConsistentApply[A, B](fa: F[A], fab: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  30. def flatMapFromTailRecMConsistency[A, B](fa: F[A], fn: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  31. def forceRAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): IsEq[F[C]]
                                                                                                  32. def forceRCanceledShortCircuits[A](fa: F[A]): IsEq[F[A]]
                                                                                                  33. def forceRDiscardsError[A](e: E, fa: F[A]): IsEq[F[A]]
                                                                                                  34. def forceRDiscardsPure[A, B](a: A, fa: F[B]): IsEq[F[B]]
                                                                                                  35. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  36. def guaranteeIsGuaranteeCase[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                  37. def handleErrorConsistentWithRecover[A](fa: F[A], f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  38. def handleErrorPure[A](a: A, f: (E) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  39. def handleErrorWithConsistentWithRecoverWith[A](fa: F[A], f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  40. def handleErrorWithPure[A](a: A, f: (E) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  41. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  42. def invariantComposition[A, B, C](fa: F[A], f1: (A) => B, f2: (B) => A, g1: (B) => C, g2: (C) => B): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  43. def invariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  44. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  45. def kleisliAssociativity[A, B, C, D](f: (A) => F[B], g: (B) => F[C], h: (C) => F[D], a: A): laws.IsEq[F[D]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  46. def kleisliLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  47. def kleisliRightIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  48. def map2EvalConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  49. def map2ProductConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  50. def mapFlatMapCoherence[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  51. def monadErrorEnsureConsistency[A](fa: F[A], e: E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  52. def monadErrorEnsureOrConsistency[A](fa: F[A], e: (A) => E, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  53. def monadErrorLeftZero[A, B](e: E, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  54. def monadLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  55. def monadRightIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  56. def monoidalLeftIdentity[A](fa: F[A]): (F[(Unit, A)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  57. def monoidalRightIdentity[A](fa: F[A]): (F[(A, Unit)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  58. def mproductConsistency[A, B](fa: F[A], fb: (A) => F[B]): laws.IsEq[F[(A, B)]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  59. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  60. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  61. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  62. def onCancelAssociatesOverUncancelableBoundary[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                  63. def onCancelImpliesUncancelable[A](fa: F[A], fin1: F[Unit], fin2: F[Unit]): IsEq[F[A]]
                                                                                                  64. def onErrorPure[A](a: A, f: (E) => F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  65. def onErrorRaise[A](fa: F[A], e: E, fb: F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  66. def productLConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  67. def productRConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  68. def pureAttempt[A](a: A): laws.IsEq[F[Either[E, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  69. def raiseErrorAttempt(e: E): laws.IsEq[F[Either[E, Unit]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  70. def raiseErrorDistributesOverApLeft[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  71. def raiseErrorDistributesOverApRight[A](h: (E) => F[A], e: E): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  72. def recoverConsistentWithRecoverWith[A](fa: F[A], pf: PartialFunction[E, A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  73. def redeemDerivedFromAttemptMap[A, B](fa: F[A], fe: (E) => B, fs: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  74. def redeemWithDerivedFromAttemptFlatMap[A, B](fa: F[A], fe: (E) => F[B], fs: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  75. def replicateAVoidReplicateA_Consistent[A](n: Int, fa: F[A]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  76. def rethrowAttempt[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  77. def semigroupalAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): (F[(A, (B, C))], F[((A, B), C)])
                                                                                                    Definition Classes
                                                                                                    SemigroupalLaws
                                                                                                  78. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  79. def tailRecMConsistentFlatMap[A](a: A, f: (A) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  80. lazy val tailRecMStackSafety: laws.IsEq[F[Int]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  81. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  82. def uncancelableCanceledAssociatesRightOverFlatMapAttempt[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                  83. def uncancelableEliminatesOnCancel[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                  84. def uncancelableFinalizers[A](fin: F[Unit]): IsEq[F[Unit]]
                                                                                                  85. def uncancelableIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                  86. def uncancelableIgnoredPollEliminatesNesting[A](fa: F[A]): IsEq[F[A]]
                                                                                                  87. def uncancelablePollInverseNestIsUncancelable[A](fa: F[A]): IsEq[F[A]]
                                                                                                  88. def uncancelablePollIsIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                  89. def voidErrorConsistentWithHandleError(fu: F[Unit]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  90. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  91. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  92. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from MonadErrorLaws[F, E]

                                                                                                  Inherited from MonadLaws[F]

                                                                                                  Inherited from FlatMapLaws[F]

                                                                                                  Inherited from ApplicativeErrorLaws[F, E]

                                                                                                  Inherited from ApplicativeLaws[F]

                                                                                                  Inherited from ApplyLaws[F]

                                                                                                  Inherited from SemigroupalLaws[F]

                                                                                                  Inherited from FunctorLaws[F]

                                                                                                  Inherited from InvariantLaws[F]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/MonadCancelTests$.html b/api/3.x/cats/effect/laws/MonadCancelTests$.html index f33d0a61b4..5f368a85dd 100644 --- a/api/3.x/cats/effect/laws/MonadCancelTests$.html +++ b/api/3.x/cats/effect/laws/MonadCancelTests$.html @@ -1,2 +1,2 @@

                                                                                                  object MonadCancelTests

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.MonadCancel[F, E]): MonadCancelTests[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object MonadCancelTests

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

                                                                                                  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. def apply[F[_], E](implicit F0: kernel.MonadCancel[F, E]): MonadCancelTests[F, E]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/MonadCancelTests.html b/api/3.x/cats/effect/laws/MonadCancelTests.html index ed5f1d9bf3..9c86e9970c 100644 --- a/api/3.x/cats/effect/laws/MonadCancelTests.html +++ b/api/3.x/cats/effect/laws/MonadCancelTests.html @@ -1,2 +1,2 @@

                                                                                                  trait MonadCancelTests[F[_], E] extends MonadErrorTests[F, E]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. MonadCancelTests
                                                                                                  2. MonadErrorTests
                                                                                                  3. MonadTests
                                                                                                  4. FlatMapTests
                                                                                                  5. ApplicativeErrorTests
                                                                                                  6. ApplicativeTests
                                                                                                  7. ApplyTests
                                                                                                  8. SemigroupalTests
                                                                                                  9. FunctorTests
                                                                                                  10. InvariantTests
                                                                                                  11. Laws
                                                                                                  12. AnyRef
                                                                                                  13. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: MonadCancelLaws[F, E]
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests → MonadErrorTests → MonadTests → FlatMapTests → ApplicativeErrorTests → ApplicativeTests → ApplyTests → SemigroupalTests → FunctorTests → InvariantTests

                                                                                                  Concrete 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. def applicative[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeTests
                                                                                                  5. def applicativeError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorTests
                                                                                                  6. def apply[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplyTests
                                                                                                  7. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  9. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  10. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  11. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  12. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  13. def flatMap[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FlatMapTests
                                                                                                  14. def functor[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FunctorTests
                                                                                                  15. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. def invariant[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    InvariantTests
                                                                                                  18. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  19. def monad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  20. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                  21. def monadError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadErrorTests
                                                                                                  22. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  23. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  24. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  25. def semigroupal[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], iso: Isomorphisms[F], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], EqFA: Eq[F[A]], EqFABC: Eq[F[(A, B, C)]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SemigroupalTests
                                                                                                  26. def stackUnsafeMonad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  27. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  28. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  29. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  31. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  Inherited from MonadErrorTests[F, E]

                                                                                                  Inherited from MonadTests[F]

                                                                                                  Inherited from FlatMapTests[F]

                                                                                                  Inherited from ApplicativeErrorTests[F, E]

                                                                                                  Inherited from ApplicativeTests[F]

                                                                                                  Inherited from ApplyTests[F]

                                                                                                  Inherited from SemigroupalTests[F]

                                                                                                  Inherited from FunctorTests[F]

                                                                                                  Inherited from InvariantTests[F]

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait MonadCancelTests[F[_], E] extends MonadErrorTests[F, E]

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. MonadCancelTests
                                                                                                  2. MonadErrorTests
                                                                                                  3. MonadTests
                                                                                                  4. FlatMapTests
                                                                                                  5. ApplicativeErrorTests
                                                                                                  6. ApplicativeTests
                                                                                                  7. ApplyTests
                                                                                                  8. SemigroupalTests
                                                                                                  9. FunctorTests
                                                                                                  10. InvariantTests
                                                                                                  11. Laws
                                                                                                  12. AnyRef
                                                                                                  13. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: MonadCancelLaws[F, E]
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests → MonadErrorTests → MonadTests → FlatMapTests → ApplicativeErrorTests → ApplicativeTests → ApplyTests → SemigroupalTests → FunctorTests → InvariantTests

                                                                                                  Concrete 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. def applicative[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeTests
                                                                                                  5. def applicativeError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorTests
                                                                                                  6. def apply[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplyTests
                                                                                                  7. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  9. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  10. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  11. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  12. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  13. def flatMap[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FlatMapTests
                                                                                                  14. def functor[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FunctorTests
                                                                                                  15. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. def invariant[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    InvariantTests
                                                                                                  18. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  19. def monad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  20. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                  21. def monadError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqEitherTFEA: Eq[EitherT[F, E, A]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadErrorTests
                                                                                                  22. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  23. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  24. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  25. def semigroupal[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], iso: Isomorphisms[F], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], EqFA: Eq[F[A]], EqFABC: Eq[F[(A, B, C)]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SemigroupalTests
                                                                                                  26. def stackUnsafeMonad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  27. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  28. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  29. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  31. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[E], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[E], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[E], EqFEitherEU: Eq[F[Either[E, Unit]]], EqFEitherEA: Eq[F[Either[E, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (E) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  Inherited from MonadErrorTests[F, E]

                                                                                                  Inherited from MonadTests[F]

                                                                                                  Inherited from FlatMapTests[F]

                                                                                                  Inherited from ApplicativeErrorTests[F, E]

                                                                                                  Inherited from ApplicativeTests[F]

                                                                                                  Inherited from ApplyTests[F]

                                                                                                  Inherited from SemigroupalTests[F]

                                                                                                  Inherited from FunctorTests[F]

                                                                                                  Inherited from InvariantTests[F]

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/SyncLaws$.html b/api/3.x/cats/effect/laws/SyncLaws$.html index e55b9634b0..38d6aa0a61 100644 --- a/api/3.x/cats/effect/laws/SyncLaws$.html +++ b/api/3.x/cats/effect/laws/SyncLaws$.html @@ -1,2 +1,2 @@

                                                                                                  object SyncLaws

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Sync[F]): SyncLaws[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object SyncLaws

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Sync[F]): SyncLaws[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/SyncLaws.html b/api/3.x/cats/effect/laws/SyncLaws.html index cbf44bcff0..f137458d4f 100644 --- a/api/3.x/cats/effect/laws/SyncLaws.html +++ b/api/3.x/cats/effect/laws/SyncLaws.html @@ -1,2 +1,2 @@

                                                                                                  trait SyncLaws[F[_]] extends MonadCancelLaws[F, Throwable] with ClockLaws[F] with UniqueLaws[F]

                                                                                                  Source
                                                                                                  SyncLaws.scala
                                                                                                  Linear Supertypes
                                                                                                  Known Subclasses
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. SyncLaws
                                                                                                  2. UniqueLaws
                                                                                                  3. ClockLaws
                                                                                                  4. MonadCancelLaws
                                                                                                  5. MonadErrorLaws
                                                                                                  6. MonadLaws
                                                                                                  7. FlatMapLaws
                                                                                                  8. ApplicativeErrorLaws
                                                                                                  9. ApplicativeLaws
                                                                                                  10. ApplyLaws
                                                                                                  11. SemigroupalLaws
                                                                                                  12. FunctorLaws
                                                                                                  13. InvariantLaws
                                                                                                  14. AnyRef
                                                                                                  15. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.Sync[F]
                                                                                                    Definition Classes
                                                                                                    SyncLawsUniqueLawsClockLawsMonadCancelLaws → MonadErrorLaws → MonadLaws → FlatMapLaws → ApplicativeErrorLaws → ApplicativeLaws → ApplyLaws → SemigroupalLaws → FunctorLaws → InvariantLaws

                                                                                                  Concrete 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. def adaptErrorPure[A](a: A, f: (Throwable) => Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  5. def adaptErrorRaise[A](e: Throwable, f: (Throwable) => Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  6. def apProductConsistent[A, B](fa: F[A], f: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  7. def applicativeComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  8. def applicativeErrorHandle[A](e: Throwable, f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  9. def applicativeErrorHandleWith[A](e: Throwable, f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  10. def applicativeHomomorphism[A, B](a: A, f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  11. def applicativeIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  12. def applicativeInterchange[A, B](a: A, ff: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  13. def applicativeMap[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  14. def applicativeUnit[A](a: A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  15. def applyComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  16. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  17. def attemptConsistentWithAttemptT[A](fa: F[A]): laws.IsEq[EitherT[F, Throwable, A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  18. def attemptFromEitherConsistentWithPure[A](eab: Either[Throwable, A]): laws.IsEq[F[Either[Throwable, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  19. def canceledAssociatesLeftOverFlatMap[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  20. def canceledSequencesOnCancelInOrder(fin1: F[Unit], fin2: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  21. def canceledUnitIdentity: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  22. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  23. def covariantComposition[A, B, C](fa: F[A], f: (A) => B, g: (B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  24. def covariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  25. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  26. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  27. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  28. def flatMapAssociativity[A, B, C](fa: F[A], f: (A) => F[B], g: (B) => F[C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  29. def flatMapConsistentApply[A, B](fa: F[A], fab: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  30. def flatMapFromTailRecMConsistency[A, B](fa: F[A], fn: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  31. def forceRAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  32. def forceRCanceledShortCircuits[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  33. def forceRDiscardsError[A](e: Throwable, fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  34. def forceRDiscardsPure[A, B](a: A, fa: F[B]): IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  35. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  36. def guaranteeIsGuaranteeCase[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  37. def handleErrorConsistentWithRecover[A](fa: F[A], f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  38. def handleErrorPure[A](a: A, f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  39. def handleErrorWithConsistentWithRecoverWith[A](fa: F[A], f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  40. def handleErrorWithPure[A](a: A, f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  41. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  42. def invariantComposition[A, B, C](fa: F[A], f1: (A) => B, f2: (B) => A, g1: (B) => C, g2: (C) => B): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  43. def invariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  44. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  45. def kleisliAssociativity[A, B, C, D](f: (A) => F[B], g: (B) => F[C], h: (C) => F[D], a: A): laws.IsEq[F[D]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  46. def kleisliLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  47. def kleisliRightIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  48. def map2EvalConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  49. def map2ProductConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  50. def mapFlatMapCoherence[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  51. def monadErrorEnsureConsistency[A](fa: F[A], e: Throwable, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  52. def monadErrorEnsureOrConsistency[A](fa: F[A], e: (A) => Throwable, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  53. def monadErrorLeftZero[A, B](e: Throwable, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  54. def monadLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  55. def monadRightIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  56. def monoidalLeftIdentity[A](fa: F[A]): (F[(Unit, A)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  57. def monoidalRightIdentity[A](fa: F[A]): (F[(A, Unit)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  58. def monotonicity: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    ClockLaws
                                                                                                  59. def mproductConsistency[A, B](fa: F[A], fb: (A) => F[B]): laws.IsEq[F[(A, B)]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  60. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  61. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  62. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  63. def onCancelAssociatesOverUncancelableBoundary[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  64. def onCancelImpliesUncancelable[A](fa: F[A], fin1: F[Unit], fin2: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  65. def onErrorPure[A](a: A, f: (Throwable) => F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  66. def onErrorRaise[A](fa: F[A], e: Throwable, fb: F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  67. def productLConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  68. def productRConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  69. def pureAttempt[A](a: A): laws.IsEq[F[Either[Throwable, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  70. def raiseErrorAttempt(e: Throwable): laws.IsEq[F[Either[Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  71. def raiseErrorDistributesOverApLeft[A](h: (Throwable) => F[A], e: Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  72. def raiseErrorDistributesOverApRight[A](h: (Throwable) => F[A], e: Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  73. def recoverConsistentWithRecoverWith[A](fa: F[A], pf: PartialFunction[Throwable, A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  74. def redeemDerivedFromAttemptMap[A, B](fa: F[A], fe: (Throwable) => B, fs: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  75. def redeemWithDerivedFromAttemptFlatMap[A, B](fa: F[A], fe: (Throwable) => F[B], fs: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  76. def repeatedSuspendNotMemoized[A](a: A, f: (A) => A, hint: Type): IsEq[F[A]]
                                                                                                  77. def replicateAVoidReplicateA_Consistent[A](n: Int, fa: F[A]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  78. def rethrowAttempt[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  79. def semigroupalAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): (F[(A, (B, C))], F[((A, B), C)])
                                                                                                    Definition Classes
                                                                                                    SemigroupalLaws
                                                                                                  80. def suspendThrowIsRaiseError[A](e: Throwable, hint: Type): IsEq[F[A]]
                                                                                                  81. def suspendValueIsPure[A](a: A, hint: Type): IsEq[F[A]]
                                                                                                  82. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  83. def tailRecMConsistentFlatMap[A](a: A, f: (A) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  84. lazy val tailRecMStackSafety: laws.IsEq[F[Int]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  85. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  86. def uncancelableCanceledAssociatesRightOverFlatMapAttempt[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  87. def uncancelableEliminatesOnCancel[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  88. def uncancelableFinalizers[A](fin: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  89. def uncancelableIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  90. def uncancelableIgnoredPollEliminatesNesting[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  91. def uncancelablePollInverseNestIsUncancelable[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  92. def uncancelablePollIsIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  93. def uniqueness: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    UniqueLaws
                                                                                                  94. def unsequencedSuspendIsNoop[A](a: A, f: (A) => A, hint: Type): IsEq[F[A]]
                                                                                                  95. def voidErrorConsistentWithHandleError(fu: F[Unit]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  96. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  97. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  98. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from UniqueLaws[F]

                                                                                                  Inherited from ClockLaws[F]

                                                                                                  Inherited from MonadCancelLaws[F, Throwable]

                                                                                                  Inherited from MonadErrorLaws[F, Throwable]

                                                                                                  Inherited from MonadLaws[F]

                                                                                                  Inherited from FlatMapLaws[F]

                                                                                                  Inherited from ApplicativeErrorLaws[F, Throwable]

                                                                                                  Inherited from ApplicativeLaws[F]

                                                                                                  Inherited from ApplyLaws[F]

                                                                                                  Inherited from SemigroupalLaws[F]

                                                                                                  Inherited from FunctorLaws[F]

                                                                                                  Inherited from InvariantLaws[F]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait SyncLaws[F[_]] extends MonadCancelLaws[F, Throwable] with ClockLaws[F] with UniqueLaws[F]

                                                                                                  Source
                                                                                                  SyncLaws.scala
                                                                                                  Linear Supertypes
                                                                                                  Known Subclasses
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. SyncLaws
                                                                                                  2. UniqueLaws
                                                                                                  3. ClockLaws
                                                                                                  4. MonadCancelLaws
                                                                                                  5. MonadErrorLaws
                                                                                                  6. MonadLaws
                                                                                                  7. FlatMapLaws
                                                                                                  8. ApplicativeErrorLaws
                                                                                                  9. ApplicativeLaws
                                                                                                  10. ApplyLaws
                                                                                                  11. SemigroupalLaws
                                                                                                  12. FunctorLaws
                                                                                                  13. InvariantLaws
                                                                                                  14. AnyRef
                                                                                                  15. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.Sync[F]
                                                                                                    Definition Classes
                                                                                                    SyncLawsUniqueLawsClockLawsMonadCancelLaws → MonadErrorLaws → MonadLaws → FlatMapLaws → ApplicativeErrorLaws → ApplicativeLaws → ApplyLaws → SemigroupalLaws → FunctorLaws → InvariantLaws

                                                                                                  Concrete 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. def adaptErrorPure[A](a: A, f: (Throwable) => Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  5. def adaptErrorRaise[A](e: Throwable, f: (Throwable) => Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws → ApplicativeErrorLaws
                                                                                                  6. def apProductConsistent[A, B](fa: F[A], f: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  7. def applicativeComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  8. def applicativeErrorHandle[A](e: Throwable, f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  9. def applicativeErrorHandleWith[A](e: Throwable, f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  10. def applicativeHomomorphism[A, B](a: A, f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  11. def applicativeIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  12. def applicativeInterchange[A, B](a: A, ff: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  13. def applicativeMap[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  14. def applicativeUnit[A](a: A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  15. def applyComposition[A, B, C](fa: F[A], fab: F[(A) => B], fbc: F[(B) => C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  16. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  17. def attemptConsistentWithAttemptT[A](fa: F[A]): laws.IsEq[EitherT[F, Throwable, A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  18. def attemptFromEitherConsistentWithPure[A](eab: Either[Throwable, A]): laws.IsEq[F[Either[Throwable, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  19. def canceledAssociatesLeftOverFlatMap[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  20. def canceledSequencesOnCancelInOrder(fin1: F[Unit], fin2: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  21. def canceledUnitIdentity: IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  22. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  23. def covariantComposition[A, B, C](fa: F[A], f: (A) => B, g: (B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  24. def covariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FunctorLaws
                                                                                                  25. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  26. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  27. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  28. def flatMapAssociativity[A, B, C](fa: F[A], f: (A) => F[B], g: (B) => F[C]): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  29. def flatMapConsistentApply[A, B](fa: F[A], fab: F[(A) => B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  30. def flatMapFromTailRecMConsistency[A, B](fa: F[A], fn: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  31. def forceRAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  32. def forceRCanceledShortCircuits[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  33. def forceRDiscardsError[A](e: Throwable, fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  34. def forceRDiscardsPure[A, B](a: A, fa: F[B]): IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  35. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  36. def guaranteeIsGuaranteeCase[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  37. def handleErrorConsistentWithRecover[A](fa: F[A], f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  38. def handleErrorPure[A](a: A, f: (Throwable) => A): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  39. def handleErrorWithConsistentWithRecoverWith[A](fa: F[A], f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  40. def handleErrorWithPure[A](a: A, f: (Throwable) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  41. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  42. def invariantComposition[A, B, C](fa: F[A], f1: (A) => B, f2: (B) => A, g1: (B) => C, g2: (C) => B): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  43. def invariantIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    InvariantLaws
                                                                                                  44. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  45. def kleisliAssociativity[A, B, C, D](f: (A) => F[B], g: (B) => F[C], h: (C) => F[D], a: A): laws.IsEq[F[D]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  46. def kleisliLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  47. def kleisliRightIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  48. def map2EvalConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  49. def map2ProductConsistency[A, B, C](fa: F[A], fb: F[B], f: (A, B) => C): laws.IsEq[F[C]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  50. def mapFlatMapCoherence[A, B](fa: F[A], f: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  51. def monadErrorEnsureConsistency[A](fa: F[A], e: Throwable, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  52. def monadErrorEnsureOrConsistency[A](fa: F[A], e: (A) => Throwable, p: (A) => Boolean): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  53. def monadErrorLeftZero[A, B](e: Throwable, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  54. def monadLeftIdentity[A, B](a: A, f: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  55. def monadRightIdentity[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  56. def monoidalLeftIdentity[A](fa: F[A]): (F[(Unit, A)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  57. def monoidalRightIdentity[A](fa: F[A]): (F[(A, Unit)], F[A])
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  58. def monotonicity: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    ClockLaws
                                                                                                  59. def mproductConsistency[A, B](fa: F[A], fb: (A) => F[B]): laws.IsEq[F[(A, B)]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  60. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  61. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  62. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  63. def onCancelAssociatesOverUncancelableBoundary[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  64. def onCancelImpliesUncancelable[A](fa: F[A], fin1: F[Unit], fin2: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  65. def onErrorPure[A](a: A, f: (Throwable) => F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  66. def onErrorRaise[A](fa: F[A], e: Throwable, fb: F[Unit]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  67. def productLConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  68. def productRConsistency[A, B](fa: F[A], fb: F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplyLaws
                                                                                                  69. def pureAttempt[A](a: A): laws.IsEq[F[Either[Throwable, A]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  70. def raiseErrorAttempt(e: Throwable): laws.IsEq[F[Either[Throwable, Unit]]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  71. def raiseErrorDistributesOverApLeft[A](h: (Throwable) => F[A], e: Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  72. def raiseErrorDistributesOverApRight[A](h: (Throwable) => F[A], e: Throwable): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  73. def recoverConsistentWithRecoverWith[A](fa: F[A], pf: PartialFunction[Throwable, A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  74. def redeemDerivedFromAttemptMap[A, B](fa: F[A], fe: (Throwable) => B, fs: (A) => B): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  75. def redeemWithDerivedFromAttemptFlatMap[A, B](fa: F[A], fe: (Throwable) => F[B], fs: (A) => F[B]): laws.IsEq[F[B]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  76. def repeatedSuspendNotMemoized[A](a: A, f: (A) => A, hint: Type): IsEq[F[A]]
                                                                                                  77. def replicateAVoidReplicateA_Consistent[A](n: Int, fa: F[A]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeLaws
                                                                                                  78. def rethrowAttempt[A](fa: F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadErrorLaws
                                                                                                  79. def semigroupalAssociativity[A, B, C](fa: F[A], fb: F[B], fc: F[C]): (F[(A, (B, C))], F[((A, B), C)])
                                                                                                    Definition Classes
                                                                                                    SemigroupalLaws
                                                                                                  80. def suspendThrowIsRaiseError[A](e: Throwable, hint: Type): IsEq[F[A]]
                                                                                                  81. def suspendValueIsPure[A](a: A, hint: Type): IsEq[F[A]]
                                                                                                  82. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  83. def tailRecMConsistentFlatMap[A](a: A, f: (A) => F[A]): laws.IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    FlatMapLaws
                                                                                                  84. lazy val tailRecMStackSafety: laws.IsEq[F[Int]]
                                                                                                    Definition Classes
                                                                                                    MonadLaws
                                                                                                  85. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  86. def uncancelableCanceledAssociatesRightOverFlatMapAttempt[A](fa: F[A]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  87. def uncancelableEliminatesOnCancel[A](fa: F[A], fin: F[Unit]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  88. def uncancelableFinalizers[A](fin: F[Unit]): IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  89. def uncancelableIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  90. def uncancelableIgnoredPollEliminatesNesting[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  91. def uncancelablePollInverseNestIsUncancelable[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  92. def uncancelablePollIsIdentity[A](fa: F[A]): IsEq[F[A]]
                                                                                                    Definition Classes
                                                                                                    MonadCancelLaws
                                                                                                  93. def uniqueness: F[Boolean]
                                                                                                    Definition Classes
                                                                                                    UniqueLaws
                                                                                                  94. def unsequencedSuspendIsNoop[A](a: A, f: (A) => A, hint: Type): IsEq[F[A]]
                                                                                                  95. def voidErrorConsistentWithHandleError(fu: F[Unit]): laws.IsEq[F[Unit]]
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorLaws
                                                                                                  96. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  97. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  98. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from UniqueLaws[F]

                                                                                                  Inherited from ClockLaws[F]

                                                                                                  Inherited from MonadCancelLaws[F, Throwable]

                                                                                                  Inherited from MonadErrorLaws[F, Throwable]

                                                                                                  Inherited from MonadLaws[F]

                                                                                                  Inherited from FlatMapLaws[F]

                                                                                                  Inherited from ApplicativeErrorLaws[F, Throwable]

                                                                                                  Inherited from ApplicativeLaws[F]

                                                                                                  Inherited from ApplyLaws[F]

                                                                                                  Inherited from SemigroupalLaws[F]

                                                                                                  Inherited from FunctorLaws[F]

                                                                                                  Inherited from InvariantLaws[F]

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/SyncTests$.html b/api/3.x/cats/effect/laws/SyncTests$.html index b47c31cba3..4ddd1a28b5 100644 --- a/api/3.x/cats/effect/laws/SyncTests$.html +++ b/api/3.x/cats/effect/laws/SyncTests$.html @@ -1,2 +1,2 @@

                                                                                                  object SyncTests

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Sync[F]): SyncTests[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object SyncTests

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Sync[F]): SyncTests[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/SyncTests.html b/api/3.x/cats/effect/laws/SyncTests.html index 9ef9548be0..1b33f128aa 100644 --- a/api/3.x/cats/effect/laws/SyncTests.html +++ b/api/3.x/cats/effect/laws/SyncTests.html @@ -1,2 +1,2 @@

                                                                                                  trait SyncTests[F[_]] extends MonadCancelTests[F, Throwable] with ClockTests[F] with UniqueTests[F]

                                                                                                  Source
                                                                                                  SyncTests.scala
                                                                                                  Known Subclasses
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. SyncTests
                                                                                                  2. UniqueTests
                                                                                                  3. ClockTests
                                                                                                  4. MonadCancelTests
                                                                                                  5. MonadErrorTests
                                                                                                  6. MonadTests
                                                                                                  7. FlatMapTests
                                                                                                  8. ApplicativeErrorTests
                                                                                                  9. ApplicativeTests
                                                                                                  10. ApplyTests
                                                                                                  11. SemigroupalTests
                                                                                                  12. FunctorTests
                                                                                                  13. InvariantTests
                                                                                                  14. Laws
                                                                                                  15. AnyRef
                                                                                                  16. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: SyncLaws[F]
                                                                                                    Definition Classes
                                                                                                    SyncTestsUniqueTestsClockTestsMonadCancelTests → MonadErrorTests → MonadTests → FlatMapTests → ApplicativeErrorTests → ApplicativeTests → ApplyTests → SemigroupalTests → FunctorTests → InvariantTests

                                                                                                  Concrete 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. def applicative[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeTests
                                                                                                  5. def applicativeError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqEitherTFEA: Eq[EitherT[F, Throwable, A]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorTests
                                                                                                  6. def apply[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplyTests
                                                                                                  7. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def clock(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    ClockTests
                                                                                                  9. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  10. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  11. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  13. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  14. def flatMap[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FlatMapTests
                                                                                                  15. def functor[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FunctorTests
                                                                                                  16. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  18. def invariant[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    InvariantTests
                                                                                                  19. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  20. def monad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  21. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                  22. def monadError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqEitherTFEA: Eq[EitherT[F, Throwable, A]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadErrorTests
                                                                                                  23. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  24. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  25. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  26. def semigroupal[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], iso: Isomorphisms[F], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], EqFA: Eq[F[A]], EqFABC: Eq[F[(A, B, C)]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SemigroupalTests
                                                                                                  27. def stackUnsafeMonad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  28. def sync[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbST: Arbitrary[Type], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F]): RuleSet
                                                                                                  29. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  30. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  31. def unique(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    UniqueTests
                                                                                                  32. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  33. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  34. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (Throwable) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  Inherited from UniqueTests[F]

                                                                                                  Inherited from ClockTests[F]

                                                                                                  Inherited from MonadCancelTests[F, Throwable]

                                                                                                  Inherited from MonadErrorTests[F, Throwable]

                                                                                                  Inherited from MonadTests[F]

                                                                                                  Inherited from FlatMapTests[F]

                                                                                                  Inherited from ApplicativeErrorTests[F, Throwable]

                                                                                                  Inherited from ApplicativeTests[F]

                                                                                                  Inherited from ApplyTests[F]

                                                                                                  Inherited from SemigroupalTests[F]

                                                                                                  Inherited from FunctorTests[F]

                                                                                                  Inherited from InvariantTests[F]

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait SyncTests[F[_]] extends MonadCancelTests[F, Throwable] with ClockTests[F] with UniqueTests[F]

                                                                                                  Source
                                                                                                  SyncTests.scala
                                                                                                  Known Subclasses
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. SyncTests
                                                                                                  2. UniqueTests
                                                                                                  3. ClockTests
                                                                                                  4. MonadCancelTests
                                                                                                  5. MonadErrorTests
                                                                                                  6. MonadTests
                                                                                                  7. FlatMapTests
                                                                                                  8. ApplicativeErrorTests
                                                                                                  9. ApplicativeTests
                                                                                                  10. ApplyTests
                                                                                                  11. SemigroupalTests
                                                                                                  12. FunctorTests
                                                                                                  13. InvariantTests
                                                                                                  14. Laws
                                                                                                  15. AnyRef
                                                                                                  16. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: SyncLaws[F]
                                                                                                    Definition Classes
                                                                                                    SyncTestsUniqueTestsClockTestsMonadCancelTests → MonadErrorTests → MonadTests → FlatMapTests → ApplicativeErrorTests → ApplicativeTests → ApplyTests → SemigroupalTests → FunctorTests → InvariantTests

                                                                                                  Concrete 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. def applicative[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeTests
                                                                                                  5. def applicativeError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqEitherTFEA: Eq[EitherT[F, Throwable, A]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplicativeErrorTests
                                                                                                  6. def apply[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    ApplyTests
                                                                                                  7. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def clock(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    ClockTests
                                                                                                  9. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  10. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  11. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  13. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  14. def flatMap[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FlatMapTests
                                                                                                  15. def functor[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    FunctorTests
                                                                                                  16. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  18. def invariant[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], ArbFA: Arbitrary[F[A]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFC: Eq[F[C]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    InvariantTests
                                                                                                  19. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  20. def monad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  21. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                  22. def monadError[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqEitherTFEA: Eq[EitherT[F, Throwable, A]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadErrorTests
                                                                                                  23. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  24. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  25. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  26. def semigroupal[A, B, C](implicit arg0: Arbitrary[A], arg1: Arbitrary[B], arg2: Arbitrary[C], iso: Isomorphisms[F], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], EqFA: Eq[F[A]], EqFABC: Eq[F[(A, B, C)]]): RuleSet
                                                                                                    Definition Classes
                                                                                                    SemigroupalTests
                                                                                                  27. def stackUnsafeMonad[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F]): RuleSet
                                                                                                    Definition Classes
                                                                                                    MonadTests
                                                                                                  28. def sync[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], ArbST: Arbitrary[Type], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], exec: (F[Boolean]) => Prop, iso: Isomorphisms[F]): RuleSet
                                                                                                  29. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  30. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  31. def unique(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                    Definition Classes
                                                                                                    UniqueTests
                                                                                                  32. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  33. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  34. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Deprecated Value Members

                                                                                                  1. def monadCancel[A, B, C](implicit arg0: Arbitrary[A], arg1: Eq[A], arg2: Arbitrary[B], arg3: Eq[B], arg4: Arbitrary[C], arg5: Eq[C], ArbFA: Arbitrary[F[A]], ArbFB: Arbitrary[F[B]], ArbFC: Arbitrary[F[C]], ArbFU: Arbitrary[F[Unit]], ArbFAtoB: Arbitrary[F[(A) => B]], ArbFBtoC: Arbitrary[F[(B) => C]], ArbE: Arbitrary[Throwable], CogenA: Cogen[A], CogenB: Cogen[B], CogenC: Cogen[C], CogenE: Cogen[Throwable], EqFA: Eq[F[A]], EqFB: Eq[F[B]], EqFC: Eq[F[C]], EqFU: Eq[F[Unit]], EqE: Eq[Throwable], EqFEitherEU: Eq[F[Either[Throwable, Unit]]], EqFEitherEA: Eq[F[Either[Throwable, A]]], EqFABC: Eq[F[(A, B, C)]], EqFInt: Eq[F[Int]], iso: Isomorphisms[F], faPP: (F[A]) => Pretty, fuPP: (F[Unit]) => Pretty, ePP: (Throwable) => Pretty): RuleSet
                                                                                                    Attributes
                                                                                                    protected
                                                                                                    Definition Classes
                                                                                                    MonadCancelTests
                                                                                                    Annotations
                                                                                                    @deprecated
                                                                                                    Deprecated

                                                                                                    (Since version 3.2.0) revised several constraints

                                                                                                  Inherited from UniqueTests[F]

                                                                                                  Inherited from ClockTests[F]

                                                                                                  Inherited from MonadCancelTests[F, Throwable]

                                                                                                  Inherited from MonadErrorTests[F, Throwable]

                                                                                                  Inherited from MonadTests[F]

                                                                                                  Inherited from FlatMapTests[F]

                                                                                                  Inherited from ApplicativeErrorTests[F, Throwable]

                                                                                                  Inherited from ApplicativeTests[F]

                                                                                                  Inherited from ApplyTests[F]

                                                                                                  Inherited from SemigroupalTests[F]

                                                                                                  Inherited from FunctorTests[F]

                                                                                                  Inherited from InvariantTests[F]

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/Tolerance$.html b/api/3.x/cats/effect/laws/Tolerance$.html index 7459cabce3..d627324f38 100644 --- a/api/3.x/cats/effect/laws/Tolerance$.html +++ b/api/3.x/cats/effect/laws/Tolerance$.html @@ -1,2 +1,2 @@

                                                                                                  object Tolerance extends Serializable

                                                                                                  Source
                                                                                                  Tolerance.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Tolerance
                                                                                                  2. Serializable
                                                                                                  3. AnyRef
                                                                                                  4. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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. def apply[A](implicit A: Tolerance[A]): Tolerance[A]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. implicit def lift[F[_], A](implicit arg0: Applicative[F], arg1: Tolerance[A]): Tolerance[F[A]]
                                                                                                  14. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  15. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  18. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Serializable

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object Tolerance extends Serializable

                                                                                                  Source
                                                                                                  Tolerance.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Tolerance
                                                                                                  2. Serializable
                                                                                                  3. AnyRef
                                                                                                  4. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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. def apply[A](implicit A: Tolerance[A]): Tolerance[A]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. implicit def lift[F[_], A](implicit arg0: Applicative[F], arg1: Tolerance[A]): Tolerance[F[A]]
                                                                                                  14. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  15. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  18. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Serializable

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/Tolerance.html b/api/3.x/cats/effect/laws/Tolerance.html index 62a0b87099..56c75aad9d 100644 --- a/api/3.x/cats/effect/laws/Tolerance.html +++ b/api/3.x/cats/effect/laws/Tolerance.html @@ -1,2 +1,2 @@

                                                                                                  final case class Tolerance[+A](value: A) extends Product with Serializable

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Tolerance
                                                                                                  2. Serializable
                                                                                                  3. Product
                                                                                                  4. Equals
                                                                                                  5. AnyRef
                                                                                                  6. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Instance Constructors

                                                                                                  1. new Tolerance(value: A)

                                                                                                  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 finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  8. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  9. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  10. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  11. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. def productElementNames: Iterator[String]
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  14. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  15. val value: A
                                                                                                  16. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  17. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  18. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Serializable

                                                                                                  Inherited from Product

                                                                                                  Inherited from Equals

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  final case class Tolerance[+A](value: A) extends Product with Serializable

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Tolerance
                                                                                                  2. Serializable
                                                                                                  3. Product
                                                                                                  4. Equals
                                                                                                  5. AnyRef
                                                                                                  6. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Instance Constructors

                                                                                                  1. new Tolerance(value: A)

                                                                                                  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 finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  8. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  9. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  10. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  11. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. def productElementNames: Iterator[String]
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  14. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  15. val value: A
                                                                                                  16. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  17. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  18. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Serializable

                                                                                                  Inherited from Product

                                                                                                  Inherited from Equals

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/UniqueLaws$.html b/api/3.x/cats/effect/laws/UniqueLaws$.html index cc55f99b73..8dfe91aa35 100644 --- a/api/3.x/cats/effect/laws/UniqueLaws$.html +++ b/api/3.x/cats/effect/laws/UniqueLaws$.html @@ -1,2 +1,2 @@

                                                                                                  object UniqueLaws

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Unique[F]): UniqueLaws[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object UniqueLaws

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Unique[F]): UniqueLaws[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/UniqueLaws.html b/api/3.x/cats/effect/laws/UniqueLaws.html index 6eb59b1088..73eb8b6adc 100644 --- a/api/3.x/cats/effect/laws/UniqueLaws.html +++ b/api/3.x/cats/effect/laws/UniqueLaws.html @@ -1,2 +1,2 @@

                                                                                                  trait UniqueLaws[F[_]] extends AnyRef

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

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.Unique[F]

                                                                                                  Concrete 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. def uniqueness: F[Boolean]
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait UniqueLaws[F[_]] extends AnyRef

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

                                                                                                  Abstract Value Members

                                                                                                  1. implicit abstract val F: kernel.Unique[F]

                                                                                                  Concrete 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. def uniqueness: F[Boolean]
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/UniqueTests$.html b/api/3.x/cats/effect/laws/UniqueTests$.html index 44e35896c0..988d4dae1e 100644 --- a/api/3.x/cats/effect/laws/UniqueTests$.html +++ b/api/3.x/cats/effect/laws/UniqueTests$.html @@ -1,2 +1,2 @@

                                                                                                  object UniqueTests

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Unique[F]): UniqueTests[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  object UniqueTests

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

                                                                                                  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. def apply[F[_]](implicit F0: kernel.Unique[F]): UniqueTests[F]
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/UniqueTests.html b/api/3.x/cats/effect/laws/UniqueTests.html index b9e487a84d..1972df58c2 100644 --- a/api/3.x/cats/effect/laws/UniqueTests.html +++ b/api/3.x/cats/effect/laws/UniqueTests.html @@ -1,2 +1,2 @@

                                                                                                  trait UniqueTests[F[_]] extends Laws

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. UniqueTests
                                                                                                  2. Laws
                                                                                                  3. AnyRef
                                                                                                  4. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: UniqueLaws[F]

                                                                                                  Concrete 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. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. def unique(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  trait UniqueTests[F[_]] extends Laws

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. UniqueTests
                                                                                                  2. Laws
                                                                                                  3. AnyRef
                                                                                                  4. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. class DefaultRuleSet extends RuleSet with HasOneParent
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  2. trait HasOneParent extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  3. trait RuleSet extends AnyRef
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  4. class SimpleRuleSet extends DefaultRuleSet
                                                                                                    Definition Classes
                                                                                                    Laws

                                                                                                  Abstract Value Members

                                                                                                  1. abstract val laws: UniqueLaws[F]

                                                                                                  Concrete 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. def emptyRuleSet: RuleSet
                                                                                                    Definition Classes
                                                                                                    Laws
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  8. def equals(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  9. def finalize(): Unit
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.Throwable])
                                                                                                  10. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  11. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  14. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  15. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  17. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  18. def unique(implicit exec: (F[Boolean]) => Prop): RuleSet
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Laws

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/index.html b/api/3.x/cats/effect/laws/index.html index 969a07c9a0..5fffc1e3e6 100644 --- a/api/3.x/cats/effect/laws/index.html +++ b/api/3.x/cats/effect/laws/index.html @@ -1,2 +1,2 @@

                                                                                                  Packages

                                                                                                  package laws

                                                                                                  Source
                                                                                                  package.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. laws
                                                                                                  2. AnyRef
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. trait AsyncLaws[F[_]] extends GenTemporalLaws[F, Throwable] with SyncLaws[F]
                                                                                                  2. trait AsyncTests[F[_]] extends GenTemporalTests[F, Throwable] with SyncTests[F]
                                                                                                  3. trait ClockLaws[F[_]] extends AnyRef
                                                                                                  4. trait ClockTests[F[_]] extends Laws
                                                                                                  5. trait GenSpawnLaws[F[_], E] extends MonadCancelLaws[F, E] with UniqueLaws[F]
                                                                                                  6. trait GenSpawnTests[F[_], E] extends MonadCancelTests[F, E] with UniqueTests[F]
                                                                                                  7. trait GenTemporalLaws[F[_], E] extends GenSpawnLaws[F, E] with ClockLaws[F]
                                                                                                  8. trait GenTemporalTests[F[_], E] extends GenSpawnTests[F, E] with ClockTests[F]
                                                                                                  9. sealed trait IsEq[A] extends AnyRef
                                                                                                  10. implicit final class IsEqArrow[A] extends AnyVal
                                                                                                  11. trait MonadCancelLaws[F[_], E] extends MonadErrorLaws[F, E]
                                                                                                  12. trait MonadCancelTests[F[_], E] extends MonadErrorTests[F, E]
                                                                                                  13. trait SyncLaws[F[_]] extends MonadCancelLaws[F, Throwable] with ClockLaws[F] with UniqueLaws[F]
                                                                                                  14. trait SyncTests[F[_]] extends MonadCancelTests[F, Throwable] with ClockTests[F] with UniqueTests[F]
                                                                                                  15. final case class Tolerance[+A](value: A) extends Product with Serializable
                                                                                                  16. trait UniqueLaws[F[_]] extends AnyRef
                                                                                                  17. trait UniqueTests[F[_]] extends Laws

                                                                                                  Value Members

                                                                                                  1. object AsyncLaws
                                                                                                  2. object AsyncTests
                                                                                                  3. object ClockLaws
                                                                                                  4. object ClockTests
                                                                                                  5. object GenSpawnLaws
                                                                                                  6. object GenSpawnTests
                                                                                                  7. object GenTemporalLaws
                                                                                                  8. object GenTemporalTests
                                                                                                  9. object IsEq extends IsEqLowPriorityImplicits
                                                                                                  10. object MonadCancelLaws
                                                                                                  11. object MonadCancelTests
                                                                                                  12. object SyncLaws
                                                                                                  13. object SyncTests
                                                                                                  14. object Tolerance extends Serializable
                                                                                                  15. object UniqueLaws
                                                                                                  16. object UniqueTests

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  Packages

                                                                                                  package laws

                                                                                                  Source
                                                                                                  package.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. laws
                                                                                                  2. AnyRef
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Type Members

                                                                                                  1. trait AsyncLaws[F[_]] extends GenTemporalLaws[F, Throwable] with SyncLaws[F]
                                                                                                  2. trait AsyncTests[F[_]] extends GenTemporalTests[F, Throwable] with SyncTests[F]
                                                                                                  3. trait ClockLaws[F[_]] extends AnyRef
                                                                                                  4. trait ClockTests[F[_]] extends Laws
                                                                                                  5. trait GenSpawnLaws[F[_], E] extends MonadCancelLaws[F, E] with UniqueLaws[F]
                                                                                                  6. trait GenSpawnTests[F[_], E] extends MonadCancelTests[F, E] with UniqueTests[F]
                                                                                                  7. trait GenTemporalLaws[F[_], E] extends GenSpawnLaws[F, E] with ClockLaws[F]
                                                                                                  8. trait GenTemporalTests[F[_], E] extends GenSpawnTests[F, E] with ClockTests[F]
                                                                                                  9. sealed trait IsEq[A] extends AnyRef
                                                                                                  10. implicit final class IsEqArrow[A] extends AnyVal
                                                                                                  11. trait MonadCancelLaws[F[_], E] extends MonadErrorLaws[F, E]
                                                                                                  12. trait MonadCancelTests[F[_], E] extends MonadErrorTests[F, E]
                                                                                                  13. trait SyncLaws[F[_]] extends MonadCancelLaws[F, Throwable] with ClockLaws[F] with UniqueLaws[F]
                                                                                                  14. trait SyncTests[F[_]] extends MonadCancelTests[F, Throwable] with ClockTests[F] with UniqueTests[F]
                                                                                                  15. final case class Tolerance[+A](value: A) extends Product with Serializable
                                                                                                  16. trait UniqueLaws[F[_]] extends AnyRef
                                                                                                  17. trait UniqueTests[F[_]] extends Laws

                                                                                                  Value Members

                                                                                                  1. object AsyncLaws
                                                                                                  2. object AsyncTests
                                                                                                  3. object ClockLaws
                                                                                                  4. object ClockTests
                                                                                                  5. object GenSpawnLaws
                                                                                                  6. object GenSpawnTests
                                                                                                  7. object GenTemporalLaws
                                                                                                  8. object GenTemporalTests
                                                                                                  9. object IsEq extends IsEqLowPriorityImplicits
                                                                                                  10. object MonadCancelLaws
                                                                                                  11. object MonadCancelTests
                                                                                                  12. object SyncLaws
                                                                                                  13. object SyncTests
                                                                                                  14. object Tolerance extends Serializable
                                                                                                  15. object UniqueLaws
                                                                                                  16. object UniqueTests

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/laws/package$$IsEqArrow.html b/api/3.x/cats/effect/laws/package$$IsEqArrow.html index d0e3c68a1b..f924325925 100644 --- a/api/3.x/cats/effect/laws/package$$IsEqArrow.html +++ b/api/3.x/cats/effect/laws/package$$IsEqArrow.html @@ -1,2 +1,2 @@
                                                                                                  c

                                                                                                  cats.effect.laws

                                                                                                  IsEqArrow

                                                                                                  implicit final class IsEqArrow[A] extends AnyVal

                                                                                                  Source
                                                                                                  package.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. IsEqArrow
                                                                                                  2. AnyVal
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Instance Constructors

                                                                                                  1. new IsEqArrow(lhs: A)

                                                                                                  Value Members

                                                                                                  1. final def !=(arg0: Any): Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  2. final def ##: Int
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  3. def <->(rhs: A): IsEq[A]
                                                                                                  4. final def ==(arg0: Any): Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def getClass(): Class[_ <: AnyVal]
                                                                                                    Definition Classes
                                                                                                    AnyVal → Any
                                                                                                  7. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def toString(): String
                                                                                                    Definition Classes
                                                                                                    Any

                                                                                                  Inherited from AnyVal

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';
                                                                                                  c

                                                                                                  cats.effect.laws

                                                                                                  IsEqArrow

                                                                                                  implicit final class IsEqArrow[A] extends AnyVal

                                                                                                  Source
                                                                                                  package.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. IsEqArrow
                                                                                                  2. AnyVal
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Instance Constructors

                                                                                                  1. new IsEqArrow(lhs: A)

                                                                                                  Value Members

                                                                                                  1. final def !=(arg0: Any): Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  2. final def ##: Int
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  3. def <->(rhs: A): IsEq[A]
                                                                                                  4. final def ==(arg0: Any): Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  6. def getClass(): Class[_ <: AnyVal]
                                                                                                    Definition Classes
                                                                                                    AnyVal → Any
                                                                                                  7. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def toString(): String
                                                                                                    Definition Classes
                                                                                                    Any

                                                                                                  Inherited from AnyVal

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/metrics/CpuStarvationWarningMetrics.html b/api/3.x/cats/effect/metrics/CpuStarvationWarningMetrics.html index 8c1495b6c3..01a031e504 100644 --- a/api/3.x/cats/effect/metrics/CpuStarvationWarningMetrics.html +++ b/api/3.x/cats/effect/metrics/CpuStarvationWarningMetrics.html @@ -1,2 +1,2 @@

                                                                                                  Packages

                                                                                                  c

                                                                                                  cats.effect.metrics

                                                                                                  CpuStarvationWarningMetrics

                                                                                                  final case class CpuStarvationWarningMetrics(occurrenceTime: FiniteDuration, clockDrift: FiniteDuration, starvationThreshold: Double, starvationInterval: FiniteDuration) extends Product with Serializable

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. CpuStarvationWarningMetrics
                                                                                                  2. Serializable
                                                                                                  3. Product
                                                                                                  4. Equals
                                                                                                  5. AnyRef
                                                                                                  6. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Instance Constructors

                                                                                                  1. new CpuStarvationWarningMetrics(occurrenceTime: FiniteDuration, clockDrift: FiniteDuration, starvationThreshold: Double, starvationInterval: FiniteDuration)

                                                                                                  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. val clockDrift: FiniteDuration
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  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. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  11. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  14. val occurrenceTime: FiniteDuration
                                                                                                  15. def productElementNames: Iterator[String]
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  16. val starvationInterval: FiniteDuration
                                                                                                  17. val starvationThreshold: Double
                                                                                                  18. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Serializable

                                                                                                  Inherited from Product

                                                                                                  Inherited from Equals

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  Packages

                                                                                                  c

                                                                                                  cats.effect.metrics

                                                                                                  CpuStarvationWarningMetrics

                                                                                                  final case class CpuStarvationWarningMetrics(occurrenceTime: FiniteDuration, clockDrift: FiniteDuration, starvationThreshold: Double, starvationInterval: FiniteDuration) extends Product with Serializable

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. CpuStarvationWarningMetrics
                                                                                                  2. Serializable
                                                                                                  3. Product
                                                                                                  4. Equals
                                                                                                  5. AnyRef
                                                                                                  6. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Instance Constructors

                                                                                                  1. new CpuStarvationWarningMetrics(occurrenceTime: FiniteDuration, clockDrift: FiniteDuration, starvationThreshold: Double, starvationInterval: FiniteDuration)

                                                                                                  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. val clockDrift: FiniteDuration
                                                                                                  6. def clone(): AnyRef
                                                                                                    Attributes
                                                                                                    protected[lang]
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                  7. final def eq(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  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. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  11. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  14. val occurrenceTime: FiniteDuration
                                                                                                  15. def productElementNames: Iterator[String]
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  16. val starvationInterval: FiniteDuration
                                                                                                  17. val starvationThreshold: Double
                                                                                                  18. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  19. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  21. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from Serializable

                                                                                                  Inherited from Product

                                                                                                  Inherited from Equals

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/std/AtomicCell$$ApplyPartiallyApplied.html b/api/3.x/cats/effect/std/AtomicCell$$ApplyPartiallyApplied.html index efdad4f556..0b98c8d7c0 100644 --- a/api/3.x/cats/effect/std/AtomicCell$$ApplyPartiallyApplied.html +++ b/api/3.x/cats/effect/std/AtomicCell$$ApplyPartiallyApplied.html @@ -1,2 +1,2 @@

                                                                                                  Packages

                                                                                                  c

                                                                                                  cats.effect.std.AtomicCell

                                                                                                  ApplyPartiallyApplied

                                                                                                  final class ApplyPartiallyApplied[F[_]] extends AnyVal

                                                                                                  Source
                                                                                                  AtomicCell.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. ApplyPartiallyApplied
                                                                                                  2. AnyVal
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Instance Constructors

                                                                                                  1. new ApplyPartiallyApplied(dummy: Boolean)

                                                                                                  Value Members

                                                                                                  1. final def !=(arg0: Any): Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  2. final def ##: Int
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  3. final def ==(arg0: Any): Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  4. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  5. def empty[A](implicit M: Monoid[A], F: kernel.Concurrent[F]): F[AtomicCell[F, A]]

                                                                                                    Initializes the AtomicCell using the default empty value of the provided type.

                                                                                                  6. def getClass(): Class[_ <: AnyVal]
                                                                                                    Definition Classes
                                                                                                    AnyVal → Any
                                                                                                  7. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def of[A](init: A)(implicit F: kernel.Concurrent[F]): F[AtomicCell[F, A]]

                                                                                                    Initializes the AtomicCell using the provided value.

                                                                                                  9. def toString(): String
                                                                                                    Definition Classes
                                                                                                    Any

                                                                                                  Inherited from AnyVal

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  Packages

                                                                                                  c

                                                                                                  cats.effect.std.AtomicCell

                                                                                                  ApplyPartiallyApplied

                                                                                                  final class ApplyPartiallyApplied[F[_]] extends AnyVal

                                                                                                  Source
                                                                                                  AtomicCell.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. ApplyPartiallyApplied
                                                                                                  2. AnyVal
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  Instance Constructors

                                                                                                  1. new ApplyPartiallyApplied(dummy: Boolean)

                                                                                                  Value Members

                                                                                                  1. final def !=(arg0: Any): Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  2. final def ##: Int
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  3. final def ==(arg0: Any): Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  4. final def asInstanceOf[T0]: T0
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  5. def empty[A](implicit M: Monoid[A], F: kernel.Concurrent[F]): F[AtomicCell[F, A]]

                                                                                                    Initializes the AtomicCell using the default empty value of the provided type.

                                                                                                  6. def getClass(): Class[_ <: AnyVal]
                                                                                                    Definition Classes
                                                                                                    AnyVal → Any
                                                                                                  7. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  8. def of[A](init: A)(implicit F: kernel.Concurrent[F]): F[AtomicCell[F, A]]

                                                                                                    Initializes the AtomicCell using the provided value.

                                                                                                  9. def toString(): String
                                                                                                    Definition Classes
                                                                                                    Any

                                                                                                  Inherited from AnyVal

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/std/AtomicCell$.html b/api/3.x/cats/effect/std/AtomicCell$.html index 827468bb6c..0a3a3e02f1 100644 --- a/api/3.x/cats/effect/std/AtomicCell$.html +++ b/api/3.x/cats/effect/std/AtomicCell$.html @@ -1,3 +1,3 @@

                                                                                                  object AtomicCell

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

                                                                                                  Type Members

                                                                                                  1. final class ApplyPartiallyApplied[F[_]] extends AnyVal

                                                                                                  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. def apply[F[_]]: ApplyPartiallyApplied[F]

                                                                                                    Builds a new AtomicCell

                                                                                                    Builds a new AtomicCell

                                                                                                    AtomicCell[IO].of(10)
                                                                                                    +var toRoot = '../../../';

                                                                                                    object AtomicCell

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

                                                                                                    Type Members

                                                                                                    1. final class ApplyPartiallyApplied[F[_]] extends AnyVal

                                                                                                    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. def apply[F[_]]: ApplyPartiallyApplied[F]

                                                                                                      Builds a new AtomicCell

                                                                                                      Builds a new AtomicCell

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

                                                                                                    Inherited from AnyRef

                                                                                                    Inherited from Any

                                                                                                    Ungrouped

                                                                                                    diff --git a/api/3.x/cats/effect/std/AtomicCell.html b/api/3.x/cats/effect/std/AtomicCell.html index 8b6e014c27..1e59eaad43 100644 --- a/api/3.x/cats/effect/std/AtomicCell.html +++ b/api/3.x/cats/effect/std/AtomicCell.html @@ -11,7 +11,7 @@ (next, shuffled.headOption) } } -}
                                                                                                    Source
                                                                                                    AtomicCell.scala
                                                                                                    See also

                                                                                                    +}

                                                                                                    Source
                                                                                                    AtomicCell.scala
                                                                                                    See also

                                                                                                    cats.effect.kernel.Ref for a non-blocking alternative.

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

                                                                                                  Instance Constructors

                                                                                                  1. new AtomicCell()

                                                                                                  Abstract Value Members

                                                                                                  1. abstract def evalGetAndUpdate(f: (A) => F[A]): F[A]

                                                                                                    Updates the current value using the provided effectual function, and returns the previous value.

                                                                                                  2. abstract def evalModify[B](f: (A) => F[(A, B)]): F[B]

                                                                                                    Like evalUpdate but allows the update function to return an output value.

                                                                                                  3. abstract def evalUpdate(f: (A) => F[A]): F[Unit]

                                                                                                    Like update but using an effectual function; which is guaranteed to run only once.

                                                                                                  4. abstract def evalUpdateAndGet(f: (A) => F[A]): F[A]

                                                                                                    Updates the current value using the provided effectual function, and returns the updated value.

                                                                                                  5. abstract def get: F[A]

                                                                                                    Obtains the current value.

                                                                                                  6. abstract def modify[B](f: (A) => (A, B)): F[B]

                                                                                                    Like update but allows the update function to return an output value.

                                                                                                  7. abstract def set(a: A): F[Unit]

                                                                                                    Sets the current value to a.

                                                                                                  Concrete 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. def getAndSet(a: A): F[A]

                                                                                                    Replaces the current value with a, returning the previous value.

                                                                                                  10. def getAndUpdate(f: (A) => A): F[A]

                                                                                                    Updates the current value using the provided function, and returns the previous value.

                                                                                                  11. final def getClass(): Class[_ <: AnyRef]
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  12. def hashCode(): Int
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  14. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  15. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  16. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  17. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  18. def toString(): String
                                                                                                    Definition Classes
                                                                                                    AnyRef → Any
                                                                                                  19. def update(f: (A) => A): F[Unit]

                                                                                                    Modifies the current value using the supplied update function.

                                                                                                  20. def updateAndGet(f: (A) => A): F[A]

                                                                                                    Updates the current value using the provided function, and returns the updated value.

                                                                                                  21. final def wait(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                  23. final def wait(arg0: Long): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/std/Backpressure$$Strategy$$Lossless$.html b/api/3.x/cats/effect/std/Backpressure$$Strategy$$Lossless$.html index 840b3a3879..c0038b0bc6 100644 --- a/api/3.x/cats/effect/std/Backpressure$$Strategy$$Lossless$.html +++ b/api/3.x/cats/effect/std/Backpressure$$Strategy$$Lossless$.html @@ -1,2 +1,2 @@

                                                                                                  Packages

                                                                                                  case object Lossless extends Strategy with Product with Serializable

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Lossless
                                                                                                  2. Serializable
                                                                                                  3. Product
                                                                                                  4. Equals
                                                                                                  5. Strategy
                                                                                                  6. AnyRef
                                                                                                  7. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  11. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  14. def productElementName(n: Int): String
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  15. def productElementNames: Iterator[String]
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  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 Serializable

                                                                                                  Inherited from Product

                                                                                                  Inherited from Equals

                                                                                                  Inherited from Strategy

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  Packages

                                                                                                  case object Lossless extends Strategy with Product with Serializable

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Lossless
                                                                                                  2. Serializable
                                                                                                  3. Product
                                                                                                  4. Equals
                                                                                                  5. Strategy
                                                                                                  6. AnyRef
                                                                                                  7. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  11. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  14. def productElementName(n: Int): String
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  15. def productElementNames: Iterator[String]
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  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 Serializable

                                                                                                  Inherited from Product

                                                                                                  Inherited from Equals

                                                                                                  Inherited from Strategy

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/std/Backpressure$$Strategy$$Lossy$.html b/api/3.x/cats/effect/std/Backpressure$$Strategy$$Lossy$.html index 21d7cb99c2..78eca61968 100644 --- a/api/3.x/cats/effect/std/Backpressure$$Strategy$$Lossy$.html +++ b/api/3.x/cats/effect/std/Backpressure$$Strategy$$Lossy$.html @@ -1,2 +1,2 @@

                                                                                                  Packages

                                                                                                  case object Lossy extends Strategy with Product with Serializable

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Lossy
                                                                                                  2. Serializable
                                                                                                  3. Product
                                                                                                  4. Equals
                                                                                                  5. Strategy
                                                                                                  6. AnyRef
                                                                                                  7. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  11. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  14. def productElementName(n: Int): String
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  15. def productElementNames: Iterator[String]
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  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 Serializable

                                                                                                  Inherited from Product

                                                                                                  Inherited from Equals

                                                                                                  Inherited from Strategy

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  Packages

                                                                                                  case object Lossy extends Strategy with Product with Serializable

                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Lossy
                                                                                                  2. Serializable
                                                                                                  3. Product
                                                                                                  4. Equals
                                                                                                  5. Strategy
                                                                                                  6. AnyRef
                                                                                                  7. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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. final def isInstanceOf[T0]: Boolean
                                                                                                    Definition Classes
                                                                                                    Any
                                                                                                  11. final def ne(arg0: AnyRef): Boolean
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  12. final def notify(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  13. final def notifyAll(): Unit
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                    Annotations
                                                                                                    @native()
                                                                                                  14. def productElementName(n: Int): String
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  15. def productElementNames: Iterator[String]
                                                                                                    Definition Classes
                                                                                                    Product
                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                    Definition Classes
                                                                                                    AnyRef
                                                                                                  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 Serializable

                                                                                                  Inherited from Product

                                                                                                  Inherited from Equals

                                                                                                  Inherited from Strategy

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/std/Backpressure$$Strategy$.html b/api/3.x/cats/effect/std/Backpressure$$Strategy$.html index e2297859aa..9cc66ecbda 100644 --- a/api/3.x/cats/effect/std/Backpressure$$Strategy$.html +++ b/api/3.x/cats/effect/std/Backpressure$$Strategy$.html @@ -1,2 +1,2 @@

                                                                                                  Packages

                                                                                                  object Strategy

                                                                                                  Source
                                                                                                  Backpressure.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Strategy
                                                                                                  2. AnyRef
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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()
                                                                                                  20. case object Lossless extends Strategy with Product with Serializable
                                                                                                  21. case object Lossy extends Strategy with Product with Serializable

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  +var toRoot = '../../../';

                                                                                                  Packages

                                                                                                  object Strategy

                                                                                                  Source
                                                                                                  Backpressure.scala
                                                                                                  Linear Supertypes
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Strategy
                                                                                                  2. AnyRef
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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()
                                                                                                  20. case object Lossless extends Strategy with Product with Serializable
                                                                                                  21. case object Lossy extends Strategy with Product with Serializable

                                                                                                  Inherited from AnyRef

                                                                                                  Inherited from Any

                                                                                                  Ungrouped

                                                                                                  diff --git a/api/3.x/cats/effect/std/Backpressure$$Strategy.html b/api/3.x/cats/effect/std/Backpressure$$Strategy.html index 91bf3625b5..d00586ede5 100644 --- a/api/3.x/cats/effect/std/Backpressure$$Strategy.html +++ b/api/3.x/cats/effect/std/Backpressure$$Strategy.html @@ -1,2 +1,2 @@

                                                                                                  Packages

                                                                                                  sealed trait Strategy extends AnyRef

                                                                                                  Source
                                                                                                  Backpressure.scala
                                                                                                  Linear Supertypes
                                                                                                  Known Subclasses
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Strategy
                                                                                                  2. AnyRef
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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

                                                                                                  +var toRoot = '../../../';

                                                                                                  Packages

                                                                                                  sealed trait Strategy extends AnyRef

                                                                                                  Source
                                                                                                  Backpressure.scala
                                                                                                  Linear Supertypes
                                                                                                  Known Subclasses
                                                                                                  Ordering
                                                                                                  1. Alphabetic
                                                                                                  2. By Inheritance
                                                                                                  Inherited
                                                                                                  1. Strategy
                                                                                                  2. AnyRef
                                                                                                  3. Any
                                                                                                  1. Hide All
                                                                                                  2. Show All
                                                                                                  Visibility
                                                                                                  1. Public
                                                                                                  2. Protected

                                                                                                  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

                                                                                                  diff --git a/api/3.x/cats/effect/std/Backpressure$.html b/api/3.x/cats/effect/std/Backpressure$.html index c98ff3a2e1..5f99aa427b 100644 --- a/api/3.x/cats/effect/std/Backpressure$.html +++ b/api/3.x/cats/effect/std/Backpressure$.html @@ -1,5 +1,5 @@

                                                                                                  object Backpressure

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

                                                                                                  Type Members

                                                                                                  1. sealed trait Strategy extends AnyRef

                                                                                                  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. def apply[F[_]](strategy: Strategy, bound: Int)(implicit GC: kernel.GenConcurrent[F, _]): F[Backpressure[F]]

                                                                                                    Creates an instance of Backpressure that can be used to rate limit effects

                                                                                                    Creates an instance of Backpressure that can be used to rate limit effects

                                                                                                    strategy

                                                                                                    +var toRoot = '../../../';

                                                                                                    object Backpressure

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

                                                                                                    Type Members

                                                                                                    1. sealed trait Strategy extends AnyRef

                                                                                                    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. def apply[F[_]](strategy: Strategy, bound: Int)(implicit GC: kernel.GenConcurrent[F, _]): F[Backpressure[F]]

                                                                                                      Creates an instance of Backpressure that can be used to rate limit effects

                                                                                                      Creates an instance of Backpressure that can be used to rate limit effects

                                                                                                      strategy

                                                                                                      strategy to apply for this backpressure instance

                                                                                                      bound

                                                                                                      depth of the queue that the backpressure instance should manage

                                                                                                      returns

                                                                                                      a Backpressure instance

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

                                                                                                    Inherited from AnyRef

                                                                                                    Inherited from Any

                                                                                                    Ungrouped

                                                                                                    diff --git a/api/3.x/cats/effect/std/Backpressure.html b/api/3.x/cats/effect/std/Backpressure.html index 1ad7c318a9..12d851135c 100644 --- a/api/3.x/cats/effect/std/Backpressure.html +++ b/api/3.x/cats/effect/std/Backpressure.html @@ -3,7 +3,7 @@ will apply a Backpressure.Strategy to the execution where each strategy works as follows:

                                                                                                    Backpressure.Strategy.Lossy will mean that effects will not be run in the presence of backpressure, meaning the result will be None

                                                                                                    Backpressure.Strategy.Lossless will mean that effects will run in the presence of backpressure, meaning the effect will semantically block until backpressure is alleviated -

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

                                                                                                  Abstract Value Members

                                                                                                  1. abstract def metered[A](f: F[A]): F[Option[A]]

                                                                                                    Applies rate limiting to an effect based on backpressure semantics +

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

                                                                                                  Abstract Value Members

                                                                                                  1. abstract def metered[A](f: F[A]): F[Option[A]]

                                                                                                    Applies rate limiting to an effect based on backpressure semantics

                                                                                                    Applies rate limiting to an effect based on backpressure semantics

                                                                                                    f

                                                                                                    the effect that backpressure is applied to

                                                                                                    returns

                                                                                                    diff --git a/api/3.x/cats/effect/std/Console$.html b/api/3.x/cats/effect/std/Console$.html index 3d4e77038f..0acb3d3f3a 100644 --- a/api/3.x/cats/effect/std/Console$.html +++ b/api/3.x/cats/effect/std/Console$.html @@ -1,5 +1,5 @@

                                                                                                    object Console extends ConsoleCompanionCrossPlatform with ConsoleCompanionPlatform

                                                                                                    Source
                                                                                                    Console.scala
                                                                                                    Linear Supertypes
                                                                                                    ConsoleCompanionPlatform, ConsoleCompanionCrossPlatform, AnyRef, Any
                                                                                                    Ordering
                                                                                                    1. Alphabetic
                                                                                                    2. By Inheritance
                                                                                                    Inherited
                                                                                                    1. Console
                                                                                                    2. ConsoleCompanionPlatform
                                                                                                    3. ConsoleCompanionCrossPlatform
                                                                                                    4. AnyRef
                                                                                                    5. Any
                                                                                                    1. Hide All
                                                                                                    2. Show All
                                                                                                    Visibility
                                                                                                    1. Public
                                                                                                    2. Protected

                                                                                                    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. def apply[F[_]](implicit C: Console[F]): C.type

                                                                                                      Summoner method for Console instances.

                                                                                                      Summoner method for Console instances.

                                                                                                      For printing to the standard output:

                                                                                                      Console[F].print("Hello")
                                                                                                      +var toRoot = '../../../';

                                                                                                      object Console extends ConsoleCompanionCrossPlatform with ConsoleCompanionPlatform

                                                                                                      Source
                                                                                                      Console.scala
                                                                                                      Linear Supertypes
                                                                                                      ConsoleCompanionPlatform, ConsoleCompanionCrossPlatform, AnyRef, Any
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. Console
                                                                                                      2. ConsoleCompanionPlatform
                                                                                                      3. ConsoleCompanionCrossPlatform
                                                                                                      4. AnyRef
                                                                                                      5. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. def apply[F[_]](implicit C: Console[F]): C.type

                                                                                                        Summoner method for Console instances.

                                                                                                        Summoner method for Console instances.

                                                                                                        For printing to the standard output:

                                                                                                        Console[F].print("Hello")
                                                                                                         Console[F].println("Hello")

                                                                                                        For printing to the standard error:

                                                                                                        Console[F].error("Hello")
                                                                                                         Console[F].errorln("Hello")

                                                                                                        For reading from the standard input:

                                                                                                        Console[F].readLine
                                                                                                        Definition Classes
                                                                                                        ConsoleCompanionCrossPlatform
                                                                                                      5. final def asInstanceOf[T0]: T0
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      6. implicit def catsEitherTConsole[F[_], L](implicit arg0: Console[F], arg1: Functor[F]): Console[[γ$0$]EitherT[F, L, γ$0$]]

                                                                                                        Console instance built for cats.data.EitherT values initialized with any F data type that also implements Console.

                                                                                                        Console instance built for cats.data.EitherT values initialized with any F data diff --git a/api/3.x/cats/effect/std/Console.html b/api/3.x/cats/effect/std/Console.html index 112a9c0e19..002545cb29 100644 --- a/api/3.x/cats/effect/std/Console.html +++ b/api/3.x/cats/effect/std/Console.html @@ -1,7 +1,7 @@

                                                                                                        trait Console[F[_]] extends ConsoleCrossPlatform[F]

                                                                                                        Effect type agnostic Console with common methods to write to and read from the standard console. Suited only for extremely simple console input and output in trivial applications. -

                                                                                                        Source
                                                                                                        Console.scala
                                                                                                        Examples:
                                                                                                        1. import cats.effect.IO
                                                                                                          +

                                                                                                        Source
                                                                                                        Console.scala
                                                                                                        Examples:
                                                                                                        1. import cats.effect.IO
                                                                                                           import cats.effect.std.Console
                                                                                                           
                                                                                                           def myProgram: IO[Unit] =
                                                                                                          diff --git a/api/3.x/cats/effect/std/CountDownLatch$.html b/api/3.x/cats/effect/std/CountDownLatch$.html
                                                                                                          index 3c5720c766..7f6468ab3a 100644
                                                                                                          --- a/api/3.x/cats/effect/std/CountDownLatch$.html
                                                                                                          +++ b/api/3.x/cats/effect/std/CountDownLatch$.html
                                                                                                          @@ -1,3 +1,3 @@
                                                                                                           

                                                                                                          object CountDownLatch

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

                                                                                                          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. def apply[F[_]](n: Int)(implicit F: kernel.GenConcurrent[F, _]): F[CountDownLatch[F]]

                                                                                                            Initialize a CountDown latch with n latches +var toRoot = '../../../';

                                                                                                            object CountDownLatch

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

                                                                                                            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. def apply[F[_]](n: Int)(implicit F: kernel.GenConcurrent[F, _]): F[CountDownLatch[F]]

                                                                                                              Initialize a CountDown latch with n latches

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

                                                                                                            Inherited from AnyRef

                                                                                                            Inherited from Any

                                                                                                            Ungrouped

                                                                                                            diff --git a/api/3.x/cats/effect/std/CountDownLatch.html b/api/3.x/cats/effect/std/CountDownLatch.html index 493f29ad0a..0b790a51a7 100644 --- a/api/3.x/cats/effect/std/CountDownLatch.html +++ b/api/3.x/cats/effect/std/CountDownLatch.html @@ -3,7 +3,7 @@ this has 'one-shot' semantics - once the counter reaches 0 then release and await will forever be no-ops

                                                                                                            See https://typelevel.org/blog/2020/10/30/concurrency-in-ce3.html for a walkthrough of building something like this -

                                                                                                          Self Type
                                                                                                          CountDownLatch[F]
                                                                                                          Source
                                                                                                          CountDownLatch.scala
                                                                                                          Linear Supertypes
                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. CountDownLatch
                                                                                                          2. AnyRef
                                                                                                          3. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          Instance Constructors

                                                                                                          1. new CountDownLatch()

                                                                                                          Abstract Value Members

                                                                                                          1. abstract def await: F[Unit]

                                                                                                            Semantically block until the count reaches 0 +

                                                                                                          Self Type
                                                                                                          CountDownLatch[F]
                                                                                                          Source
                                                                                                          CountDownLatch.scala
                                                                                                          Linear Supertypes
                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. CountDownLatch
                                                                                                          2. AnyRef
                                                                                                          3. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          Instance Constructors

                                                                                                          1. new CountDownLatch()

                                                                                                          Abstract Value Members

                                                                                                          1. abstract def await: F[Unit]

                                                                                                            Semantically block until the count reaches 0

                                                                                                          2. abstract def release: F[Unit]

                                                                                                            Release a latch, decrementing the remaining count and releasing any fibers that are blocked if the count reaches 0

                                                                                                          Concrete 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. def mapK[G[_]](f: ~>[F, G]): CountDownLatch[G]
                                                                                                          13. final def ne(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          14. final def notify(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          15. final def notifyAll(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          16. final def synchronized[T0](arg0: => T0): T0
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          17. def toString(): String
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                          18. final def wait(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          20. final def wait(arg0: Long): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                          Inherited from AnyRef

                                                                                                          Inherited from Any

                                                                                                          Ungrouped

                                                                                                          diff --git a/api/3.x/cats/effect/std/CyclicBarrier$.html b/api/3.x/cats/effect/std/CyclicBarrier$.html index c09a9f4992..ae90e718ac 100644 --- a/api/3.x/cats/effect/std/CyclicBarrier$.html +++ b/api/3.x/cats/effect/std/CyclicBarrier$.html @@ -1,2 +1,2 @@

                                                                                                          object CyclicBarrier

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

                                                                                                          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. def apply[F[_]](capacity: Int)(implicit F: kernel.GenConcurrent[F, _]): F[CyclicBarrier[F]]
                                                                                                          5. final def asInstanceOf[T0]: T0
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          6. def clone(): AnyRef
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                          7. final def eq(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          8. def equals(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                          9. def finalize(): Unit
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.Throwable])
                                                                                                          10. final def getClass(): Class[_ <: AnyRef]
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          11. def hashCode(): Int
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          12. final def isInstanceOf[T0]: Boolean
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          13. final def ne(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          14. final def notify(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          15. final def notifyAll(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          16. final def synchronized[T0](arg0: => T0): T0
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          17. def toString(): String
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                          18. final def wait(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          20. final def wait(arg0: Long): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                          Inherited from AnyRef

                                                                                                          Inherited from Any

                                                                                                          Ungrouped

                                                                                                          +var toRoot = '../../../';

                                                                                                          object CyclicBarrier

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

                                                                                                          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. def apply[F[_]](capacity: Int)(implicit F: kernel.GenConcurrent[F, _]): F[CyclicBarrier[F]]
                                                                                                          5. final def asInstanceOf[T0]: T0
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          6. def clone(): AnyRef
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                          7. final def eq(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          8. def equals(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                          9. def finalize(): Unit
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.Throwable])
                                                                                                          10. final def getClass(): Class[_ <: AnyRef]
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          11. def hashCode(): Int
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          12. final def isInstanceOf[T0]: Boolean
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          13. final def ne(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          14. final def notify(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          15. final def notifyAll(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          16. final def synchronized[T0](arg0: => T0): T0
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          17. def toString(): String
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                          18. final def wait(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          20. final def wait(arg0: Long): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                          Inherited from AnyRef

                                                                                                          Inherited from Any

                                                                                                          Ungrouped

                                                                                                          diff --git a/api/3.x/cats/effect/std/CyclicBarrier.html b/api/3.x/cats/effect/std/CyclicBarrier.html index bd59d39ee5..2997e6e96c 100644 --- a/api/3.x/cats/effect/std/CyclicBarrier.html +++ b/api/3.x/cats/effect/std/CyclicBarrier.html @@ -4,7 +4,7 @@ calling await, at which point it is semantically blocked until a total of n fibers are blocked on the same cyclic barrier.

                                                                                                          At this point all the fibers are unblocked and the cyclic barrier is reset, allowing it to be used again. -

                                                                                                          Self Type
                                                                                                          CyclicBarrier[F]
                                                                                                          Source
                                                                                                          CyclicBarrier.scala
                                                                                                          Linear Supertypes
                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. CyclicBarrier
                                                                                                          2. AnyRef
                                                                                                          3. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          Instance Constructors

                                                                                                          1. new CyclicBarrier()

                                                                                                          Abstract Value Members

                                                                                                          1. abstract def await: F[Unit]

                                                                                                            Possibly semantically block until the cyclic barrier is full +

                                                                                                          Self Type
                                                                                                          CyclicBarrier[F]
                                                                                                          Source
                                                                                                          CyclicBarrier.scala
                                                                                                          Linear Supertypes
                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. CyclicBarrier
                                                                                                          2. AnyRef
                                                                                                          3. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          Instance Constructors

                                                                                                          1. new CyclicBarrier()

                                                                                                          Abstract Value Members

                                                                                                          1. abstract def await: F[Unit]

                                                                                                            Possibly semantically block until the cyclic barrier is full

                                                                                                          Concrete 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. def mapK[G[_]](f: ~>[F, G]): CyclicBarrier[G]

                                                                                                            Modifies the context in which this cyclic barrier is executed using the natural transformation f.

                                                                                                            Modifies the context in which this cyclic barrier is executed using the natural transformation f. diff --git a/api/3.x/cats/effect/std/Dequeue$.html b/api/3.x/cats/effect/std/Dequeue$.html index 50ab6f62f3..233ac53e4e 100644 --- a/api/3.x/cats/effect/std/Dequeue$.html +++ b/api/3.x/cats/effect/std/Dequeue$.html @@ -1,5 +1,5 @@

                                                                                                            object Dequeue

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

                                                                                                            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 bounded[F[_], A](capacity: Int)(implicit F: kernel.GenConcurrent[F, _]): F[Dequeue[F, A]]

                                                                                                              Constructs an empty, bounded dequeue holding up to capacity elements for F data types +var toRoot = '../../../';

                                                                                                              object Dequeue

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

                                                                                                              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 bounded[F[_], A](capacity: Int)(implicit F: kernel.GenConcurrent[F, _]): F[Dequeue[F, A]]

                                                                                                                Constructs an empty, bounded dequeue holding up to capacity elements for F data types that are cats.effect.kernel.GenConcurrent.

                                                                                                                Constructs an empty, bounded dequeue holding up to capacity elements for F data types that are cats.effect.kernel.GenConcurrent. When the queue is full (contains exactly capacity elements), every next Queue#offer will be backpressured (i.e. the diff --git a/api/3.x/cats/effect/std/Dequeue.html b/api/3.x/cats/effect/std/Dequeue.html index e12003b2f2..3ba4c17a85 100644 --- a/api/3.x/cats/effect/std/Dequeue.html +++ b/api/3.x/cats/effect/std/Dequeue.html @@ -1,5 +1,5 @@

                                                                                                                trait Dequeue[F[_], A] extends Queue[F, A] with DequeueSource[F, A] with DequeueSink[F, A]

                                                                                                                Self Type
                                                                                                                Dequeue[F, A]
                                                                                                                Source
                                                                                                                Dequeue.scala
                                                                                                                Linear Supertypes
                                                                                                                DequeueSink[F, A], DequeueSource[F, A], Queue[F, A], QueueSink[F, A], QueueSource[F, A], AnyRef, Any
                                                                                                                Ordering
                                                                                                                1. Alphabetic
                                                                                                                2. By Inheritance
                                                                                                                Inherited
                                                                                                                1. Dequeue
                                                                                                                2. DequeueSink
                                                                                                                3. DequeueSource
                                                                                                                4. Queue
                                                                                                                5. QueueSink
                                                                                                                6. QueueSource
                                                                                                                7. AnyRef
                                                                                                                8. Any
                                                                                                                1. Hide All
                                                                                                                2. Show All
                                                                                                                Visibility
                                                                                                                1. Public
                                                                                                                2. Protected

                                                                                                                Abstract Value Members

                                                                                                                1. abstract def offerBack(a: A): F[Unit]

                                                                                                                  Enqueues the given element at the back of the dequeue, possibly fiber blocking until +var toRoot = '../../../';

                                                                                                                  trait Dequeue[F[_], A] extends Queue[F, A] with DequeueSource[F, A] with DequeueSink[F, A]

                                                                                                                  Self Type
                                                                                                                  Dequeue[F, A]
                                                                                                                  Source
                                                                                                                  Dequeue.scala
                                                                                                                  Linear Supertypes
                                                                                                                  DequeueSink[F, A], DequeueSource[F, A], Queue[F, A], QueueSink[F, A], QueueSource[F, A], AnyRef, Any
                                                                                                                  Ordering
                                                                                                                  1. Alphabetic
                                                                                                                  2. By Inheritance
                                                                                                                  Inherited
                                                                                                                  1. Dequeue
                                                                                                                  2. DequeueSink
                                                                                                                  3. DequeueSource
                                                                                                                  4. Queue
                                                                                                                  5. QueueSink
                                                                                                                  6. QueueSource
                                                                                                                  7. AnyRef
                                                                                                                  8. Any
                                                                                                                  1. Hide All
                                                                                                                  2. Show All
                                                                                                                  Visibility
                                                                                                                  1. Public
                                                                                                                  2. Protected

                                                                                                                  Abstract Value Members

                                                                                                                  1. abstract def offerBack(a: A): F[Unit]

                                                                                                                    Enqueues the given element at the back of the dequeue, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                                    Enqueues the given element at the back of the dequeue, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                                    a

                                                                                                                    diff --git a/api/3.x/cats/effect/std/DequeueSink$.html b/api/3.x/cats/effect/std/DequeueSink$.html index 77f0781ba0..7bca5c55e7 100644 --- a/api/3.x/cats/effect/std/DequeueSink$.html +++ b/api/3.x/cats/effect/std/DequeueSink$.html @@ -1,2 +1,2 @@

                                                                                                                    object DequeueSink

                                                                                                                    Source
                                                                                                                    Dequeue.scala
                                                                                                                    Linear Supertypes
                                                                                                                    Ordering
                                                                                                                    1. Alphabetic
                                                                                                                    2. By Inheritance
                                                                                                                    Inherited
                                                                                                                    1. DequeueSink
                                                                                                                    2. AnyRef
                                                                                                                    3. Any
                                                                                                                    1. Hide All
                                                                                                                    2. Show All
                                                                                                                    Visibility
                                                                                                                    1. Public
                                                                                                                    2. Protected

                                                                                                                    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. implicit def catsContravariantForDequeueSink[F[_]]: Contravariant[[β$4$]DequeueSink[F, β$4$]]
                                                                                                                    6. def clone(): AnyRef
                                                                                                                      Attributes
                                                                                                                      protected[lang]
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                                                      Definition Classes
                                                                                                                      AnyRef → Any
                                                                                                                    9. def finalize(): Unit
                                                                                                                      Attributes
                                                                                                                      protected[lang]
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                      Definition Classes
                                                                                                                      AnyRef → Any
                                                                                                                      Annotations
                                                                                                                      @native()
                                                                                                                    11. def hashCode(): Int
                                                                                                                      Definition Classes
                                                                                                                      AnyRef → Any
                                                                                                                      Annotations
                                                                                                                      @native()
                                                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                                                      Definition Classes
                                                                                                                      Any
                                                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                    14. final def notify(): Unit
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @native()
                                                                                                                    15. final def notifyAll(): Unit
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @native()
                                                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                    17. def toString(): String
                                                                                                                      Definition Classes
                                                                                                                      AnyRef → Any
                                                                                                                    18. final def wait(): Unit
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                                                    20. final def wait(arg0: Long): Unit
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                    Inherited from AnyRef

                                                                                                                    Inherited from Any

                                                                                                                    Ungrouped

                                                                                                                    +var toRoot = '../../../';

                                                                                                                    object DequeueSink

                                                                                                                    Source
                                                                                                                    Dequeue.scala
                                                                                                                    Linear Supertypes
                                                                                                                    Ordering
                                                                                                                    1. Alphabetic
                                                                                                                    2. By Inheritance
                                                                                                                    Inherited
                                                                                                                    1. DequeueSink
                                                                                                                    2. AnyRef
                                                                                                                    3. Any
                                                                                                                    1. Hide All
                                                                                                                    2. Show All
                                                                                                                    Visibility
                                                                                                                    1. Public
                                                                                                                    2. Protected

                                                                                                                    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. implicit def catsContravariantForDequeueSink[F[_]]: Contravariant[[β$4$]DequeueSink[F, β$4$]]
                                                                                                                    6. def clone(): AnyRef
                                                                                                                      Attributes
                                                                                                                      protected[lang]
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                    7. final def eq(arg0: AnyRef): Boolean
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                    8. def equals(arg0: AnyRef): Boolean
                                                                                                                      Definition Classes
                                                                                                                      AnyRef → Any
                                                                                                                    9. def finalize(): Unit
                                                                                                                      Attributes
                                                                                                                      protected[lang]
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @throws(classOf[java.lang.Throwable])
                                                                                                                    10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                      Definition Classes
                                                                                                                      AnyRef → Any
                                                                                                                      Annotations
                                                                                                                      @native()
                                                                                                                    11. def hashCode(): Int
                                                                                                                      Definition Classes
                                                                                                                      AnyRef → Any
                                                                                                                      Annotations
                                                                                                                      @native()
                                                                                                                    12. final def isInstanceOf[T0]: Boolean
                                                                                                                      Definition Classes
                                                                                                                      Any
                                                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                    14. final def notify(): Unit
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @native()
                                                                                                                    15. final def notifyAll(): Unit
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @native()
                                                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                    17. def toString(): String
                                                                                                                      Definition Classes
                                                                                                                      AnyRef → Any
                                                                                                                    18. final def wait(): Unit
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                                                    20. final def wait(arg0: Long): Unit
                                                                                                                      Definition Classes
                                                                                                                      AnyRef
                                                                                                                      Annotations
                                                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                    Inherited from AnyRef

                                                                                                                    Inherited from Any

                                                                                                                    Ungrouped

                                                                                                                    diff --git a/api/3.x/cats/effect/std/DequeueSink.html b/api/3.x/cats/effect/std/DequeueSink.html index 4719d810b3..c4ec82d011 100644 --- a/api/3.x/cats/effect/std/DequeueSink.html +++ b/api/3.x/cats/effect/std/DequeueSink.html @@ -1,5 +1,5 @@

                                                                                                                    trait DequeueSink[F[_], A] extends QueueSink[F, A]

                                                                                                                    Source
                                                                                                                    Dequeue.scala
                                                                                                                    Linear Supertypes
                                                                                                                    Known Subclasses
                                                                                                                    Ordering
                                                                                                                    1. Alphabetic
                                                                                                                    2. By Inheritance
                                                                                                                    Inherited
                                                                                                                    1. DequeueSink
                                                                                                                    2. QueueSink
                                                                                                                    3. AnyRef
                                                                                                                    4. Any
                                                                                                                    1. Hide All
                                                                                                                    2. Show All
                                                                                                                    Visibility
                                                                                                                    1. Public
                                                                                                                    2. Protected

                                                                                                                    Abstract Value Members

                                                                                                                    1. abstract def offerBack(a: A): F[Unit]

                                                                                                                      Enqueues the given element at the back of the dequeue, possibly fiber blocking until +var toRoot = '../../../';

                                                                                                                      trait DequeueSink[F[_], A] extends QueueSink[F, A]

                                                                                                                      Source
                                                                                                                      Dequeue.scala
                                                                                                                      Linear Supertypes
                                                                                                                      Known Subclasses
                                                                                                                      Ordering
                                                                                                                      1. Alphabetic
                                                                                                                      2. By Inheritance
                                                                                                                      Inherited
                                                                                                                      1. DequeueSink
                                                                                                                      2. QueueSink
                                                                                                                      3. AnyRef
                                                                                                                      4. Any
                                                                                                                      1. Hide All
                                                                                                                      2. Show All
                                                                                                                      Visibility
                                                                                                                      1. Public
                                                                                                                      2. Protected

                                                                                                                      Abstract Value Members

                                                                                                                      1. abstract def offerBack(a: A): F[Unit]

                                                                                                                        Enqueues the given element at the back of the dequeue, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                                        Enqueues the given element at the back of the dequeue, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                                        a

                                                                                                                        diff --git a/api/3.x/cats/effect/std/DequeueSource$.html b/api/3.x/cats/effect/std/DequeueSource$.html index c7167dc01d..f32409904e 100644 --- a/api/3.x/cats/effect/std/DequeueSource$.html +++ b/api/3.x/cats/effect/std/DequeueSource$.html @@ -1,2 +1,2 @@

                                                                                                                        object DequeueSource

                                                                                                                        Source
                                                                                                                        Dequeue.scala
                                                                                                                        Linear Supertypes
                                                                                                                        Ordering
                                                                                                                        1. Alphabetic
                                                                                                                        2. By Inheritance
                                                                                                                        Inherited
                                                                                                                        1. DequeueSource
                                                                                                                        2. AnyRef
                                                                                                                        3. Any
                                                                                                                        1. Hide All
                                                                                                                        2. Show All
                                                                                                                        Visibility
                                                                                                                        1. Public
                                                                                                                        2. Protected

                                                                                                                        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. implicit def catsFunctorForDequeueSource[F[_]](implicit arg0: Functor[F]): Functor[[β$2$]DequeueSource[F, β$2$]]
                                                                                                                        6. def clone(): AnyRef
                                                                                                                          Attributes
                                                                                                                          protected[lang]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                        7. final def eq(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        8. def equals(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                        9. def finalize(): Unit
                                                                                                                          Attributes
                                                                                                                          protected[lang]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.Throwable])
                                                                                                                        10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        11. def hashCode(): Int
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        12. final def isInstanceOf[T0]: Boolean
                                                                                                                          Definition Classes
                                                                                                                          Any
                                                                                                                        13. final def ne(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        14. final def notify(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        15. final def notifyAll(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        17. def toString(): String
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                        18. final def wait(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                                        19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                                        20. final def wait(arg0: Long): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                        Inherited from AnyRef

                                                                                                                        Inherited from Any

                                                                                                                        Ungrouped

                                                                                                                        +var toRoot = '../../../';

                                                                                                                        object DequeueSource

                                                                                                                        Source
                                                                                                                        Dequeue.scala
                                                                                                                        Linear Supertypes
                                                                                                                        Ordering
                                                                                                                        1. Alphabetic
                                                                                                                        2. By Inheritance
                                                                                                                        Inherited
                                                                                                                        1. DequeueSource
                                                                                                                        2. AnyRef
                                                                                                                        3. Any
                                                                                                                        1. Hide All
                                                                                                                        2. Show All
                                                                                                                        Visibility
                                                                                                                        1. Public
                                                                                                                        2. Protected

                                                                                                                        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. implicit def catsFunctorForDequeueSource[F[_]](implicit arg0: Functor[F]): Functor[[β$2$]DequeueSource[F, β$2$]]
                                                                                                                        6. def clone(): AnyRef
                                                                                                                          Attributes
                                                                                                                          protected[lang]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                        7. final def eq(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        8. def equals(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                        9. def finalize(): Unit
                                                                                                                          Attributes
                                                                                                                          protected[lang]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.Throwable])
                                                                                                                        10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        11. def hashCode(): Int
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        12. final def isInstanceOf[T0]: Boolean
                                                                                                                          Definition Classes
                                                                                                                          Any
                                                                                                                        13. final def ne(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        14. final def notify(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        15. final def notifyAll(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        17. def toString(): String
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                        18. final def wait(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                                        19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                                        20. final def wait(arg0: Long): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                        Inherited from AnyRef

                                                                                                                        Inherited from Any

                                                                                                                        Ungrouped

                                                                                                                        diff --git a/api/3.x/cats/effect/std/DequeueSource.html b/api/3.x/cats/effect/std/DequeueSource.html index ed3e284472..f1017093bd 100644 --- a/api/3.x/cats/effect/std/DequeueSource.html +++ b/api/3.x/cats/effect/std/DequeueSource.html @@ -1,5 +1,5 @@

                                                                                                                        trait DequeueSource[F[_], A] extends QueueSource[F, A]

                                                                                                                        Source
                                                                                                                        Dequeue.scala
                                                                                                                        Linear Supertypes
                                                                                                                        Known Subclasses
                                                                                                                        Ordering
                                                                                                                        1. Alphabetic
                                                                                                                        2. By Inheritance
                                                                                                                        Inherited
                                                                                                                        1. DequeueSource
                                                                                                                        2. QueueSource
                                                                                                                        3. AnyRef
                                                                                                                        4. Any
                                                                                                                        1. Hide All
                                                                                                                        2. Show All
                                                                                                                        Visibility
                                                                                                                        1. Public
                                                                                                                        2. Protected

                                                                                                                        Abstract Value Members

                                                                                                                        1. abstract def size: F[Int]
                                                                                                                          Definition Classes
                                                                                                                          QueueSource
                                                                                                                        2. abstract def takeBack: F[A]

                                                                                                                          Dequeues an element from the back of the dequeue, possibly fiber blocking until an element +var toRoot = '../../../';

                                                                                                                          trait DequeueSource[F[_], A] extends QueueSource[F, A]

                                                                                                                          Source
                                                                                                                          Dequeue.scala
                                                                                                                          Linear Supertypes
                                                                                                                          Known Subclasses
                                                                                                                          Ordering
                                                                                                                          1. Alphabetic
                                                                                                                          2. By Inheritance
                                                                                                                          Inherited
                                                                                                                          1. DequeueSource
                                                                                                                          2. QueueSource
                                                                                                                          3. AnyRef
                                                                                                                          4. Any
                                                                                                                          1. Hide All
                                                                                                                          2. Show All
                                                                                                                          Visibility
                                                                                                                          1. Public
                                                                                                                          2. Protected

                                                                                                                          Abstract Value Members

                                                                                                                          1. abstract def size: F[Int]
                                                                                                                            Definition Classes
                                                                                                                            QueueSource
                                                                                                                          2. abstract def takeBack: F[A]

                                                                                                                            Dequeues an element from the back of the dequeue, possibly fiber blocking until an element becomes available.

                                                                                                                          3. abstract def takeFront: F[A]

                                                                                                                            Dequeues an element from the front of the dequeue, possibly semantically blocking until an element becomes available.

                                                                                                                          4. abstract def tryTakeBack: F[Option[A]]

                                                                                                                            Attempts to dequeue an element from the back of the dequeue, if one is available without fiber blocking.

                                                                                                                            Attempts to dequeue an element from the back of the dequeue, if one is available without diff --git a/api/3.x/cats/effect/std/Dispatcher$.html b/api/3.x/cats/effect/std/Dispatcher$.html index e1728e9288..fa5cb2a996 100644 --- a/api/3.x/cats/effect/std/Dispatcher$.html +++ b/api/3.x/cats/effect/std/Dispatcher$.html @@ -1,5 +1,5 @@

                                                                                                                            object Dispatcher

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

                                                                                                                            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. def parallel[F[_]](await: Boolean)(implicit arg0: kernel.Async[F]): kernel.Resource[F, Dispatcher[F]]

                                                                                                                              Create a Dispatcher that can be used within a resource scope.

                                                                                                                              Create a Dispatcher that can be used within a resource scope. Once the resource scope +var toRoot = '../../../';

                                                                                                                              object Dispatcher

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

                                                                                                                              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. def parallel[F[_]](await: Boolean)(implicit arg0: kernel.Async[F]): kernel.Resource[F, Dispatcher[F]]

                                                                                                                                Create a Dispatcher that can be used within a resource scope.

                                                                                                                                Create a Dispatcher that can be used within a resource scope. Once the resource scope exits, depending on the termination policy all active effects will be canceled or awaited, and attempts to submit new effects will throw an exception.

                                                                                                                                This corresponds to a pattern in which a single Dispatcher is being used by multiple calling threads simultaneously, with complex (potentially long-running) actions submitted diff --git a/api/3.x/cats/effect/std/Dispatcher.html b/api/3.x/cats/effect/std/Dispatcher.html index 7d0db09111..05147b9e74 100644 --- a/api/3.x/cats/effect/std/Dispatcher.html +++ b/api/3.x/cats/effect/std/Dispatcher.html @@ -7,7 +7,7 @@ other when submitting effects. However, Dispatcher instances are cheap to create and have minimal overhead, so they can be allocated on-demand if necessary.

                                                                                                                                Notably, Dispatcher replaces Effect and ConcurrentEffect from Cats Effect 2 while only requiring an cats.effect.kernel.Async constraint. -

                                                                                                                                Source
                                                                                                                                Dispatcher.scala
                                                                                                                                Linear Supertypes
                                                                                                                                DispatcherPlatform[F], AnyRef, Any
                                                                                                                                Ordering
                                                                                                                                1. Alphabetic
                                                                                                                                2. By Inheritance
                                                                                                                                Inherited
                                                                                                                                1. Dispatcher
                                                                                                                                2. DispatcherPlatform
                                                                                                                                3. AnyRef
                                                                                                                                4. Any
                                                                                                                                1. Hide All
                                                                                                                                2. Show All
                                                                                                                                Visibility
                                                                                                                                1. Public
                                                                                                                                2. Protected

                                                                                                                                Abstract Value Members

                                                                                                                                1. abstract def unsafeToFutureCancelable[A](fa: F[A]): (Future[A], () => Future[Unit])

                                                                                                                                  Submits an effect to be executed, returning a Future that holds the result of its +

                                                                                                                                Source
                                                                                                                                Dispatcher.scala
                                                                                                                                Linear Supertypes
                                                                                                                                DispatcherPlatform[F], AnyRef, Any
                                                                                                                                Ordering
                                                                                                                                1. Alphabetic
                                                                                                                                2. By Inheritance
                                                                                                                                Inherited
                                                                                                                                1. Dispatcher
                                                                                                                                2. DispatcherPlatform
                                                                                                                                3. AnyRef
                                                                                                                                4. Any
                                                                                                                                1. Hide All
                                                                                                                                2. Show All
                                                                                                                                Visibility
                                                                                                                                1. Public
                                                                                                                                2. Protected

                                                                                                                                Abstract Value Members

                                                                                                                                1. abstract def unsafeToFutureCancelable[A](fa: F[A]): (Future[A], () => Future[Unit])

                                                                                                                                  Submits an effect to be executed, returning a Future that holds the result of its evaluation, along with a cancelation token that can be used to cancel the original effect.

                                                                                                                                Concrete 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. def unsafeRunAndForget[A](fa: F[A]): Unit

                                                                                                                                  Submits an effect to be executed with fire-and-forget semantics.

                                                                                                                                18. def unsafeRunCancelable[A](fa: F[A]): () => Future[Unit]

                                                                                                                                  Submits an effect to be executed, returning a cancelation token that can be used to cancel it.

                                                                                                                                19. def unsafeRunSync[A](fa: F[A]): A

                                                                                                                                  Submits an effect to be executed and indefinitely blocks until a result is produced.

                                                                                                                                  Submits an effect to be executed and indefinitely blocks until a result is produced. This function will throw an exception if the submitted effect terminates with an error. diff --git a/api/3.x/cats/effect/std/Env$.html b/api/3.x/cats/effect/std/Env$.html index e8a53d798e..9a679a9765 100644 --- a/api/3.x/cats/effect/std/Env$.html +++ b/api/3.x/cats/effect/std/Env$.html @@ -1,5 +1,5 @@

                                                                                                                                  object Env extends EnvCompanionPlatform

                                                                                                                                  Source
                                                                                                                                  Env.scala
                                                                                                                                  Linear Supertypes
                                                                                                                                  EnvCompanionPlatform, AnyRef, Any
                                                                                                                                  Ordering
                                                                                                                                  1. Alphabetic
                                                                                                                                  2. By Inheritance
                                                                                                                                  Inherited
                                                                                                                                  1. Env
                                                                                                                                  2. EnvCompanionPlatform
                                                                                                                                  3. AnyRef
                                                                                                                                  4. Any
                                                                                                                                  1. Hide All
                                                                                                                                  2. Show All
                                                                                                                                  Visibility
                                                                                                                                  1. Public
                                                                                                                                  2. Protected

                                                                                                                                  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. def apply[F[_]](implicit E: Env[F]): E.type

                                                                                                                                    Summoner method for Env instances.

                                                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                                                    Definition Classes
                                                                                                                                    Any
                                                                                                                                  6. implicit def catsEitherTEnv[F[_], L](implicit arg0: Env[F], arg1: Functor[F]): Env[[γ$0$]EitherT[F, L, γ$0$]]

                                                                                                                                    Env instance built for cats.data.EitherT values initialized with any F data type +var toRoot = '../../../';

                                                                                                                                    object Env extends EnvCompanionPlatform

                                                                                                                                    Source
                                                                                                                                    Env.scala
                                                                                                                                    Linear Supertypes
                                                                                                                                    EnvCompanionPlatform, AnyRef, Any
                                                                                                                                    Ordering
                                                                                                                                    1. Alphabetic
                                                                                                                                    2. By Inheritance
                                                                                                                                    Inherited
                                                                                                                                    1. Env
                                                                                                                                    2. EnvCompanionPlatform
                                                                                                                                    3. AnyRef
                                                                                                                                    4. Any
                                                                                                                                    1. Hide All
                                                                                                                                    2. Show All
                                                                                                                                    Visibility
                                                                                                                                    1. Public
                                                                                                                                    2. Protected

                                                                                                                                    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. def apply[F[_]](implicit E: Env[F]): E.type

                                                                                                                                      Summoner method for Env instances.

                                                                                                                                    5. final def asInstanceOf[T0]: T0
                                                                                                                                      Definition Classes
                                                                                                                                      Any
                                                                                                                                    6. implicit def catsEitherTEnv[F[_], L](implicit arg0: Env[F], arg1: Functor[F]): Env[[γ$0$]EitherT[F, L, γ$0$]]

                                                                                                                                      Env instance built for cats.data.EitherT values initialized with any F data type that also implements Env.

                                                                                                                                    7. implicit def catsIorTEnv[F[_], L](implicit arg0: Env[F], arg1: Functor[F]): Env[[γ$5$]IorT[F, L, γ$5$]]

                                                                                                                                      Env instance built for cats.data.IorT values initialized with any F data type that also implements Env.

                                                                                                                                    8. implicit def catsKleisliEnv[F[_], R](implicit arg0: Env[F]): Env[[γ$1$]Kleisli[F, R, γ$1$]]

                                                                                                                                      Env instance built for cats.data.Kleisli values initialized with any F data type that also implements Env.

                                                                                                                                    9. implicit def catsOptionTEnv[F[_]](implicit arg0: Env[F], arg1: Functor[F]): Env[[β$2$]OptionT[F, β$2$]]

                                                                                                                                      Env instance built for cats.data.OptionT values initialized with any F data type diff --git a/api/3.x/cats/effect/std/Env.html b/api/3.x/cats/effect/std/Env.html index 73c5e5c7e4..d2a20ac9ec 100644 --- a/api/3.x/cats/effect/std/Env.html +++ b/api/3.x/cats/effect/std/Env.html @@ -1,3 +1,3 @@

                                                                                                                                      trait Env[F[_]] extends AnyRef

                                                                                                                                      Effect type agnostic Env with common methods to read environment variables -

                                                                                                                                      Self Type
                                                                                                                                      Env[F]
                                                                                                                                      Source
                                                                                                                                      Env.scala
                                                                                                                                      Linear Supertypes
                                                                                                                                      Ordering
                                                                                                                                      1. Alphabetic
                                                                                                                                      2. By Inheritance
                                                                                                                                      Inherited
                                                                                                                                      1. Env
                                                                                                                                      2. AnyRef
                                                                                                                                      3. Any
                                                                                                                                      1. Hide All
                                                                                                                                      2. Show All
                                                                                                                                      Visibility
                                                                                                                                      1. Public
                                                                                                                                      2. Protected

                                                                                                                                      Abstract Value Members

                                                                                                                                      1. abstract def entries: F[Iterable[(String, String)]]
                                                                                                                                      2. abstract def get(name: String): F[Option[String]]

                                                                                                                                      Concrete 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. def mapK[G[_]](f: ~>[F, G]): Env[G]
                                                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                                                        Definition Classes
                                                                                                                                        AnyRef
                                                                                                                                      14. final def notify(): Unit
                                                                                                                                        Definition Classes
                                                                                                                                        AnyRef
                                                                                                                                        Annotations
                                                                                                                                        @native()
                                                                                                                                      15. final def notifyAll(): Unit
                                                                                                                                        Definition Classes
                                                                                                                                        AnyRef
                                                                                                                                        Annotations
                                                                                                                                        @native()
                                                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                                        Definition Classes
                                                                                                                                        AnyRef
                                                                                                                                      17. def toString(): String
                                                                                                                                        Definition Classes
                                                                                                                                        AnyRef → Any
                                                                                                                                      18. final def wait(): Unit
                                                                                                                                        Definition Classes
                                                                                                                                        AnyRef
                                                                                                                                        Annotations
                                                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                                        Definition Classes
                                                                                                                                        AnyRef
                                                                                                                                        Annotations
                                                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                                                        Definition Classes
                                                                                                                                        AnyRef
                                                                                                                                        Annotations
                                                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                                      Inherited from AnyRef

                                                                                                                                      Inherited from Any

                                                                                                                                      Ungrouped

                                                                                                                                      +

                                                                                                                                    Self Type
                                                                                                                                    Env[F]
                                                                                                                                    Source
                                                                                                                                    Env.scala
                                                                                                                                    Linear Supertypes
                                                                                                                                    Ordering
                                                                                                                                    1. Alphabetic
                                                                                                                                    2. By Inheritance
                                                                                                                                    Inherited
                                                                                                                                    1. Env
                                                                                                                                    2. AnyRef
                                                                                                                                    3. Any
                                                                                                                                    1. Hide All
                                                                                                                                    2. Show All
                                                                                                                                    Visibility
                                                                                                                                    1. Public
                                                                                                                                    2. Protected

                                                                                                                                    Abstract Value Members

                                                                                                                                    1. abstract def entries: F[Iterable[(String, String)]]
                                                                                                                                    2. abstract def get(name: String): F[Option[String]]

                                                                                                                                    Concrete 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. def mapK[G[_]](f: ~>[F, G]): Env[G]
                                                                                                                                    13. final def ne(arg0: AnyRef): Boolean
                                                                                                                                      Definition Classes
                                                                                                                                      AnyRef
                                                                                                                                    14. final def notify(): Unit
                                                                                                                                      Definition Classes
                                                                                                                                      AnyRef
                                                                                                                                      Annotations
                                                                                                                                      @native()
                                                                                                                                    15. final def notifyAll(): Unit
                                                                                                                                      Definition Classes
                                                                                                                                      AnyRef
                                                                                                                                      Annotations
                                                                                                                                      @native()
                                                                                                                                    16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                                      Definition Classes
                                                                                                                                      AnyRef
                                                                                                                                    17. def toString(): String
                                                                                                                                      Definition Classes
                                                                                                                                      AnyRef → Any
                                                                                                                                    18. final def wait(): Unit
                                                                                                                                      Definition Classes
                                                                                                                                      AnyRef
                                                                                                                                      Annotations
                                                                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                                                                    19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                                      Definition Classes
                                                                                                                                      AnyRef
                                                                                                                                      Annotations
                                                                                                                                      @throws(classOf[java.lang.InterruptedException])
                                                                                                                                    20. final def wait(arg0: Long): Unit
                                                                                                                                      Definition Classes
                                                                                                                                      AnyRef
                                                                                                                                      Annotations
                                                                                                                                      @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                                    Inherited from AnyRef

                                                                                                                                    Inherited from Any

                                                                                                                                    Ungrouped

                                                                                                                                    diff --git a/api/3.x/cats/effect/std/Hotswap$.html b/api/3.x/cats/effect/std/Hotswap$.html index 6f9d0cd065..94982d1140 100644 --- a/api/3.x/cats/effect/std/Hotswap$.html +++ b/api/3.x/cats/effect/std/Hotswap$.html @@ -1,5 +1,5 @@

                                                                                                                                    object Hotswap

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

                                                                                                                                    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. def apply[F[_], R](initial: kernel.Resource[F, R])(implicit arg0: kernel.Concurrent[F]): kernel.Resource[F, (Hotswap[F, R], R)]

                                                                                                                                      Creates a new Hotswap initialized with the specified resource.

                                                                                                                                      Creates a new Hotswap initialized with the specified resource. The Hotswap instance +var toRoot = '../../../';

                                                                                                                                      object Hotswap

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

                                                                                                                                      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. def apply[F[_], R](initial: kernel.Resource[F, R])(implicit arg0: kernel.Concurrent[F]): kernel.Resource[F, (Hotswap[F, R], R)]

                                                                                                                                        Creates a new Hotswap initialized with the specified resource.

                                                                                                                                        Creates a new Hotswap initialized with the specified resource. The Hotswap instance and the initial resource are returned.

                                                                                                                                      5. final def asInstanceOf[T0]: T0
                                                                                                                                        Definition Classes
                                                                                                                                        Any
                                                                                                                                      6. def clone(): AnyRef
                                                                                                                                        Attributes
                                                                                                                                        protected[lang]
                                                                                                                                        Definition Classes
                                                                                                                                        AnyRef
                                                                                                                                        Annotations
                                                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                                      7. def create[F[_], R](implicit F: kernel.Concurrent[F]): kernel.Resource[F, Hotswap[F, R]]

                                                                                                                                        Creates a new Hotswap, which represents a cats.effect.kernel.Resource that can be swapped during the lifetime of this Hotswap.

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

                                                                                                                                      Inherited from AnyRef

                                                                                                                                      Inherited from Any

                                                                                                                                      Ungrouped

                                                                                                                                      diff --git a/api/3.x/cats/effect/std/Hotswap.html b/api/3.x/cats/effect/std/Hotswap.html index 17ea3b7c46..0c8a03c995 100644 --- a/api/3.x/cats/effect/std/Hotswap.html +++ b/api/3.x/cats/effect/std/Hotswap.html @@ -16,7 +16,7 @@ Hotswap, such effects leak resources: on each file rotation, a file handle or some internal resource handle accumulates. With Hotswap, the only registered resource is the Hotswap itself, and each file is swapped in only after swapping the previous one out.

                                                                                                                                      Ported from https://github.com/typelevel/fs2. -

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

                                                                                                                                      Abstract Value Members

                                                                                                                                      1. abstract def clear: F[Unit]

                                                                                                                                        Pops and runs the finalizer of the current resource, if it exists.

                                                                                                                                        Pops and runs the finalizer of the current resource, if it exists.

                                                                                                                                        Like swap, users must ensure that the old R is not used after calling clear. +

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

                                                                                                                                        Abstract Value Members

                                                                                                                                        1. abstract def clear: F[Unit]

                                                                                                                                          Pops and runs the finalizer of the current resource, if it exists.

                                                                                                                                          Pops and runs the finalizer of the current resource, if it exists.

                                                                                                                                          Like swap, users must ensure that the old R is not used after calling clear. Calling clear after the lifetime of this Hotswap results in an error.

                                                                                                                                        2. abstract def get: kernel.Resource[F, Option[R]]

                                                                                                                                          Gets the current resource, if it exists.

                                                                                                                                          Gets the current resource, if it exists. The returned resource is guaranteed to be available for the duration of the returned resource. diff --git a/api/3.x/cats/effect/std/MapRef$$MapRefOptionOps.html b/api/3.x/cats/effect/std/MapRef$$MapRefOptionOps.html index e354e3f56e..10ceec50aa 100644 --- a/api/3.x/cats/effect/std/MapRef$$MapRefOptionOps.html +++ b/api/3.x/cats/effect/std/MapRef$$MapRefOptionOps.html @@ -1,2 +1,2 @@

                                                                                                                                          Packages

                                                                                                                                          c

                                                                                                                                          cats.effect.std.MapRef

                                                                                                                                          MapRefOptionOps

                                                                                                                                          final class MapRefOptionOps[F[_], K, V] extends AnyRef

                                                                                                                                          Source
                                                                                                                                          MapRef.scala
                                                                                                                                          Linear Supertypes
                                                                                                                                          Ordering
                                                                                                                                          1. Alphabetic
                                                                                                                                          2. By Inheritance
                                                                                                                                          Inherited
                                                                                                                                          1. MapRefOptionOps
                                                                                                                                          2. AnyRef
                                                                                                                                          3. Any
                                                                                                                                          1. Hide All
                                                                                                                                          2. Show All
                                                                                                                                          Visibility
                                                                                                                                          1. Public
                                                                                                                                          2. Protected

                                                                                                                                          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. def getAndSetKeyValue(k: K, v: V): F[Option[V]]
                                                                                                                                          10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef → Any
                                                                                                                                            Annotations
                                                                                                                                            @native()
                                                                                                                                          11. def hashCode(): Int
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef → Any
                                                                                                                                            Annotations
                                                                                                                                            @native()
                                                                                                                                          12. final def isInstanceOf[T0]: Boolean
                                                                                                                                            Definition Classes
                                                                                                                                            Any
                                                                                                                                          13. def modifyKeyValueIfSet[B](k: K, f: (V) => (V, B)): F[Option[B]]
                                                                                                                                          14. final def ne(arg0: AnyRef): Boolean
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                          15. final def notify(): Unit
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                            Annotations
                                                                                                                                            @native()
                                                                                                                                          16. final def notifyAll(): Unit
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                            Annotations
                                                                                                                                            @native()
                                                                                                                                          17. def setKeyValue(k: K, v: V): F[Unit]
                                                                                                                                          18. final def synchronized[T0](arg0: => T0): T0
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                          19. def toString(): String
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef → Any
                                                                                                                                          20. def unsetKey(k: K): F[Unit]
                                                                                                                                          21. def updateKeyValueIfSet(k: K, f: (V) => V): F[Unit]
                                                                                                                                          22. final def wait(): Unit
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                            Annotations
                                                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                                                          23. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                            Annotations
                                                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                                                          24. final def wait(arg0: Long): Unit
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                            Annotations
                                                                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                                          Inherited from AnyRef

                                                                                                                                          Inherited from Any

                                                                                                                                          Ungrouped

                                                                                                                                          +var toRoot = '../../../';

                                                                                                                                          Packages

                                                                                                                                          c

                                                                                                                                          cats.effect.std.MapRef

                                                                                                                                          MapRefOptionOps

                                                                                                                                          final class MapRefOptionOps[F[_], K, V] extends AnyRef

                                                                                                                                          Source
                                                                                                                                          MapRef.scala
                                                                                                                                          Linear Supertypes
                                                                                                                                          Ordering
                                                                                                                                          1. Alphabetic
                                                                                                                                          2. By Inheritance
                                                                                                                                          Inherited
                                                                                                                                          1. MapRefOptionOps
                                                                                                                                          2. AnyRef
                                                                                                                                          3. Any
                                                                                                                                          1. Hide All
                                                                                                                                          2. Show All
                                                                                                                                          Visibility
                                                                                                                                          1. Public
                                                                                                                                          2. Protected

                                                                                                                                          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. def getAndSetKeyValue(k: K, v: V): F[Option[V]]
                                                                                                                                          10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef → Any
                                                                                                                                            Annotations
                                                                                                                                            @native()
                                                                                                                                          11. def hashCode(): Int
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef → Any
                                                                                                                                            Annotations
                                                                                                                                            @native()
                                                                                                                                          12. final def isInstanceOf[T0]: Boolean
                                                                                                                                            Definition Classes
                                                                                                                                            Any
                                                                                                                                          13. def modifyKeyValueIfSet[B](k: K, f: (V) => (V, B)): F[Option[B]]
                                                                                                                                          14. final def ne(arg0: AnyRef): Boolean
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                          15. final def notify(): Unit
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                            Annotations
                                                                                                                                            @native()
                                                                                                                                          16. final def notifyAll(): Unit
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                            Annotations
                                                                                                                                            @native()
                                                                                                                                          17. def setKeyValue(k: K, v: V): F[Unit]
                                                                                                                                          18. final def synchronized[T0](arg0: => T0): T0
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                          19. def toString(): String
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef → Any
                                                                                                                                          20. def unsetKey(k: K): F[Unit]
                                                                                                                                          21. def updateKeyValueIfSet(k: K, f: (V) => V): F[Unit]
                                                                                                                                          22. final def wait(): Unit
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                            Annotations
                                                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                                                          23. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                            Annotations
                                                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                                                          24. final def wait(arg0: Long): Unit
                                                                                                                                            Definition Classes
                                                                                                                                            AnyRef
                                                                                                                                            Annotations
                                                                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                                          Inherited from AnyRef

                                                                                                                                          Inherited from Any

                                                                                                                                          Ungrouped

                                                                                                                                          diff --git a/api/3.x/cats/effect/std/MapRef$.html b/api/3.x/cats/effect/std/MapRef$.html index 1934cc6e92..5f8de51f7b 100644 --- a/api/3.x/cats/effect/std/MapRef$.html +++ b/api/3.x/cats/effect/std/MapRef$.html @@ -1,5 +1,5 @@

                                                                                                                                          object MapRef extends MapRefCompanionPlatform

                                                                                                                                          Source
                                                                                                                                          MapRef.scala
                                                                                                                                          Linear Supertypes
                                                                                                                                          MapRefCompanionPlatform, AnyRef, Any
                                                                                                                                          Ordering
                                                                                                                                          1. Alphabetic
                                                                                                                                          2. By Inheritance
                                                                                                                                          Inherited
                                                                                                                                          1. MapRef
                                                                                                                                          2. MapRefCompanionPlatform
                                                                                                                                          3. AnyRef
                                                                                                                                          4. Any
                                                                                                                                          1. Hide All
                                                                                                                                          2. Show All
                                                                                                                                          Visibility
                                                                                                                                          1. Public
                                                                                                                                          2. Protected

                                                                                                                                          Type Members

                                                                                                                                          1. final class MapRefOptionOps[F[_], K, V] extends AnyRef

                                                                                                                                          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. def defaultedMapRef[F[_], K, A](mapref: MapRef[F, K, Option[A]], default: A)(implicit arg0: Functor[F], arg1: Eq[A]): MapRef[F, K, A]
                                                                                                                                          7. def defaultedRef[F[_], A](ref: kernel.Ref[F, Option[A]], default: A)(implicit arg0: Functor[F], arg1: Eq[A]): kernel.Ref[F, A]

                                                                                                                                            Operates with default and anytime default is present instead information is removed from +var toRoot = '../../../';

                                                                                                                                            object MapRef extends MapRefCompanionPlatform

                                                                                                                                            Source
                                                                                                                                            MapRef.scala
                                                                                                                                            Linear Supertypes
                                                                                                                                            MapRefCompanionPlatform, AnyRef, Any
                                                                                                                                            Ordering
                                                                                                                                            1. Alphabetic
                                                                                                                                            2. By Inheritance
                                                                                                                                            Inherited
                                                                                                                                            1. MapRef
                                                                                                                                            2. MapRefCompanionPlatform
                                                                                                                                            3. AnyRef
                                                                                                                                            4. Any
                                                                                                                                            1. Hide All
                                                                                                                                            2. Show All
                                                                                                                                            Visibility
                                                                                                                                            1. Public
                                                                                                                                            2. Protected

                                                                                                                                            Type Members

                                                                                                                                            1. final class MapRefOptionOps[F[_], K, V] extends AnyRef

                                                                                                                                            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. def defaultedMapRef[F[_], K, A](mapref: MapRef[F, K, Option[A]], default: A)(implicit arg0: Functor[F], arg1: Eq[A]): MapRef[F, K, A]
                                                                                                                                            7. def defaultedRef[F[_], A](ref: kernel.Ref[F, Option[A]], default: A)(implicit arg0: Functor[F], arg1: Eq[A]): kernel.Ref[F, A]

                                                                                                                                              Operates with default and anytime default is present instead information is removed from underlying ref.

                                                                                                                                              Operates with default and anytime default is present instead information is removed from underlying ref. This is very useful as a default state can be used to prevent space leaks over high arity maprefs.

                                                                                                                                              Also useful for anytime a shared storage location is used for a ref, i.e. DB or Redis to diff --git a/api/3.x/cats/effect/std/MapRef.html b/api/3.x/cats/effect/std/MapRef.html index f763e7e2fc..c9adc570f8 100644 --- a/api/3.x/cats/effect/std/MapRef.html +++ b/api/3.x/cats/effect/std/MapRef.html @@ -1,6 +1,6 @@

                                                                                                                                              trait MapRef[F[_], K, V] extends (K) => kernel.Ref[F, V]

                                                                                                                                              This is a total map from K to Ref[F, V]. This allows us to use the Ref API backed by a ConcurrentHashMap or similar. -

                                                                                                                                              Source
                                                                                                                                              MapRef.scala
                                                                                                                                              Linear Supertypes
                                                                                                                                              (K) => kernel.Ref[F, V], AnyRef, Any
                                                                                                                                              Ordering
                                                                                                                                              1. Alphabetic
                                                                                                                                              2. By Inheritance
                                                                                                                                              Inherited
                                                                                                                                              1. MapRef
                                                                                                                                              2. Function1
                                                                                                                                              3. AnyRef
                                                                                                                                              4. Any
                                                                                                                                              1. Hide All
                                                                                                                                              2. Show All
                                                                                                                                              Visibility
                                                                                                                                              1. Public
                                                                                                                                              2. Protected

                                                                                                                                              Abstract Value Members

                                                                                                                                              1. abstract def apply(k: K): kernel.Ref[F, V]

                                                                                                                                                Access the reference for this Key +

                                                                                                                                              Source
                                                                                                                                              MapRef.scala
                                                                                                                                              Linear Supertypes
                                                                                                                                              (K) => kernel.Ref[F, V], AnyRef, Any
                                                                                                                                              Ordering
                                                                                                                                              1. Alphabetic
                                                                                                                                              2. By Inheritance
                                                                                                                                              Inherited
                                                                                                                                              1. MapRef
                                                                                                                                              2. Function1
                                                                                                                                              3. AnyRef
                                                                                                                                              4. Any
                                                                                                                                              1. Hide All
                                                                                                                                              2. Show All
                                                                                                                                              Visibility
                                                                                                                                              1. Public
                                                                                                                                              2. Protected

                                                                                                                                              Abstract Value Members

                                                                                                                                              1. abstract def apply(k: K): kernel.Ref[F, V]

                                                                                                                                                Access the reference for this Key

                                                                                                                                                Access the reference for this Key

                                                                                                                                                Definition Classes
                                                                                                                                                MapRef → Function1

                                                                                                                                              Concrete 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. def andThen[A](g: (kernel.Ref[F, V]) => A): (K) => A
                                                                                                                                                Definition Classes
                                                                                                                                                Function1
                                                                                                                                                Annotations
                                                                                                                                                @unspecialized()
                                                                                                                                              5. final def asInstanceOf[T0]: T0
                                                                                                                                                Definition Classes
                                                                                                                                                Any
                                                                                                                                              6. def clone(): AnyRef
                                                                                                                                                Attributes
                                                                                                                                                protected[lang]
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                                              7. def compose[A](g: (A) => K): (A) => kernel.Ref[F, V]
                                                                                                                                                Definition Classes
                                                                                                                                                Function1
                                                                                                                                                Annotations
                                                                                                                                                @unspecialized()
                                                                                                                                              8. final def eq(arg0: AnyRef): Boolean
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                              9. def equals(arg0: AnyRef): Boolean
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef → Any
                                                                                                                                              10. def finalize(): Unit
                                                                                                                                                Attributes
                                                                                                                                                protected[lang]
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.Throwable])
                                                                                                                                              11. final def getClass(): Class[_ <: AnyRef]
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef → Any
                                                                                                                                                Annotations
                                                                                                                                                @native()
                                                                                                                                              12. def hashCode(): Int
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef → Any
                                                                                                                                                Annotations
                                                                                                                                                @native()
                                                                                                                                              13. final def isInstanceOf[T0]: Boolean
                                                                                                                                                Definition Classes
                                                                                                                                                Any
                                                                                                                                              14. final def ne(arg0: AnyRef): Boolean
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                              15. final def notify(): Unit
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @native()
                                                                                                                                              16. final def notifyAll(): Unit
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @native()
                                                                                                                                              17. final def synchronized[T0](arg0: => T0): T0
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                              18. def toString(): String
                                                                                                                                                Definition Classes
                                                                                                                                                Function1 → AnyRef → Any
                                                                                                                                              19. final def wait(): Unit
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                                                              20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                                                              21. final def wait(arg0: Long): Unit
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                                              Inherited from (K) => kernel.Ref[F, V]

                                                                                                                                              Inherited from AnyRef

                                                                                                                                              Inherited from Any

                                                                                                                                              Ungrouped

                                                                                                                                              diff --git a/api/3.x/cats/effect/std/Mutex$.html b/api/3.x/cats/effect/std/Mutex$.html index d695bd5e40..036536692a 100644 --- a/api/3.x/cats/effect/std/Mutex$.html +++ b/api/3.x/cats/effect/std/Mutex$.html @@ -1,3 +1,3 @@

                                                                                                                                              object Mutex

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

                                                                                                                                              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. def apply[F[_]](implicit F: kernel.Concurrent[F]): F[Mutex[F]]

                                                                                                                                                Creates a new Mutex.

                                                                                                                                              5. final def asInstanceOf[T0]: T0
                                                                                                                                                Definition Classes
                                                                                                                                                Any
                                                                                                                                              6. def clone(): AnyRef
                                                                                                                                                Attributes
                                                                                                                                                protected[lang]
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                                              7. final def eq(arg0: AnyRef): Boolean
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                              8. def equals(arg0: AnyRef): Boolean
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef → Any
                                                                                                                                              9. def finalize(): Unit
                                                                                                                                                Attributes
                                                                                                                                                protected[lang]
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.Throwable])
                                                                                                                                              10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef → Any
                                                                                                                                                Annotations
                                                                                                                                                @native()
                                                                                                                                              11. def hashCode(): Int
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef → Any
                                                                                                                                                Annotations
                                                                                                                                                @native()
                                                                                                                                              12. def in[F[_], G[_]](implicit F: kernel.Sync[F], G: kernel.Async[G]): F[Mutex[G]]

                                                                                                                                                Creates a new Mutex.

                                                                                                                                                Creates a new Mutex. Like apply but initializes state using another effect constructor. +var toRoot = '../../../';

                                                                                                                                                object Mutex

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

                                                                                                                                                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. def apply[F[_]](implicit F: kernel.Concurrent[F]): F[Mutex[F]]

                                                                                                                                                  Creates a new Mutex.

                                                                                                                                                5. final def asInstanceOf[T0]: T0
                                                                                                                                                  Definition Classes
                                                                                                                                                  Any
                                                                                                                                                6. def clone(): AnyRef
                                                                                                                                                  Attributes
                                                                                                                                                  protected[lang]
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef
                                                                                                                                                  Annotations
                                                                                                                                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                                                7. final def eq(arg0: AnyRef): Boolean
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef
                                                                                                                                                8. def equals(arg0: AnyRef): Boolean
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef → Any
                                                                                                                                                9. def finalize(): Unit
                                                                                                                                                  Attributes
                                                                                                                                                  protected[lang]
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef
                                                                                                                                                  Annotations
                                                                                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                                                                                10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef → Any
                                                                                                                                                  Annotations
                                                                                                                                                  @native()
                                                                                                                                                11. def hashCode(): Int
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef → Any
                                                                                                                                                  Annotations
                                                                                                                                                  @native()
                                                                                                                                                12. def in[F[_], G[_]](implicit F: kernel.Sync[F], G: kernel.Async[G]): F[Mutex[G]]

                                                                                                                                                  Creates a new Mutex.

                                                                                                                                                  Creates a new Mutex. Like apply but initializes state using another effect constructor.

                                                                                                                                                13. final def isInstanceOf[T0]: Boolean
                                                                                                                                                  Definition Classes
                                                                                                                                                  Any
                                                                                                                                                14. final def ne(arg0: AnyRef): Boolean
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef
                                                                                                                                                15. final def notify(): Unit
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef
                                                                                                                                                  Annotations
                                                                                                                                                  @native()
                                                                                                                                                16. final def notifyAll(): Unit
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef
                                                                                                                                                  Annotations
                                                                                                                                                  @native()
                                                                                                                                                17. final def synchronized[T0](arg0: => T0): T0
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef
                                                                                                                                                18. def toString(): String
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef → Any
                                                                                                                                                19. final def wait(): Unit
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef
                                                                                                                                                  Annotations
                                                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                                                20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef
                                                                                                                                                  Annotations
                                                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                                                21. final def wait(arg0: Long): Unit
                                                                                                                                                  Definition Classes
                                                                                                                                                  AnyRef
                                                                                                                                                  Annotations
                                                                                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                                                Inherited from AnyRef

                                                                                                                                                Inherited from Any

                                                                                                                                                Ungrouped

                                                                                                                                                diff --git a/api/3.x/cats/effect/std/Mutex.html b/api/3.x/cats/effect/std/Mutex.html index dbf5746714..1f13519959 100644 --- a/api/3.x/cats/effect/std/Mutex.html +++ b/api/3.x/cats/effect/std/Mutex.html @@ -9,6 +9,6 @@ } }

                                                                                                          Note: This lock is not reentrant, thus this mutex.lock.surround(mutex.lock.use_) will deadlock. -

                                                                                                        Source
                                                                                                        Mutex.scala
                                                                                                        See also

                                                                                                        +

                                                                                                        Source
                                                                                                        Mutex.scala
                                                                                                        See also

                                                                                                        cats.effect.std.AtomicCell

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

                                                                                                        Instance Constructors

                                                                                                        1. new Mutex()

                                                                                                        Abstract Value Members

                                                                                                        1. abstract def lock: kernel.Resource[F, Unit]

                                                                                                          Returns a cats.effect.kernel.Resource that acquires the lock, holds it for the lifetime of the resource, then releases it.

                                                                                                        2. abstract def mapK[G[_]](f: ~>[F, G])(implicit G: kernel.MonadCancel[G, _]): Mutex[G]

                                                                                                          Modify the context F using natural transformation f.

                                                                                                        Concrete 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

                                                                                                        diff --git a/api/3.x/cats/effect/std/PQueue$.html b/api/3.x/cats/effect/std/PQueue$.html index 2e7abe8136..0e99927111 100644 --- a/api/3.x/cats/effect/std/PQueue$.html +++ b/api/3.x/cats/effect/std/PQueue$.html @@ -1,2 +1,2 @@

                                                                                                        object PQueue

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

                                                                                                        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 bounded[F[_], A](capacity: Int)(implicit F: kernel.Concurrent[F], O: Order[A]): F[PQueue[F, A]]
                                                                                                        6. implicit def catsInvariantForPQueue[F[_]](implicit arg0: Functor[F]): Invariant[[β$0$]PQueue[F, β$0$]]
                                                                                                        7. def clone(): AnyRef
                                                                                                          Attributes
                                                                                                          protected[lang]
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                        8. final def eq(arg0: AnyRef): Boolean
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                        9. def equals(arg0: AnyRef): Boolean
                                                                                                          Definition Classes
                                                                                                          AnyRef → Any
                                                                                                        10. def finalize(): Unit
                                                                                                          Attributes
                                                                                                          protected[lang]
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @throws(classOf[java.lang.Throwable])
                                                                                                        11. final def getClass(): Class[_ <: AnyRef]
                                                                                                          Definition Classes
                                                                                                          AnyRef → Any
                                                                                                          Annotations
                                                                                                          @native()
                                                                                                        12. def hashCode(): Int
                                                                                                          Definition Classes
                                                                                                          AnyRef → Any
                                                                                                          Annotations
                                                                                                          @native()
                                                                                                        13. final def isInstanceOf[T0]: Boolean
                                                                                                          Definition Classes
                                                                                                          Any
                                                                                                        14. final def ne(arg0: AnyRef): Boolean
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                        15. final def notify(): Unit
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @native()
                                                                                                        16. final def notifyAll(): Unit
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @native()
                                                                                                        17. final def synchronized[T0](arg0: => T0): T0
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                        18. def toString(): String
                                                                                                          Definition Classes
                                                                                                          AnyRef → Any
                                                                                                        19. def unbounded[F[_], A](implicit F: kernel.Concurrent[F], O: Order[A]): F[PQueue[F, A]]
                                                                                                        20. final def wait(): Unit
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                        21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                        22. final def wait(arg0: Long): Unit
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                        Inherited from AnyRef

                                                                                                        Inherited from Any

                                                                                                        Ungrouped

                                                                                                        +var toRoot = '../../../';

                                                                                                        object PQueue

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

                                                                                                        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 bounded[F[_], A](capacity: Int)(implicit F: kernel.Concurrent[F], O: Order[A]): F[PQueue[F, A]]
                                                                                                        6. implicit def catsInvariantForPQueue[F[_]](implicit arg0: Functor[F]): Invariant[[β$0$]PQueue[F, β$0$]]
                                                                                                        7. def clone(): AnyRef
                                                                                                          Attributes
                                                                                                          protected[lang]
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                        8. final def eq(arg0: AnyRef): Boolean
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                        9. def equals(arg0: AnyRef): Boolean
                                                                                                          Definition Classes
                                                                                                          AnyRef → Any
                                                                                                        10. def finalize(): Unit
                                                                                                          Attributes
                                                                                                          protected[lang]
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @throws(classOf[java.lang.Throwable])
                                                                                                        11. final def getClass(): Class[_ <: AnyRef]
                                                                                                          Definition Classes
                                                                                                          AnyRef → Any
                                                                                                          Annotations
                                                                                                          @native()
                                                                                                        12. def hashCode(): Int
                                                                                                          Definition Classes
                                                                                                          AnyRef → Any
                                                                                                          Annotations
                                                                                                          @native()
                                                                                                        13. final def isInstanceOf[T0]: Boolean
                                                                                                          Definition Classes
                                                                                                          Any
                                                                                                        14. final def ne(arg0: AnyRef): Boolean
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                        15. final def notify(): Unit
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @native()
                                                                                                        16. final def notifyAll(): Unit
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @native()
                                                                                                        17. final def synchronized[T0](arg0: => T0): T0
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                        18. def toString(): String
                                                                                                          Definition Classes
                                                                                                          AnyRef → Any
                                                                                                        19. def unbounded[F[_], A](implicit F: kernel.Concurrent[F], O: Order[A]): F[PQueue[F, A]]
                                                                                                        20. final def wait(): Unit
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                        21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                        22. final def wait(arg0: Long): Unit
                                                                                                          Definition Classes
                                                                                                          AnyRef
                                                                                                          Annotations
                                                                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                        Inherited from AnyRef

                                                                                                        Inherited from Any

                                                                                                        Ungrouped

                                                                                                        diff --git a/api/3.x/cats/effect/std/PQueue.html b/api/3.x/cats/effect/std/PQueue.html index f7f35444b0..261692c4de 100644 --- a/api/3.x/cats/effect/std/PQueue.html +++ b/api/3.x/cats/effect/std/PQueue.html @@ -1,6 +1,6 @@

                                                                                                        abstract class PQueue[F[_], A] extends PQueueSource[F, A] with PQueueSink[F, A]

                                                                                                        A purely functional Priority Queue implementation based on a binomial heap (Okasaki)

                                                                                                        Assumes an Order instance is in scope for A -

                                                                                                        Self Type
                                                                                                        PQueue[F, A]
                                                                                                        Source
                                                                                                        PQueue.scala
                                                                                                        Linear Supertypes
                                                                                                        Ordering
                                                                                                        1. Alphabetic
                                                                                                        2. By Inheritance
                                                                                                        Inherited
                                                                                                        1. PQueue
                                                                                                        2. PQueueSink
                                                                                                        3. PQueueSource
                                                                                                        4. AnyRef
                                                                                                        5. Any
                                                                                                        1. Hide All
                                                                                                        2. Show All
                                                                                                        Visibility
                                                                                                        1. Public
                                                                                                        2. Protected

                                                                                                        Instance Constructors

                                                                                                        1. new PQueue()

                                                                                                        Abstract Value Members

                                                                                                        1. abstract def offer(a: A): F[Unit]

                                                                                                          Enqueues the given element, possibly fiber blocking until sufficient capacity becomes +

                                                                                                        Self Type
                                                                                                        PQueue[F, A]
                                                                                                        Source
                                                                                                        PQueue.scala
                                                                                                        Linear Supertypes
                                                                                                        Ordering
                                                                                                        1. Alphabetic
                                                                                                        2. By Inheritance
                                                                                                        Inherited
                                                                                                        1. PQueue
                                                                                                        2. PQueueSink
                                                                                                        3. PQueueSource
                                                                                                        4. AnyRef
                                                                                                        5. Any
                                                                                                        1. Hide All
                                                                                                        2. Show All
                                                                                                        Visibility
                                                                                                        1. Public
                                                                                                        2. Protected

                                                                                                        Instance Constructors

                                                                                                        1. new PQueue()

                                                                                                        Abstract Value Members

                                                                                                        1. abstract def offer(a: A): F[Unit]

                                                                                                          Enqueues the given element, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                          Enqueues the given element, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                          O(log(n))

                                                                                                          a

                                                                                                          diff --git a/api/3.x/cats/effect/std/PQueueSink$.html b/api/3.x/cats/effect/std/PQueueSink$.html index 2b6d85f8dc..8ad5217b23 100644 --- a/api/3.x/cats/effect/std/PQueueSink$.html +++ b/api/3.x/cats/effect/std/PQueueSink$.html @@ -1,2 +1,2 @@

                                                                                                          object PQueueSink

                                                                                                          Source
                                                                                                          PQueue.scala
                                                                                                          Linear Supertypes
                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. PQueueSink
                                                                                                          2. AnyRef
                                                                                                          3. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          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. implicit def catsContravariantForPQueueSink[F[_]]: Contravariant[[β$4$]PQueueSink[F, β$4$]]
                                                                                                          6. def clone(): AnyRef
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                          7. final def eq(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          8. def equals(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                          9. def finalize(): Unit
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.Throwable])
                                                                                                          10. final def getClass(): Class[_ <: AnyRef]
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          11. def hashCode(): Int
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          12. final def isInstanceOf[T0]: Boolean
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          13. final def ne(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          14. final def notify(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          15. final def notifyAll(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          16. final def synchronized[T0](arg0: => T0): T0
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          17. def toString(): String
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                          18. final def wait(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          20. final def wait(arg0: Long): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                          Inherited from AnyRef

                                                                                                          Inherited from Any

                                                                                                          Ungrouped

                                                                                                          +var toRoot = '../../../';

                                                                                                          object PQueueSink

                                                                                                          Source
                                                                                                          PQueue.scala
                                                                                                          Linear Supertypes
                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. PQueueSink
                                                                                                          2. AnyRef
                                                                                                          3. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          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. implicit def catsContravariantForPQueueSink[F[_]]: Contravariant[[β$4$]PQueueSink[F, β$4$]]
                                                                                                          6. def clone(): AnyRef
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                          7. final def eq(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          8. def equals(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                          9. def finalize(): Unit
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.Throwable])
                                                                                                          10. final def getClass(): Class[_ <: AnyRef]
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          11. def hashCode(): Int
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          12. final def isInstanceOf[T0]: Boolean
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          13. final def ne(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          14. final def notify(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          15. final def notifyAll(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          16. final def synchronized[T0](arg0: => T0): T0
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          17. def toString(): String
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                          18. final def wait(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          20. final def wait(arg0: Long): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                          Inherited from AnyRef

                                                                                                          Inherited from Any

                                                                                                          Ungrouped

                                                                                                          diff --git a/api/3.x/cats/effect/std/PQueueSink.html b/api/3.x/cats/effect/std/PQueueSink.html index 619134185c..9bc1a1e926 100644 --- a/api/3.x/cats/effect/std/PQueueSink.html +++ b/api/3.x/cats/effect/std/PQueueSink.html @@ -1,5 +1,5 @@

                                                                                                          trait PQueueSink[F[_], A] extends AnyRef

                                                                                                          Source
                                                                                                          PQueue.scala
                                                                                                          Linear Supertypes
                                                                                                          Known Subclasses
                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. PQueueSink
                                                                                                          2. AnyRef
                                                                                                          3. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          Abstract Value Members

                                                                                                          1. abstract def offer(a: A): F[Unit]

                                                                                                            Enqueues the given element, possibly fiber blocking until sufficient capacity becomes +var toRoot = '../../../';

                                                                                                            trait PQueueSink[F[_], A] extends AnyRef

                                                                                                            Source
                                                                                                            PQueue.scala
                                                                                                            Linear Supertypes
                                                                                                            Known Subclasses
                                                                                                            Ordering
                                                                                                            1. Alphabetic
                                                                                                            2. By Inheritance
                                                                                                            Inherited
                                                                                                            1. PQueueSink
                                                                                                            2. AnyRef
                                                                                                            3. Any
                                                                                                            1. Hide All
                                                                                                            2. Show All
                                                                                                            Visibility
                                                                                                            1. Public
                                                                                                            2. Protected

                                                                                                            Abstract Value Members

                                                                                                            1. abstract def offer(a: A): F[Unit]

                                                                                                              Enqueues the given element, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                              Enqueues the given element, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                              O(log(n))

                                                                                                              a

                                                                                                              diff --git a/api/3.x/cats/effect/std/PQueueSource$.html b/api/3.x/cats/effect/std/PQueueSource$.html index f28fb83bcb..7c27459477 100644 --- a/api/3.x/cats/effect/std/PQueueSource$.html +++ b/api/3.x/cats/effect/std/PQueueSource$.html @@ -1,2 +1,2 @@

                                                                                                              object PQueueSource

                                                                                                              Source
                                                                                                              PQueue.scala
                                                                                                              Linear Supertypes
                                                                                                              Ordering
                                                                                                              1. Alphabetic
                                                                                                              2. By Inheritance
                                                                                                              Inherited
                                                                                                              1. PQueueSource
                                                                                                              2. AnyRef
                                                                                                              3. Any
                                                                                                              1. Hide All
                                                                                                              2. Show All
                                                                                                              Visibility
                                                                                                              1. Public
                                                                                                              2. Protected

                                                                                                              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. implicit def catsFunctorForPQueueSource[F[_]](implicit arg0: Functor[F]): Functor[[β$2$]PQueueSource[F, β$2$]]
                                                                                                              6. def clone(): AnyRef
                                                                                                                Attributes
                                                                                                                protected[lang]
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                              7. final def eq(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              8. def equals(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                              9. def finalize(): Unit
                                                                                                                Attributes
                                                                                                                protected[lang]
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.Throwable])
                                                                                                              10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              11. def hashCode(): Int
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              12. final def isInstanceOf[T0]: Boolean
                                                                                                                Definition Classes
                                                                                                                Any
                                                                                                              13. final def ne(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              14. final def notify(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              15. final def notifyAll(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              17. def toString(): String
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                              18. final def wait(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              20. final def wait(arg0: Long): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                              Inherited from AnyRef

                                                                                                              Inherited from Any

                                                                                                              Ungrouped

                                                                                                              +var toRoot = '../../../';

                                                                                                              object PQueueSource

                                                                                                              Source
                                                                                                              PQueue.scala
                                                                                                              Linear Supertypes
                                                                                                              Ordering
                                                                                                              1. Alphabetic
                                                                                                              2. By Inheritance
                                                                                                              Inherited
                                                                                                              1. PQueueSource
                                                                                                              2. AnyRef
                                                                                                              3. Any
                                                                                                              1. Hide All
                                                                                                              2. Show All
                                                                                                              Visibility
                                                                                                              1. Public
                                                                                                              2. Protected

                                                                                                              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. implicit def catsFunctorForPQueueSource[F[_]](implicit arg0: Functor[F]): Functor[[β$2$]PQueueSource[F, β$2$]]
                                                                                                              6. def clone(): AnyRef
                                                                                                                Attributes
                                                                                                                protected[lang]
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                              7. final def eq(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              8. def equals(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                              9. def finalize(): Unit
                                                                                                                Attributes
                                                                                                                protected[lang]
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.Throwable])
                                                                                                              10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              11. def hashCode(): Int
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              12. final def isInstanceOf[T0]: Boolean
                                                                                                                Definition Classes
                                                                                                                Any
                                                                                                              13. final def ne(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              14. final def notify(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              15. final def notifyAll(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              17. def toString(): String
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                              18. final def wait(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              20. final def wait(arg0: Long): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                              Inherited from AnyRef

                                                                                                              Inherited from Any

                                                                                                              Ungrouped

                                                                                                              diff --git a/api/3.x/cats/effect/std/PQueueSource.html b/api/3.x/cats/effect/std/PQueueSource.html index cb990acd37..605f369c2f 100644 --- a/api/3.x/cats/effect/std/PQueueSource.html +++ b/api/3.x/cats/effect/std/PQueueSource.html @@ -1,5 +1,5 @@

                                                                                                              trait PQueueSource[F[_], A] extends AnyRef

                                                                                                              Source
                                                                                                              PQueue.scala
                                                                                                              Linear Supertypes
                                                                                                              Known Subclasses
                                                                                                              Ordering
                                                                                                              1. Alphabetic
                                                                                                              2. By Inheritance
                                                                                                              Inherited
                                                                                                              1. PQueueSource
                                                                                                              2. AnyRef
                                                                                                              3. Any
                                                                                                              1. Hide All
                                                                                                              2. Show All
                                                                                                              Visibility
                                                                                                              1. Public
                                                                                                              2. Protected

                                                                                                              Abstract Value Members

                                                                                                              1. abstract def size: F[Int]
                                                                                                              2. abstract def take: F[A]

                                                                                                                Dequeues the least element from the PQueue, possibly fiber blocking until an element +var toRoot = '../../../';

                                                                                                                trait PQueueSource[F[_], A] extends AnyRef

                                                                                                                Source
                                                                                                                PQueue.scala
                                                                                                                Linear Supertypes
                                                                                                                Known Subclasses
                                                                                                                Ordering
                                                                                                                1. Alphabetic
                                                                                                                2. By Inheritance
                                                                                                                Inherited
                                                                                                                1. PQueueSource
                                                                                                                2. AnyRef
                                                                                                                3. Any
                                                                                                                1. Hide All
                                                                                                                2. Show All
                                                                                                                Visibility
                                                                                                                1. Public
                                                                                                                2. Protected

                                                                                                                Abstract Value Members

                                                                                                                1. abstract def size: F[Int]
                                                                                                                2. abstract def take: F[A]

                                                                                                                  Dequeues the least element from the PQueue, possibly fiber blocking until an element becomes available.

                                                                                                                  Dequeues the least element from the PQueue, possibly fiber blocking until an element becomes available.

                                                                                                                  O(log(n))

                                                                                                                  Note: If there are multiple elements with least priority, the order in which they are dequeued is undefined. If you want to break ties with FIFO order you will need an diff --git a/api/3.x/cats/effect/std/Queue$.html b/api/3.x/cats/effect/std/Queue$.html index 11a753bd7d..83934ba586 100644 --- a/api/3.x/cats/effect/std/Queue$.html +++ b/api/3.x/cats/effect/std/Queue$.html @@ -1,5 +1,5 @@

                                                                                                                  object Queue

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

                                                                                                                  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 bounded[F[_], A](capacity: Int)(implicit F: kernel.GenConcurrent[F, _]): F[Queue[F, A]]

                                                                                                                    Constructs an empty, bounded queue holding up to capacity elements for F data types +var toRoot = '../../../';

                                                                                                                    object Queue

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

                                                                                                                    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 bounded[F[_], A](capacity: Int)(implicit F: kernel.GenConcurrent[F, _]): F[Queue[F, A]]

                                                                                                                      Constructs an empty, bounded queue holding up to capacity elements for F data types that are cats.effect.kernel.GenConcurrent.

                                                                                                                      Constructs an empty, bounded queue holding up to capacity elements for F data types that are cats.effect.kernel.GenConcurrent. When the queue is full (contains exactly capacity elements), every next Queue#offer will be backpressured (i.e. the diff --git a/api/3.x/cats/effect/std/Queue.html b/api/3.x/cats/effect/std/Queue.html index 03cbcc7d2d..e1a8cbcfc3 100644 --- a/api/3.x/cats/effect/std/Queue.html +++ b/api/3.x/cats/effect/std/Queue.html @@ -3,7 +3,7 @@ elements of type A in a first-in-first-out (FIFO) manner.

                                                                                                                      Depending on the type of queue constructed, the Queue#offer operation can block semantically until sufficient capacity in the queue becomes available.

                                                                                                                      The Queue#take operation semantically blocks when the queue is empty.

                                                                                                                      The Queue#tryOffer and Queue#tryTake allow for usecases which want to avoid fiber blocking a fiber. -

                                                                                                                      Self Type
                                                                                                                      Queue[F, A]
                                                                                                                      Source
                                                                                                                      Queue.scala
                                                                                                                      Linear Supertypes
                                                                                                                      Known Subclasses
                                                                                                                      Ordering
                                                                                                                      1. Alphabetic
                                                                                                                      2. By Inheritance
                                                                                                                      Inherited
                                                                                                                      1. Queue
                                                                                                                      2. QueueSink
                                                                                                                      3. QueueSource
                                                                                                                      4. AnyRef
                                                                                                                      5. Any
                                                                                                                      1. Hide All
                                                                                                                      2. Show All
                                                                                                                      Visibility
                                                                                                                      1. Public
                                                                                                                      2. Protected

                                                                                                                      Instance Constructors

                                                                                                                      1. new Queue()

                                                                                                                      Abstract Value Members

                                                                                                                      1. abstract def offer(a: A): F[Unit]

                                                                                                                        Enqueues the given element at the back of the queue, possibly fiber blocking until +

                                                                                                                      Self Type
                                                                                                                      Queue[F, A]
                                                                                                                      Source
                                                                                                                      Queue.scala
                                                                                                                      Linear Supertypes
                                                                                                                      Known Subclasses
                                                                                                                      Ordering
                                                                                                                      1. Alphabetic
                                                                                                                      2. By Inheritance
                                                                                                                      Inherited
                                                                                                                      1. Queue
                                                                                                                      2. QueueSink
                                                                                                                      3. QueueSource
                                                                                                                      4. AnyRef
                                                                                                                      5. Any
                                                                                                                      1. Hide All
                                                                                                                      2. Show All
                                                                                                                      Visibility
                                                                                                                      1. Public
                                                                                                                      2. Protected

                                                                                                                      Instance Constructors

                                                                                                                      1. new Queue()

                                                                                                                      Abstract Value Members

                                                                                                                      1. abstract def offer(a: A): F[Unit]

                                                                                                                        Enqueues the given element at the back of the queue, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                                        Enqueues the given element at the back of the queue, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                                        a

                                                                                                                        diff --git a/api/3.x/cats/effect/std/QueueSink$.html b/api/3.x/cats/effect/std/QueueSink$.html index bcf2f719a4..2fa697e152 100644 --- a/api/3.x/cats/effect/std/QueueSink$.html +++ b/api/3.x/cats/effect/std/QueueSink$.html @@ -1,2 +1,2 @@

                                                                                                                        object QueueSink

                                                                                                                        Source
                                                                                                                        Queue.scala
                                                                                                                        Linear Supertypes
                                                                                                                        Ordering
                                                                                                                        1. Alphabetic
                                                                                                                        2. By Inheritance
                                                                                                                        Inherited
                                                                                                                        1. QueueSink
                                                                                                                        2. AnyRef
                                                                                                                        3. Any
                                                                                                                        1. Hide All
                                                                                                                        2. Show All
                                                                                                                        Visibility
                                                                                                                        1. Public
                                                                                                                        2. Protected

                                                                                                                        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. implicit def catsContravariantForQueueSink[F[_]]: Contravariant[[β$4$]QueueSink[F, β$4$]]
                                                                                                                        6. def clone(): AnyRef
                                                                                                                          Attributes
                                                                                                                          protected[lang]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                        7. final def eq(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        8. def equals(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                        9. def finalize(): Unit
                                                                                                                          Attributes
                                                                                                                          protected[lang]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.Throwable])
                                                                                                                        10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        11. def hashCode(): Int
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        12. final def isInstanceOf[T0]: Boolean
                                                                                                                          Definition Classes
                                                                                                                          Any
                                                                                                                        13. final def ne(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        14. final def notify(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        15. final def notifyAll(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        17. def toString(): String
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                        18. final def wait(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                                        19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                                        20. final def wait(arg0: Long): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                        Inherited from AnyRef

                                                                                                                        Inherited from Any

                                                                                                                        Ungrouped

                                                                                                                        +var toRoot = '../../../';

                                                                                                                        object QueueSink

                                                                                                                        Source
                                                                                                                        Queue.scala
                                                                                                                        Linear Supertypes
                                                                                                                        Ordering
                                                                                                                        1. Alphabetic
                                                                                                                        2. By Inheritance
                                                                                                                        Inherited
                                                                                                                        1. QueueSink
                                                                                                                        2. AnyRef
                                                                                                                        3. Any
                                                                                                                        1. Hide All
                                                                                                                        2. Show All
                                                                                                                        Visibility
                                                                                                                        1. Public
                                                                                                                        2. Protected

                                                                                                                        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. implicit def catsContravariantForQueueSink[F[_]]: Contravariant[[β$4$]QueueSink[F, β$4$]]
                                                                                                                        6. def clone(): AnyRef
                                                                                                                          Attributes
                                                                                                                          protected[lang]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                        7. final def eq(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        8. def equals(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                        9. def finalize(): Unit
                                                                                                                          Attributes
                                                                                                                          protected[lang]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.Throwable])
                                                                                                                        10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        11. def hashCode(): Int
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        12. final def isInstanceOf[T0]: Boolean
                                                                                                                          Definition Classes
                                                                                                                          Any
                                                                                                                        13. final def ne(arg0: AnyRef): Boolean
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        14. final def notify(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        15. final def notifyAll(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @native()
                                                                                                                        16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                        17. def toString(): String
                                                                                                                          Definition Classes
                                                                                                                          AnyRef → Any
                                                                                                                        18. final def wait(): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                                        19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException])
                                                                                                                        20. final def wait(arg0: Long): Unit
                                                                                                                          Definition Classes
                                                                                                                          AnyRef
                                                                                                                          Annotations
                                                                                                                          @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                        Inherited from AnyRef

                                                                                                                        Inherited from Any

                                                                                                                        Ungrouped

                                                                                                                        diff --git a/api/3.x/cats/effect/std/QueueSink.html b/api/3.x/cats/effect/std/QueueSink.html index 910493d27b..fdf450602b 100644 --- a/api/3.x/cats/effect/std/QueueSink.html +++ b/api/3.x/cats/effect/std/QueueSink.html @@ -1,5 +1,5 @@

                                                                                                                        trait QueueSink[F[_], A] extends AnyRef

                                                                                                                        Source
                                                                                                                        Queue.scala
                                                                                                                        Linear Supertypes
                                                                                                                        Known Subclasses
                                                                                                                        Ordering
                                                                                                                        1. Alphabetic
                                                                                                                        2. By Inheritance
                                                                                                                        Inherited
                                                                                                                        1. QueueSink
                                                                                                                        2. AnyRef
                                                                                                                        3. Any
                                                                                                                        1. Hide All
                                                                                                                        2. Show All
                                                                                                                        Visibility
                                                                                                                        1. Public
                                                                                                                        2. Protected

                                                                                                                        Abstract Value Members

                                                                                                                        1. abstract def offer(a: A): F[Unit]

                                                                                                                          Enqueues the given element at the back of the queue, possibly fiber blocking until +var toRoot = '../../../';

                                                                                                                          trait QueueSink[F[_], A] extends AnyRef

                                                                                                                          Source
                                                                                                                          Queue.scala
                                                                                                                          Linear Supertypes
                                                                                                                          Known Subclasses
                                                                                                                          Ordering
                                                                                                                          1. Alphabetic
                                                                                                                          2. By Inheritance
                                                                                                                          Inherited
                                                                                                                          1. QueueSink
                                                                                                                          2. AnyRef
                                                                                                                          3. Any
                                                                                                                          1. Hide All
                                                                                                                          2. Show All
                                                                                                                          Visibility
                                                                                                                          1. Public
                                                                                                                          2. Protected

                                                                                                                          Abstract Value Members

                                                                                                                          1. abstract def offer(a: A): F[Unit]

                                                                                                                            Enqueues the given element at the back of the queue, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                                            Enqueues the given element at the back of the queue, possibly fiber blocking until sufficient capacity becomes available.

                                                                                                                            a

                                                                                                                            diff --git a/api/3.x/cats/effect/std/QueueSource$.html b/api/3.x/cats/effect/std/QueueSource$.html index fd9f11c44c..a00d21a792 100644 --- a/api/3.x/cats/effect/std/QueueSource$.html +++ b/api/3.x/cats/effect/std/QueueSource$.html @@ -1,2 +1,2 @@

                                                                                                                            object QueueSource

                                                                                                                            Source
                                                                                                                            Queue.scala
                                                                                                                            Linear Supertypes
                                                                                                                            Ordering
                                                                                                                            1. Alphabetic
                                                                                                                            2. By Inheritance
                                                                                                                            Inherited
                                                                                                                            1. QueueSource
                                                                                                                            2. AnyRef
                                                                                                                            3. Any
                                                                                                                            1. Hide All
                                                                                                                            2. Show All
                                                                                                                            Visibility
                                                                                                                            1. Public
                                                                                                                            2. Protected

                                                                                                                            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. implicit def catsFunctorForQueueSource[F[_]](implicit arg0: Functor[F]): Functor[[β$2$]QueueSource[F, β$2$]]
                                                                                                                            6. def clone(): AnyRef
                                                                                                                              Attributes
                                                                                                                              protected[lang]
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                            7. final def eq(arg0: AnyRef): Boolean
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                            8. def equals(arg0: AnyRef): Boolean
                                                                                                                              Definition Classes
                                                                                                                              AnyRef → Any
                                                                                                                            9. def finalize(): Unit
                                                                                                                              Attributes
                                                                                                                              protected[lang]
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @throws(classOf[java.lang.Throwable])
                                                                                                                            10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                              Definition Classes
                                                                                                                              AnyRef → Any
                                                                                                                              Annotations
                                                                                                                              @native()
                                                                                                                            11. def hashCode(): Int
                                                                                                                              Definition Classes
                                                                                                                              AnyRef → Any
                                                                                                                              Annotations
                                                                                                                              @native()
                                                                                                                            12. final def isInstanceOf[T0]: Boolean
                                                                                                                              Definition Classes
                                                                                                                              Any
                                                                                                                            13. final def ne(arg0: AnyRef): Boolean
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                            14. final def notify(): Unit
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @native()
                                                                                                                            15. final def notifyAll(): Unit
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @native()
                                                                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                            17. def toString(): String
                                                                                                                              Definition Classes
                                                                                                                              AnyRef → Any
                                                                                                                            18. final def wait(): Unit
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                                                            19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                                                            20. final def wait(arg0: Long): Unit
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                            Inherited from AnyRef

                                                                                                                            Inherited from Any

                                                                                                                            Ungrouped

                                                                                                                            +var toRoot = '../../../';

                                                                                                                            object QueueSource

                                                                                                                            Source
                                                                                                                            Queue.scala
                                                                                                                            Linear Supertypes
                                                                                                                            Ordering
                                                                                                                            1. Alphabetic
                                                                                                                            2. By Inheritance
                                                                                                                            Inherited
                                                                                                                            1. QueueSource
                                                                                                                            2. AnyRef
                                                                                                                            3. Any
                                                                                                                            1. Hide All
                                                                                                                            2. Show All
                                                                                                                            Visibility
                                                                                                                            1. Public
                                                                                                                            2. Protected

                                                                                                                            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. implicit def catsFunctorForQueueSource[F[_]](implicit arg0: Functor[F]): Functor[[β$2$]QueueSource[F, β$2$]]
                                                                                                                            6. def clone(): AnyRef
                                                                                                                              Attributes
                                                                                                                              protected[lang]
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                            7. final def eq(arg0: AnyRef): Boolean
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                            8. def equals(arg0: AnyRef): Boolean
                                                                                                                              Definition Classes
                                                                                                                              AnyRef → Any
                                                                                                                            9. def finalize(): Unit
                                                                                                                              Attributes
                                                                                                                              protected[lang]
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @throws(classOf[java.lang.Throwable])
                                                                                                                            10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                              Definition Classes
                                                                                                                              AnyRef → Any
                                                                                                                              Annotations
                                                                                                                              @native()
                                                                                                                            11. def hashCode(): Int
                                                                                                                              Definition Classes
                                                                                                                              AnyRef → Any
                                                                                                                              Annotations
                                                                                                                              @native()
                                                                                                                            12. final def isInstanceOf[T0]: Boolean
                                                                                                                              Definition Classes
                                                                                                                              Any
                                                                                                                            13. final def ne(arg0: AnyRef): Boolean
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                            14. final def notify(): Unit
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @native()
                                                                                                                            15. final def notifyAll(): Unit
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @native()
                                                                                                                            16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                            17. def toString(): String
                                                                                                                              Definition Classes
                                                                                                                              AnyRef → Any
                                                                                                                            18. final def wait(): Unit
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                                                            19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                                                            20. final def wait(arg0: Long): Unit
                                                                                                                              Definition Classes
                                                                                                                              AnyRef
                                                                                                                              Annotations
                                                                                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                            Inherited from AnyRef

                                                                                                                            Inherited from Any

                                                                                                                            Ungrouped

                                                                                                                            diff --git a/api/3.x/cats/effect/std/QueueSource.html b/api/3.x/cats/effect/std/QueueSource.html index ba4a8a7fc6..7910b2c512 100644 --- a/api/3.x/cats/effect/std/QueueSource.html +++ b/api/3.x/cats/effect/std/QueueSource.html @@ -1,5 +1,5 @@

                                                                                                                            trait QueueSource[F[_], A] extends AnyRef

                                                                                                                            Source
                                                                                                                            Queue.scala
                                                                                                                            Linear Supertypes
                                                                                                                            Known Subclasses
                                                                                                                            Ordering
                                                                                                                            1. Alphabetic
                                                                                                                            2. By Inheritance
                                                                                                                            Inherited
                                                                                                                            1. QueueSource
                                                                                                                            2. AnyRef
                                                                                                                            3. Any
                                                                                                                            1. Hide All
                                                                                                                            2. Show All
                                                                                                                            Visibility
                                                                                                                            1. Public
                                                                                                                            2. Protected

                                                                                                                            Abstract Value Members

                                                                                                                            1. abstract def size: F[Int]
                                                                                                                            2. abstract def take: F[A]

                                                                                                                              Dequeues an element from the front of the queue, possibly fiber blocking until an element +var toRoot = '../../../';

                                                                                                                              trait QueueSource[F[_], A] extends AnyRef

                                                                                                                              Source
                                                                                                                              Queue.scala
                                                                                                                              Linear Supertypes
                                                                                                                              Known Subclasses
                                                                                                                              Ordering
                                                                                                                              1. Alphabetic
                                                                                                                              2. By Inheritance
                                                                                                                              Inherited
                                                                                                                              1. QueueSource
                                                                                                                              2. AnyRef
                                                                                                                              3. Any
                                                                                                                              1. Hide All
                                                                                                                              2. Show All
                                                                                                                              Visibility
                                                                                                                              1. Public
                                                                                                                              2. Protected

                                                                                                                              Abstract Value Members

                                                                                                                              1. abstract def size: F[Int]
                                                                                                                              2. abstract def take: F[A]

                                                                                                                                Dequeues an element from the front of the queue, possibly fiber blocking until an element becomes available.

                                                                                                                              3. abstract def tryTake: F[Option[A]]

                                                                                                                                Attempts to dequeue an element from the front of the queue, if one is available without fiber blocking.

                                                                                                                                Attempts to dequeue an element from the front of the queue, if one is available without fiber blocking. diff --git a/api/3.x/cats/effect/std/Random$.html b/api/3.x/cats/effect/std/Random$.html index b4e91b3d8a..3916798a47 100644 --- a/api/3.x/cats/effect/std/Random$.html +++ b/api/3.x/cats/effect/std/Random$.html @@ -1,5 +1,5 @@

                                                                                                                                object Random extends RandomCompanionPlatform

                                                                                                                                Source
                                                                                                                                Random.scala
                                                                                                                                Linear Supertypes
                                                                                                                                RandomCompanionPlatform, AnyRef, Any
                                                                                                                                Ordering
                                                                                                                                1. Alphabetic
                                                                                                                                2. By Inheritance
                                                                                                                                Inherited
                                                                                                                                1. Random
                                                                                                                                2. RandomCompanionPlatform
                                                                                                                                3. AnyRef
                                                                                                                                4. Any
                                                                                                                                1. Hide All
                                                                                                                                2. Show All
                                                                                                                                Visibility
                                                                                                                                1. Public
                                                                                                                                2. Protected

                                                                                                                                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. def apply[F[_]](implicit ev: Random[F]): Random[F]
                                                                                                                                5. final def asInstanceOf[T0]: T0
                                                                                                                                  Definition Classes
                                                                                                                                  Any
                                                                                                                                6. implicit def catsEitherTRandom[F[_], L](implicit arg0: Random[F], arg1: Functor[F]): Random[[γ$0$]EitherT[F, L, γ$0$]]

                                                                                                                                  Random instance built for cats.data.EitherT values initialized with any F data type +var toRoot = '../../../';

                                                                                                                                  object Random extends RandomCompanionPlatform

                                                                                                                                  Source
                                                                                                                                  Random.scala
                                                                                                                                  Linear Supertypes
                                                                                                                                  RandomCompanionPlatform, AnyRef, Any
                                                                                                                                  Ordering
                                                                                                                                  1. Alphabetic
                                                                                                                                  2. By Inheritance
                                                                                                                                  Inherited
                                                                                                                                  1. Random
                                                                                                                                  2. RandomCompanionPlatform
                                                                                                                                  3. AnyRef
                                                                                                                                  4. Any
                                                                                                                                  1. Hide All
                                                                                                                                  2. Show All
                                                                                                                                  Visibility
                                                                                                                                  1. Public
                                                                                                                                  2. Protected

                                                                                                                                  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. def apply[F[_]](implicit ev: Random[F]): Random[F]
                                                                                                                                  5. final def asInstanceOf[T0]: T0
                                                                                                                                    Definition Classes
                                                                                                                                    Any
                                                                                                                                  6. implicit def catsEitherTRandom[F[_], L](implicit arg0: Random[F], arg1: Functor[F]): Random[[γ$0$]EitherT[F, L, γ$0$]]

                                                                                                                                    Random instance built for cats.data.EitherT values initialized with any F data type that also implements Random.

                                                                                                                                  7. implicit def catsIndexedReaderWriterStateTRandom[F[_], E, L, S](implicit arg0: Random[F], arg1: Applicative[F], arg2: Monoid[L]): Random[[ζ$6$]IndexedReaderWriterStateT[F, E, L, S, S, ζ$6$]]

                                                                                                                                    Random instance built for cats.data.IndexedReaderWriterStateT values initialized with any F data type that also implements Random.

                                                                                                                                  8. implicit def catsIndexedStateTRandom[F[_], S](implicit arg0: Random[F], arg1: Applicative[F]): Random[[δ$3$]IndexedStateT[F, S, S, δ$3$]]

                                                                                                                                    Random instance built for cats.data.IndexedStateT values initialized with any F data type that also implements Random.

                                                                                                                                  9. implicit def catsIorTRandom[F[_], L](implicit arg0: Random[F], arg1: Functor[F]): Random[[γ$5$]IorT[F, L, γ$5$]]

                                                                                                                                    Random instance built for cats.data.IorT values initialized with any F data type diff --git a/api/3.x/cats/effect/std/Random.html b/api/3.x/cats/effect/std/Random.html index 52f4cac6d7..d12c21be02 100644 --- a/api/3.x/cats/effect/std/Random.html +++ b/api/3.x/cats/effect/std/Random.html @@ -1,6 +1,6 @@

                                                                                                                                    trait Random[F[_]] extends AnyRef

                                                                                                                                    Random is the ability to get random information, each time getting a different result.

                                                                                                                                    Alumnus of the Davenverse. -

                                                                                                                                    Self Type
                                                                                                                                    Random[F]
                                                                                                                                    Source
                                                                                                                                    Random.scala
                                                                                                                                    Linear Supertypes
                                                                                                                                    Known Subclasses
                                                                                                                                    Ordering
                                                                                                                                    1. Alphabetic
                                                                                                                                    2. By Inheritance
                                                                                                                                    Inherited
                                                                                                                                    1. Random
                                                                                                                                    2. AnyRef
                                                                                                                                    3. Any
                                                                                                                                    1. Hide All
                                                                                                                                    2. Show All
                                                                                                                                    Visibility
                                                                                                                                    1. Public
                                                                                                                                    2. Protected

                                                                                                                                    Abstract Value Members

                                                                                                                                    1. abstract def betweenDouble(minInclusive: Double, maxExclusive: Double): F[Double]

                                                                                                                                      Returns the next pseudorandom, uniformly distributed double value between min (inclusive) +

                                                                                                                                    Self Type
                                                                                                                                    Random[F]
                                                                                                                                    Source
                                                                                                                                    Random.scala
                                                                                                                                    Linear Supertypes
                                                                                                                                    Known Subclasses
                                                                                                                                    Ordering
                                                                                                                                    1. Alphabetic
                                                                                                                                    2. By Inheritance
                                                                                                                                    Inherited
                                                                                                                                    1. Random
                                                                                                                                    2. AnyRef
                                                                                                                                    3. Any
                                                                                                                                    1. Hide All
                                                                                                                                    2. Show All
                                                                                                                                    Visibility
                                                                                                                                    1. Public
                                                                                                                                    2. Protected

                                                                                                                                    Abstract Value Members

                                                                                                                                    1. abstract def betweenDouble(minInclusive: Double, maxExclusive: Double): F[Double]

                                                                                                                                      Returns the next pseudorandom, uniformly distributed double value between min (inclusive) and max (exclusive) from this random number generator's sequence.

                                                                                                                                    2. abstract def betweenFloat(minInclusive: Float, maxExclusive: Float): F[Float]

                                                                                                                                      Returns the next pseudorandom, uniformly distributed float value between min (inclusive) and max (exclusive) from this random number generator's sequence.

                                                                                                                                    3. abstract def betweenInt(minInclusive: Int, maxExclusive: Int): F[Int]

                                                                                                                                      Returns a pseudorandom, uniformly distributed int value between min (inclusive) and the specified value max (exclusive), drawn from this random number generator's sequence.

                                                                                                                                    4. abstract def betweenLong(minInclusive: Long, maxExclusive: Long): F[Long]

                                                                                                                                      Returns a pseudorandom, uniformly distributed long value between min (inclusive) and the diff --git a/api/3.x/cats/effect/std/SecureRandom$.html b/api/3.x/cats/effect/std/SecureRandom$.html index f6e9f6b02c..8835546dba 100644 --- a/api/3.x/cats/effect/std/SecureRandom$.html +++ b/api/3.x/cats/effect/std/SecureRandom$.html @@ -1,5 +1,5 @@

                                                                                                                                      object SecureRandom extends SecureRandomCompanionPlatform

                                                                                                                                      Source
                                                                                                                                      SecureRandom.scala
                                                                                                                                      Linear Supertypes
                                                                                                                                      SecureRandomCompanionPlatform, AnyRef, Any
                                                                                                                                      Ordering
                                                                                                                                      1. Alphabetic
                                                                                                                                      2. By Inheritance
                                                                                                                                      Inherited
                                                                                                                                      1. SecureRandom
                                                                                                                                      2. SecureRandomCompanionPlatform
                                                                                                                                      3. AnyRef
                                                                                                                                      4. Any
                                                                                                                                      1. Hide All
                                                                                                                                      2. Show All
                                                                                                                                      Visibility
                                                                                                                                      1. Public
                                                                                                                                      2. Protected

                                                                                                                                      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. def apply[F[_]](implicit ev: SecureRandom[F]): SecureRandom[F]
                                                                                                                                      5. final def asInstanceOf[T0]: T0
                                                                                                                                        Definition Classes
                                                                                                                                        Any
                                                                                                                                      6. implicit def catsEitherTRandom[F[_], L](implicit arg0: SecureRandom[F], arg1: Functor[F]): SecureRandom[[γ$0$]EitherT[F, L, γ$0$]]

                                                                                                                                        SecureRandom instance built for cats.data.EitherT values initialized with any F +var toRoot = '../../../';

                                                                                                                                        object SecureRandom extends SecureRandomCompanionPlatform

                                                                                                                                        Source
                                                                                                                                        SecureRandom.scala
                                                                                                                                        Linear Supertypes
                                                                                                                                        SecureRandomCompanionPlatform, AnyRef, Any
                                                                                                                                        Ordering
                                                                                                                                        1. Alphabetic
                                                                                                                                        2. By Inheritance
                                                                                                                                        Inherited
                                                                                                                                        1. SecureRandom
                                                                                                                                        2. SecureRandomCompanionPlatform
                                                                                                                                        3. AnyRef
                                                                                                                                        4. Any
                                                                                                                                        1. Hide All
                                                                                                                                        2. Show All
                                                                                                                                        Visibility
                                                                                                                                        1. Public
                                                                                                                                        2. Protected

                                                                                                                                        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. def apply[F[_]](implicit ev: SecureRandom[F]): SecureRandom[F]
                                                                                                                                        5. final def asInstanceOf[T0]: T0
                                                                                                                                          Definition Classes
                                                                                                                                          Any
                                                                                                                                        6. implicit def catsEitherTRandom[F[_], L](implicit arg0: SecureRandom[F], arg1: Functor[F]): SecureRandom[[γ$0$]EitherT[F, L, γ$0$]]

                                                                                                                                          SecureRandom instance built for cats.data.EitherT values initialized with any F data type that also implements SecureRandom.

                                                                                                                                        7. implicit def catsIndexedReaderWriterStateTSecureRandom[F[_], E, L, S](implicit arg0: SecureRandom[F], arg1: Applicative[F], arg2: Monoid[L]): SecureRandom[[ζ$6$]IndexedReaderWriterStateT[F, E, L, S, S, ζ$6$]]

                                                                                                                                          SecureRandom instance built for cats.data.IndexedReaderWriterStateT values initialized with any F data type that also implements SecureRandom.

                                                                                                                                        8. implicit def catsIndexedStateTSecureRandom[F[_], S](implicit arg0: SecureRandom[F], arg1: Applicative[F]): SecureRandom[[δ$3$]IndexedStateT[F, S, S, δ$3$]]

                                                                                                                                          SecureRandom instance built for cats.data.IndexedStateT values initialized with any F data type that also implements SecureRandom.

                                                                                                                                        9. implicit def catsIorTSecureRandom[F[_], L](implicit arg0: SecureRandom[F], arg1: Functor[F]): SecureRandom[[γ$5$]IorT[F, L, γ$5$]]

                                                                                                                                          SecureRandom instance built for cats.data.IorT values initialized with any F data diff --git a/api/3.x/cats/effect/std/SecureRandom.html b/api/3.x/cats/effect/std/SecureRandom.html index 52a08457c2..7068b579b6 100644 --- a/api/3.x/cats/effect/std/SecureRandom.html +++ b/api/3.x/cats/effect/std/SecureRandom.html @@ -2,7 +2,7 @@ var toRoot = '../../../';

                                                                                                                                          trait SecureRandom[F[_]] extends Random[F]

                                                                                                                                          SecureRandom is the ability to get cryptographically strong random information. It is an extension of the Random interface, but is used where weaker implementations must be precluded. -

                                                                                                                                          Self Type
                                                                                                                                          SecureRandom[F]
                                                                                                                                          Source
                                                                                                                                          SecureRandom.scala
                                                                                                                                          Linear Supertypes
                                                                                                                                          Ordering
                                                                                                                                          1. Alphabetic
                                                                                                                                          2. By Inheritance
                                                                                                                                          Inherited
                                                                                                                                          1. SecureRandom
                                                                                                                                          2. Random
                                                                                                                                          3. AnyRef
                                                                                                                                          4. Any
                                                                                                                                          1. Hide All
                                                                                                                                          2. Show All
                                                                                                                                          Visibility
                                                                                                                                          1. Public
                                                                                                                                          2. Protected

                                                                                                                                          Abstract Value Members

                                                                                                                                          1. abstract def betweenDouble(minInclusive: Double, maxExclusive: Double): F[Double]

                                                                                                                                            Returns the next pseudorandom, uniformly distributed double value between min (inclusive) +

                                                                                                                                          Self Type
                                                                                                                                          SecureRandom[F]
                                                                                                                                          Source
                                                                                                                                          SecureRandom.scala
                                                                                                                                          Linear Supertypes
                                                                                                                                          Ordering
                                                                                                                                          1. Alphabetic
                                                                                                                                          2. By Inheritance
                                                                                                                                          Inherited
                                                                                                                                          1. SecureRandom
                                                                                                                                          2. Random
                                                                                                                                          3. AnyRef
                                                                                                                                          4. Any
                                                                                                                                          1. Hide All
                                                                                                                                          2. Show All
                                                                                                                                          Visibility
                                                                                                                                          1. Public
                                                                                                                                          2. Protected

                                                                                                                                          Abstract Value Members

                                                                                                                                          1. abstract def betweenDouble(minInclusive: Double, maxExclusive: Double): F[Double]

                                                                                                                                            Returns the next pseudorandom, uniformly distributed double value between min (inclusive) and max (exclusive) from this random number generator's sequence.

                                                                                                                                            Returns the next pseudorandom, uniformly distributed double value between min (inclusive) and max (exclusive) from this random number generator's sequence.

                                                                                                                                            Definition Classes
                                                                                                                                            Random
                                                                                                                                          2. abstract def betweenFloat(minInclusive: Float, maxExclusive: Float): F[Float]

                                                                                                                                            Returns the next pseudorandom, uniformly distributed float value between min (inclusive) diff --git a/api/3.x/cats/effect/std/Semaphore$.html b/api/3.x/cats/effect/std/Semaphore$.html index 1968c1e127..8693f21f0f 100644 --- a/api/3.x/cats/effect/std/Semaphore$.html +++ b/api/3.x/cats/effect/std/Semaphore$.html @@ -1,4 +1,4 @@

                                                                                                                                            object Semaphore

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

                                                                                                                                            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. def apply[F[_]](n: Long)(implicit F: kernel.GenConcurrent[F, _]): F[Semaphore[F]]

                                                                                                                                              Creates a new Semaphore, initialized with n available permits.

                                                                                                                                            5. final def asInstanceOf[T0]: T0
                                                                                                                                              Definition Classes
                                                                                                                                              Any
                                                                                                                                            6. def clone(): AnyRef
                                                                                                                                              Attributes
                                                                                                                                              protected[lang]
                                                                                                                                              Definition Classes
                                                                                                                                              AnyRef
                                                                                                                                              Annotations
                                                                                                                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                                            7. final def eq(arg0: AnyRef): Boolean
                                                                                                                                              Definition Classes
                                                                                                                                              AnyRef
                                                                                                                                            8. def equals(arg0: AnyRef): Boolean
                                                                                                                                              Definition Classes
                                                                                                                                              AnyRef → Any
                                                                                                                                            9. def finalize(): Unit
                                                                                                                                              Attributes
                                                                                                                                              protected[lang]
                                                                                                                                              Definition Classes
                                                                                                                                              AnyRef
                                                                                                                                              Annotations
                                                                                                                                              @throws(classOf[java.lang.Throwable])
                                                                                                                                            10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                                              Definition Classes
                                                                                                                                              AnyRef → Any
                                                                                                                                              Annotations
                                                                                                                                              @native()
                                                                                                                                            11. def hashCode(): Int
                                                                                                                                              Definition Classes
                                                                                                                                              AnyRef → Any
                                                                                                                                              Annotations
                                                                                                                                              @native()
                                                                                                                                            12. def in[F[_], G[_]](n: Long)(implicit F: kernel.Sync[F], G: kernel.Async[G]): F[Semaphore[G]]

                                                                                                                                              Creates a new Semaphore, initialized with n available permits.

                                                                                                                                              Creates a new Semaphore, initialized with n available permits. like apply but +var toRoot = '../../../';

                                                                                                                                              object Semaphore

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

                                                                                                                                              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. def apply[F[_]](n: Long)(implicit F: kernel.GenConcurrent[F, _]): F[Semaphore[F]]

                                                                                                                                                Creates a new Semaphore, initialized with n available permits.

                                                                                                                                              5. final def asInstanceOf[T0]: T0
                                                                                                                                                Definition Classes
                                                                                                                                                Any
                                                                                                                                              6. def clone(): AnyRef
                                                                                                                                                Attributes
                                                                                                                                                protected[lang]
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                                              7. final def eq(arg0: AnyRef): Boolean
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                              8. def equals(arg0: AnyRef): Boolean
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef → Any
                                                                                                                                              9. def finalize(): Unit
                                                                                                                                                Attributes
                                                                                                                                                protected[lang]
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.Throwable])
                                                                                                                                              10. final def getClass(): Class[_ <: AnyRef]
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef → Any
                                                                                                                                                Annotations
                                                                                                                                                @native()
                                                                                                                                              11. def hashCode(): Int
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef → Any
                                                                                                                                                Annotations
                                                                                                                                                @native()
                                                                                                                                              12. def in[F[_], G[_]](n: Long)(implicit F: kernel.Sync[F], G: kernel.Async[G]): F[Semaphore[G]]

                                                                                                                                                Creates a new Semaphore, initialized with n available permits.

                                                                                                                                                Creates a new Semaphore, initialized with n available permits. like apply but initializes state using another effect constructor

                                                                                                                                              13. final def isInstanceOf[T0]: Boolean
                                                                                                                                                Definition Classes
                                                                                                                                                Any
                                                                                                                                              14. final def ne(arg0: AnyRef): Boolean
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                              15. final def notify(): Unit
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @native()
                                                                                                                                              16. final def notifyAll(): Unit
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @native()
                                                                                                                                              17. final def synchronized[T0](arg0: => T0): T0
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                              18. def toString(): String
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef → Any
                                                                                                                                              19. final def wait(): Unit
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                                                              20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                                                              21. final def wait(arg0: Long): Unit
                                                                                                                                                Definition Classes
                                                                                                                                                AnyRef
                                                                                                                                                Annotations
                                                                                                                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                                              Inherited from AnyRef

                                                                                                                                              Inherited from Any

                                                                                                                                              Ungrouped

                                                                                                                                              diff --git a/api/3.x/cats/effect/std/Semaphore.html b/api/3.x/cats/effect/std/Semaphore.html index 991f2d961a..de8e33c5d8 100644 --- a/api/3.x/cats/effect/std/Semaphore.html +++ b/api/3.x/cats/effect/std/Semaphore.html @@ -3,7 +3,7 @@ current number of permits and releasing a permit increases the current number of permits. An acquire that occurs when there are no permits available results in fiber blocking until a permit becomes available. -

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

                                                                                                                                              Instance Constructors

                                                                                                                                              1. new Semaphore()

                                                                                                                                              Abstract Value Members

                                                                                                                                              1. abstract def acquireN(n: Long): F[Unit]

                                                                                                                                                Acquires n permits.

                                                                                                                                                Acquires n permits.

                                                                                                                                                The returned effect semantically blocks until all requested permits are available. Note +

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

                                                                                                                                                Instance Constructors

                                                                                                                                                1. new Semaphore()

                                                                                                                                                Abstract Value Members

                                                                                                                                                1. abstract def acquireN(n: Long): F[Unit]

                                                                                                                                                  Acquires n permits.

                                                                                                                                                  Acquires n permits.

                                                                                                                                                  The returned effect semantically blocks until all requested permits are available. Note that acquires are statisfied in strict FIFO order, so given s: Semaphore[F] with 2 permits available, an acquireN(3) will always be satisfied before a later call to acquireN(1).

                                                                                                                                                  This method is interruptible, and in case of interruption it will take care of restoring diff --git a/api/3.x/cats/effect/std/Supervisor$.html b/api/3.x/cats/effect/std/Supervisor$.html index 76442568e6..baf7481581 100644 --- a/api/3.x/cats/effect/std/Supervisor$.html +++ b/api/3.x/cats/effect/std/Supervisor$.html @@ -1,5 +1,5 @@

                                                                                                                                                  object Supervisor

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

                                                                                                                                                  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. def apply[F[_]](implicit arg0: kernel.Concurrent[F]): kernel.Resource[F, Supervisor[F]]
                                                                                                                                                  5. def apply[F[_]](await: Boolean)(implicit F: kernel.Concurrent[F]): kernel.Resource[F, Supervisor[F]]

                                                                                                                                                    Creates a cats.effect.kernel.Resource scope within which fibers can be monitored.

                                                                                                                                                    Creates a cats.effect.kernel.Resource scope within which fibers can be monitored. When +var toRoot = '../../../';

                                                                                                                                                    object Supervisor

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

                                                                                                                                                    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. def apply[F[_]](implicit arg0: kernel.Concurrent[F]): kernel.Resource[F, Supervisor[F]]
                                                                                                                                                    5. def apply[F[_]](await: Boolean)(implicit F: kernel.Concurrent[F]): kernel.Resource[F, Supervisor[F]]

                                                                                                                                                      Creates a cats.effect.kernel.Resource scope within which fibers can be monitored.

                                                                                                                                                      Creates a cats.effect.kernel.Resource scope within which fibers can be monitored. When this scope exits, all supervised fibers will be finalized.

                                                                                                                                                      await

                                                                                                                                                      the termination policy

                                                                                                                                                      • true - wait for the completion of the active fibers
                                                                                                                                                      • false - cancel the active fibers
                                                                                                                                                      Note

                                                                                                                                                      diff --git a/api/3.x/cats/effect/std/Supervisor.html b/api/3.x/cats/effect/std/Supervisor.html index cbea7e9585..04bad5247e 100644 --- a/api/3.x/cats/effect/std/Supervisor.html +++ b/api/3.x/cats/effect/std/Supervisor.html @@ -40,6 +40,6 @@ +-----------------|---+ | | | +---------------------+

                                                                                                      Supervisor should be used when fire-and-forget semantics are desired. -

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

                                                                                                      Abstract Value Members

                                                                                                      1. abstract def supervise[A](fa: F[A]): F[kernel.Fiber[F, Throwable, A]]

                                                                                                        Starts the supplied effect fa on the supervisor.

                                                                                                        Starts the supplied effect fa on the supervisor. +

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

                                                                                                        Abstract Value Members

                                                                                                        1. abstract def supervise[A](fa: F[A]): F[kernel.Fiber[F, Throwable, A]]

                                                                                                          Starts the supplied effect fa on the supervisor.

                                                                                                          Starts the supplied effect fa on the supervisor.

                                                                                                          returns

                                                                                                          a cats.effect.kernel.Fiber that represents a handle to the started fiber.

                                                                                                        Concrete 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

                                                                                                      diff --git a/api/3.x/cats/effect/std/UUIDGen$.html b/api/3.x/cats/effect/std/UUIDGen$.html index c440aa21e1..ac3d4e702e 100644 --- a/api/3.x/cats/effect/std/UUIDGen$.html +++ b/api/3.x/cats/effect/std/UUIDGen$.html @@ -1,2 +1,2 @@

                                                                                                      object UUIDGen extends UUIDGenCompanionPlatform

                                                                                                      Source
                                                                                                      UUIDGen.scala
                                                                                                      Linear Supertypes
                                                                                                      UUIDGenCompanionPlatform, AnyRef, Any
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. UUIDGen
                                                                                                      2. UUIDGenCompanionPlatform
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. def apply[F[_]](implicit ev: UUIDGen[F]): UUIDGen[F]
                                                                                                      5. final def asInstanceOf[T0]: T0
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. implicit def fromSync[F[_]](implicit ev: kernel.Sync[F]): UUIDGen[F]
                                                                                                        Definition Classes
                                                                                                        UUIDGenCompanionPlatform
                                                                                                      11. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      13. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      14. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      15. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      17. def randomString[F[_]](implicit arg0: UUIDGen[F], arg1: Functor[F]): F[String]
                                                                                                      18. def randomUUID[F[_]](implicit arg0: UUIDGen[F]): F[UUID]
                                                                                                      19. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      20. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      21. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      23. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from UUIDGenCompanionPlatform

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      object UUIDGen extends UUIDGenCompanionPlatform

                                                                                                      Source
                                                                                                      UUIDGen.scala
                                                                                                      Linear Supertypes
                                                                                                      UUIDGenCompanionPlatform, AnyRef, Any
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. UUIDGen
                                                                                                      2. UUIDGenCompanionPlatform
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. def apply[F[_]](implicit ev: UUIDGen[F]): UUIDGen[F]
                                                                                                      5. final def asInstanceOf[T0]: T0
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. implicit def fromSync[F[_]](implicit ev: kernel.Sync[F]): UUIDGen[F]
                                                                                                        Definition Classes
                                                                                                        UUIDGenCompanionPlatform
                                                                                                      11. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      13. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      14. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      15. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      17. def randomString[F[_]](implicit arg0: UUIDGen[F], arg1: Functor[F]): F[String]
                                                                                                      18. def randomUUID[F[_]](implicit arg0: UUIDGen[F]): F[UUID]
                                                                                                      19. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      20. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      21. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      23. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from UUIDGenCompanionPlatform

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/std/UUIDGen.html b/api/3.x/cats/effect/std/UUIDGen.html index 488859008f..85f7750e01 100644 --- a/api/3.x/cats/effect/std/UUIDGen.html +++ b/api/3.x/cats/effect/std/UUIDGen.html @@ -1,4 +1,4 @@

                                                                                                      trait UUIDGen[F[_]] extends AnyRef

                                                                                                      A purely functional UUID Generator -

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

                                                                                                      Abstract Value Members

                                                                                                      1. abstract def randomUUID: F[UUID]

                                                                                                        Generates a UUID in a pseudorandom manner.

                                                                                                        Generates a UUID in a pseudorandom manner.

                                                                                                        returns

                                                                                                        +

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

                                                                                                      Abstract Value Members

                                                                                                      1. abstract def randomUUID: F[UUID]

                                                                                                        Generates a UUID in a pseudorandom manner.

                                                                                                        Generates a UUID in a pseudorandom manner.

                                                                                                        returns

                                                                                                        randomly generated UUID

                                                                                                      Concrete 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

                                                                                                      diff --git a/api/3.x/cats/effect/std/syntax/AllSyntax.html b/api/3.x/cats/effect/std/syntax/AllSyntax.html index 3e32182ea8..0412037b4c 100644 --- a/api/3.x/cats/effect/std/syntax/AllSyntax.html +++ b/api/3.x/cats/effect/std/syntax/AllSyntax.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      trait AllSyntax extends BackpressureSyntax with SupervisorSyntax

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. AllSyntax
                                                                                                      2. SupervisorSyntax
                                                                                                      3. BackpressureSyntax
                                                                                                      4. AnyRef
                                                                                                      5. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                                                                                                        Definition Classes
                                                                                                        BackpressureSyntax
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      17. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      18. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      19. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from BackpressureSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../../';

                                                                                                      Packages

                                                                                                      trait AllSyntax extends BackpressureSyntax with SupervisorSyntax

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. AllSyntax
                                                                                                      2. SupervisorSyntax
                                                                                                      3. BackpressureSyntax
                                                                                                      4. AnyRef
                                                                                                      5. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                                                                                                        Definition Classes
                                                                                                        BackpressureSyntax
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      17. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      18. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      19. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from BackpressureSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/std/syntax/BackpressureOps.html b/api/3.x/cats/effect/std/syntax/BackpressureOps.html index 99c979524f..945102f6e8 100644 --- a/api/3.x/cats/effect/std/syntax/BackpressureOps.html +++ b/api/3.x/cats/effect/std/syntax/BackpressureOps.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      c

                                                                                                      cats.effect.std.syntax

                                                                                                      BackpressureOps

                                                                                                      final class BackpressureOps[F[_], A] extends AnyVal

                                                                                                      Source
                                                                                                      BackpressureSyntax.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. BackpressureOps
                                                                                                      2. AnyVal
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      Value Members

                                                                                                      1. final def !=(arg0: Any): Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      2. final def ##: Int
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      3. final def ==(arg0: Any): Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      4. final def asInstanceOf[T0]: T0
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      5. def getClass(): Class[_ <: AnyVal]
                                                                                                        Definition Classes
                                                                                                        AnyVal → Any
                                                                                                      6. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      7. def metered(backpressure: Backpressure[F]): F[Option[A]]
                                                                                                      8. def toString(): String
                                                                                                        Definition Classes
                                                                                                        Any

                                                                                                      Inherited from AnyVal

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../../';

                                                                                                      Packages

                                                                                                      c

                                                                                                      cats.effect.std.syntax

                                                                                                      BackpressureOps

                                                                                                      final class BackpressureOps[F[_], A] extends AnyVal

                                                                                                      Source
                                                                                                      BackpressureSyntax.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. BackpressureOps
                                                                                                      2. AnyVal
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      Value Members

                                                                                                      1. final def !=(arg0: Any): Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      2. final def ##: Int
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      3. final def ==(arg0: Any): Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      4. final def asInstanceOf[T0]: T0
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      5. def getClass(): Class[_ <: AnyVal]
                                                                                                        Definition Classes
                                                                                                        AnyVal → Any
                                                                                                      6. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      7. def metered(backpressure: Backpressure[F]): F[Option[A]]
                                                                                                      8. def toString(): String
                                                                                                        Definition Classes
                                                                                                        Any

                                                                                                      Inherited from AnyVal

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/std/syntax/BackpressureSyntax.html b/api/3.x/cats/effect/std/syntax/BackpressureSyntax.html index ec81013d3f..81343ee51d 100644 --- a/api/3.x/cats/effect/std/syntax/BackpressureSyntax.html +++ b/api/3.x/cats/effect/std/syntax/BackpressureSyntax.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      t

                                                                                                      cats.effect.std.syntax

                                                                                                      BackpressureSyntax

                                                                                                      trait BackpressureSyntax extends AnyRef

                                                                                                      Source
                                                                                                      BackpressureSyntax.scala
                                                                                                      Linear Supertypes
                                                                                                      Known Subclasses
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. BackpressureSyntax
                                                                                                      2. AnyRef
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../../';

                                                                                                      Packages

                                                                                                      t

                                                                                                      cats.effect.std.syntax

                                                                                                      BackpressureSyntax

                                                                                                      trait BackpressureSyntax extends AnyRef

                                                                                                      Source
                                                                                                      BackpressureSyntax.scala
                                                                                                      Linear Supertypes
                                                                                                      Known Subclasses
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. BackpressureSyntax
                                                                                                      2. AnyRef
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/std/syntax/SupervisorOps.html b/api/3.x/cats/effect/std/syntax/SupervisorOps.html index 29d5a61dfc..e157c755e3 100644 --- a/api/3.x/cats/effect/std/syntax/SupervisorOps.html +++ b/api/3.x/cats/effect/std/syntax/SupervisorOps.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      c

                                                                                                      cats.effect.std.syntax

                                                                                                      SupervisorOps

                                                                                                      final class SupervisorOps[F[_], A] extends AnyVal

                                                                                                      Source
                                                                                                      SupervisorSyntax.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. SupervisorOps
                                                                                                      2. AnyVal
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      Value Members

                                                                                                      1. final def !=(arg0: Any): Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      2. final def ##: Int
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      3. final def ==(arg0: Any): Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      4. final def asInstanceOf[T0]: T0
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      5. def getClass(): Class[_ <: AnyVal]
                                                                                                        Definition Classes
                                                                                                        AnyVal → Any
                                                                                                      6. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      7. def supervise(supervisor: Supervisor[F]): F[kernel.Fiber[F, Throwable, A]]
                                                                                                      8. def toString(): String
                                                                                                        Definition Classes
                                                                                                        Any

                                                                                                      Inherited from AnyVal

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../../';

                                                                                                      Packages

                                                                                                      c

                                                                                                      cats.effect.std.syntax

                                                                                                      SupervisorOps

                                                                                                      final class SupervisorOps[F[_], A] extends AnyVal

                                                                                                      Source
                                                                                                      SupervisorSyntax.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. SupervisorOps
                                                                                                      2. AnyVal
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      Value Members

                                                                                                      1. final def !=(arg0: Any): Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      2. final def ##: Int
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      3. final def ==(arg0: Any): Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      4. final def asInstanceOf[T0]: T0
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      5. def getClass(): Class[_ <: AnyVal]
                                                                                                        Definition Classes
                                                                                                        AnyVal → Any
                                                                                                      6. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      7. def supervise(supervisor: Supervisor[F]): F[kernel.Fiber[F, Throwable, A]]
                                                                                                      8. def toString(): String
                                                                                                        Definition Classes
                                                                                                        Any

                                                                                                      Inherited from AnyVal

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/std/syntax/SupervisorSyntax.html b/api/3.x/cats/effect/std/syntax/SupervisorSyntax.html index 9627bd734c..8aec2a1b1e 100644 --- a/api/3.x/cats/effect/std/syntax/SupervisorSyntax.html +++ b/api/3.x/cats/effect/std/syntax/SupervisorSyntax.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      t

                                                                                                      cats.effect.std.syntax

                                                                                                      SupervisorSyntax

                                                                                                      trait SupervisorSyntax extends AnyRef

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

                                                                                                      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. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../../';

                                                                                                      Packages

                                                                                                      t

                                                                                                      cats.effect.std.syntax

                                                                                                      SupervisorSyntax

                                                                                                      trait SupervisorSyntax extends AnyRef

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

                                                                                                      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. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/std/syntax/index.html b/api/3.x/cats/effect/std/syntax/index.html index 7ee8b6f15f..536b57f228 100644 --- a/api/3.x/cats/effect/std/syntax/index.html +++ b/api/3.x/cats/effect/std/syntax/index.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      package syntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. syntax
                                                                                                      2. AnyRef
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      Type Members

                                                                                                      1. trait AllSyntax extends BackpressureSyntax with SupervisorSyntax
                                                                                                      2. final class BackpressureOps[F[_], A] extends AnyVal
                                                                                                      3. trait BackpressureSyntax extends AnyRef
                                                                                                      4. final class SupervisorOps[F[_], A] extends AnyVal
                                                                                                      5. trait SupervisorSyntax extends AnyRef

                                                                                                      Value Members

                                                                                                      1. object all extends AllSyntax
                                                                                                      2. object supervisor extends SupervisorSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../../';

                                                                                                      Packages

                                                                                                      package syntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. syntax
                                                                                                      2. AnyRef
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      Type Members

                                                                                                      1. trait AllSyntax extends BackpressureSyntax with SupervisorSyntax
                                                                                                      2. final class BackpressureOps[F[_], A] extends AnyVal
                                                                                                      3. trait BackpressureSyntax extends AnyRef
                                                                                                      4. final class SupervisorOps[F[_], A] extends AnyVal
                                                                                                      5. trait SupervisorSyntax extends AnyRef

                                                                                                      Value Members

                                                                                                      1. object all extends AllSyntax
                                                                                                      2. object supervisor extends SupervisorSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/std/syntax/package$$all$.html b/api/3.x/cats/effect/std/syntax/package$$all$.html index 89a6745ee5..fcccbfe22d 100644 --- a/api/3.x/cats/effect/std/syntax/package$$all$.html +++ b/api/3.x/cats/effect/std/syntax/package$$all$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      object all extends AllSyntax

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. all
                                                                                                      2. AllSyntax
                                                                                                      3. SupervisorSyntax
                                                                                                      4. BackpressureSyntax
                                                                                                      5. AnyRef
                                                                                                      6. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                                                                                                        Definition Classes
                                                                                                        BackpressureSyntax
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      17. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      18. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      19. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from AllSyntax

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from BackpressureSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../../';

                                                                                                      Packages

                                                                                                      object all extends AllSyntax

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. all
                                                                                                      2. AllSyntax
                                                                                                      3. SupervisorSyntax
                                                                                                      4. BackpressureSyntax
                                                                                                      5. AnyRef
                                                                                                      6. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                                                                                                        Definition Classes
                                                                                                        BackpressureSyntax
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      17. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      18. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      19. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from AllSyntax

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from BackpressureSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/std/syntax/package$$supervisor$.html b/api/3.x/cats/effect/std/syntax/package$$supervisor$.html index 9c707f2fcf..c1699bee5c 100644 --- a/api/3.x/cats/effect/std/syntax/package$$supervisor$.html +++ b/api/3.x/cats/effect/std/syntax/package$$supervisor$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      object supervisor extends SupervisorSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. supervisor
                                                                                                      2. SupervisorSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../../';

                                                                                                      Packages

                                                                                                      object supervisor extends SupervisorSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. supervisor
                                                                                                      2. SupervisorSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/AllSyntax.html b/api/3.x/cats/effect/syntax/AllSyntax.html index 9cde803924..e862c9303d 100644 --- a/api/3.x/cats/effect/syntax/AllSyntax.html +++ b/api/3.x/cats/effect/syntax/AllSyntax.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      trait AllSyntax extends kernel.syntax.AllSyntax with std.syntax.AllSyntax with DispatcherSyntax

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. AllSyntax
                                                                                                      2. DispatcherSyntax
                                                                                                      3. AllSyntax
                                                                                                      4. SupervisorSyntax
                                                                                                      5. BackpressureSyntax
                                                                                                      6. AllSyntax
                                                                                                      7. ClockSyntax
                                                                                                      8. ResourceSyntax
                                                                                                      9. AsyncSyntax
                                                                                                      10. GenConcurrentSyntax
                                                                                                      11. GenTemporalSyntax
                                                                                                      12. GenSpawnSyntax
                                                                                                      13. MonadCancelSyntax
                                                                                                      14. AnyRef
                                                                                                      15. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                                        Definition Classes
                                                                                                        AsyncSyntax
                                                                                                      6. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                                                                                                        Definition Classes
                                                                                                        BackpressureSyntax
                                                                                                      7. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ClockSyntax
                                                                                                      8. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      9. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      10. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      11. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ResourceSyntax
                                                                                                      12. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      13. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      14. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      15. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      16. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      17. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      18. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      19. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      20. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      21. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      22. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      23. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      24. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      25. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      26. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      27. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      28. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      29. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      30. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      31. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      32. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      33. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from DispatcherSyntax

                                                                                                      Inherited from std.syntax.AllSyntax

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from BackpressureSyntax

                                                                                                      Inherited from ClockSyntax

                                                                                                      Inherited from ResourceSyntax

                                                                                                      Inherited from AsyncSyntax

                                                                                                      Inherited from GenConcurrentSyntax

                                                                                                      Inherited from GenTemporalSyntax

                                                                                                      Inherited from GenSpawnSyntax

                                                                                                      Inherited from MonadCancelSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      trait AllSyntax extends kernel.syntax.AllSyntax with std.syntax.AllSyntax with DispatcherSyntax

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. AllSyntax
                                                                                                      2. DispatcherSyntax
                                                                                                      3. AllSyntax
                                                                                                      4. SupervisorSyntax
                                                                                                      5. BackpressureSyntax
                                                                                                      6. AllSyntax
                                                                                                      7. ClockSyntax
                                                                                                      8. ResourceSyntax
                                                                                                      9. AsyncSyntax
                                                                                                      10. GenConcurrentSyntax
                                                                                                      11. GenTemporalSyntax
                                                                                                      12. GenSpawnSyntax
                                                                                                      13. MonadCancelSyntax
                                                                                                      14. AnyRef
                                                                                                      15. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                                        Definition Classes
                                                                                                        AsyncSyntax
                                                                                                      6. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                                                                                                        Definition Classes
                                                                                                        BackpressureSyntax
                                                                                                      7. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ClockSyntax
                                                                                                      8. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      9. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      10. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      11. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ResourceSyntax
                                                                                                      12. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      13. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      14. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      15. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      16. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      17. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      18. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      19. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      20. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      21. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      22. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      23. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      24. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      25. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      26. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      27. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      28. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      29. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      30. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      31. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      32. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      33. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from DispatcherSyntax

                                                                                                      Inherited from std.syntax.AllSyntax

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from BackpressureSyntax

                                                                                                      Inherited from ClockSyntax

                                                                                                      Inherited from ResourceSyntax

                                                                                                      Inherited from AsyncSyntax

                                                                                                      Inherited from GenConcurrentSyntax

                                                                                                      Inherited from GenTemporalSyntax

                                                                                                      Inherited from GenSpawnSyntax

                                                                                                      Inherited from MonadCancelSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/DispatcherSyntax.html b/api/3.x/cats/effect/syntax/DispatcherSyntax.html index 81448b0256..d597ad79cf 100644 --- a/api/3.x/cats/effect/syntax/DispatcherSyntax.html +++ b/api/3.x/cats/effect/syntax/DispatcherSyntax.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      t

                                                                                                      cats.effect.syntax

                                                                                                      DispatcherSyntax

                                                                                                      trait DispatcherSyntax extends AnyRef

                                                                                                      Source
                                                                                                      DispatcherSyntax.scala
                                                                                                      Linear Supertypes
                                                                                                      Known Subclasses
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. DispatcherSyntax
                                                                                                      2. AnyRef
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      t

                                                                                                      cats.effect.syntax

                                                                                                      DispatcherSyntax

                                                                                                      trait DispatcherSyntax extends AnyRef

                                                                                                      Source
                                                                                                      DispatcherSyntax.scala
                                                                                                      Linear Supertypes
                                                                                                      Known Subclasses
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. DispatcherSyntax
                                                                                                      2. AnyRef
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/index.html b/api/3.x/cats/effect/syntax/index.html index 4d807323cd..178a2f2c41 100644 --- a/api/3.x/cats/effect/syntax/index.html +++ b/api/3.x/cats/effect/syntax/index.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      package syntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. syntax
                                                                                                      2. AnyRef
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      Value Members

                                                                                                      1. object all extends AllSyntax
                                                                                                      2. object async extends AsyncSyntax
                                                                                                      3. object clock extends ClockSyntax
                                                                                                      4. object concurrent extends GenConcurrentSyntax
                                                                                                      5. object dispatcher extends DispatcherSyntax
                                                                                                      6. object monadCancel extends MonadCancelSyntax
                                                                                                      7. object resource extends ResourceSyntax
                                                                                                      8. object spawn extends GenSpawnSyntax
                                                                                                      9. object supervisor extends SupervisorSyntax
                                                                                                      10. object temporal extends GenTemporalSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      package syntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. syntax
                                                                                                      2. AnyRef
                                                                                                      3. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      Value Members

                                                                                                      1. object all extends AllSyntax
                                                                                                      2. object async extends AsyncSyntax
                                                                                                      3. object clock extends ClockSyntax
                                                                                                      4. object concurrent extends GenConcurrentSyntax
                                                                                                      5. object dispatcher extends DispatcherSyntax
                                                                                                      6. object monadCancel extends MonadCancelSyntax
                                                                                                      7. object resource extends ResourceSyntax
                                                                                                      8. object spawn extends GenSpawnSyntax
                                                                                                      9. object supervisor extends SupervisorSyntax
                                                                                                      10. object temporal extends GenTemporalSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/package$$all$.html b/api/3.x/cats/effect/syntax/package$$all$.html index 24731c4c59..e99d28806a 100644 --- a/api/3.x/cats/effect/syntax/package$$all$.html +++ b/api/3.x/cats/effect/syntax/package$$all$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      object all extends AllSyntax

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. all
                                                                                                      2. AllSyntax
                                                                                                      3. DispatcherSyntax
                                                                                                      4. AllSyntax
                                                                                                      5. SupervisorSyntax
                                                                                                      6. BackpressureSyntax
                                                                                                      7. AllSyntax
                                                                                                      8. ClockSyntax
                                                                                                      9. ResourceSyntax
                                                                                                      10. AsyncSyntax
                                                                                                      11. GenConcurrentSyntax
                                                                                                      12. GenTemporalSyntax
                                                                                                      13. GenSpawnSyntax
                                                                                                      14. MonadCancelSyntax
                                                                                                      15. AnyRef
                                                                                                      16. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                                        Definition Classes
                                                                                                        AsyncSyntax
                                                                                                      6. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                                                                                                        Definition Classes
                                                                                                        BackpressureSyntax
                                                                                                      7. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ClockSyntax
                                                                                                      8. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      9. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      10. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      11. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ResourceSyntax
                                                                                                      12. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      13. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      14. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      15. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      16. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      17. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      18. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      19. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      20. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      21. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      22. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      23. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      24. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      25. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      26. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      27. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      28. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      29. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      30. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      31. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      32. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      33. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from AllSyntax

                                                                                                      Inherited from DispatcherSyntax

                                                                                                      Inherited from std.syntax.AllSyntax

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from BackpressureSyntax

                                                                                                      Inherited from ClockSyntax

                                                                                                      Inherited from ResourceSyntax

                                                                                                      Inherited from AsyncSyntax

                                                                                                      Inherited from GenConcurrentSyntax

                                                                                                      Inherited from GenTemporalSyntax

                                                                                                      Inherited from GenSpawnSyntax

                                                                                                      Inherited from MonadCancelSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      object all extends AllSyntax

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. all
                                                                                                      2. AllSyntax
                                                                                                      3. DispatcherSyntax
                                                                                                      4. AllSyntax
                                                                                                      5. SupervisorSyntax
                                                                                                      6. BackpressureSyntax
                                                                                                      7. AllSyntax
                                                                                                      8. ClockSyntax
                                                                                                      9. ResourceSyntax
                                                                                                      10. AsyncSyntax
                                                                                                      11. GenConcurrentSyntax
                                                                                                      12. GenTemporalSyntax
                                                                                                      13. GenSpawnSyntax
                                                                                                      14. MonadCancelSyntax
                                                                                                      15. AnyRef
                                                                                                      16. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                                        Definition Classes
                                                                                                        AsyncSyntax
                                                                                                      6. implicit def backpressureOps[F[_], A](wrapped: F[A]): BackpressureOps[F, A]
                                                                                                        Definition Classes
                                                                                                        BackpressureSyntax
                                                                                                      7. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ClockSyntax
                                                                                                      8. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      9. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      10. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      11. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ResourceSyntax
                                                                                                      12. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      13. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      14. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      15. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      16. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      17. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      18. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      19. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      20. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      21. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      22. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      23. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      24. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      25. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      26. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      27. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      28. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      29. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      30. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      31. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      32. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      33. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from AllSyntax

                                                                                                      Inherited from DispatcherSyntax

                                                                                                      Inherited from std.syntax.AllSyntax

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from BackpressureSyntax

                                                                                                      Inherited from ClockSyntax

                                                                                                      Inherited from ResourceSyntax

                                                                                                      Inherited from AsyncSyntax

                                                                                                      Inherited from GenConcurrentSyntax

                                                                                                      Inherited from GenTemporalSyntax

                                                                                                      Inherited from GenSpawnSyntax

                                                                                                      Inherited from MonadCancelSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/package$$async$.html b/api/3.x/cats/effect/syntax/package$$async$.html index b96646b4e0..d3c0029852 100644 --- a/api/3.x/cats/effect/syntax/package$$async$.html +++ b/api/3.x/cats/effect/syntax/package$$async$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      object async extends AsyncSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. async
                                                                                                      2. AsyncSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                                        Definition Classes
                                                                                                        AsyncSyntax
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from AsyncSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      object async extends AsyncSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. async
                                                                                                      2. AsyncSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]
                                                                                                        Definition Classes
                                                                                                        AsyncSyntax
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from AsyncSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/package$$clock$.html b/api/3.x/cats/effect/syntax/package$$clock$.html index f17f90f671..4f626b35e9 100644 --- a/api/3.x/cats/effect/syntax/package$$clock$.html +++ b/api/3.x/cats/effect/syntax/package$$clock$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      object clock extends ClockSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. clock
                                                                                                      2. ClockSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ClockSyntax
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from ClockSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      object clock extends ClockSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. clock
                                                                                                      2. ClockSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ClockSyntax
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from ClockSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/package$$concurrent$.html b/api/3.x/cats/effect/syntax/package$$concurrent$.html index 6f507d84b2..5cb5ee1618 100644 --- a/api/3.x/cats/effect/syntax/package$$concurrent$.html +++ b/api/3.x/cats/effect/syntax/package$$concurrent$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      o

                                                                                                      cats.effect.syntax

                                                                                                      concurrent

                                                                                                      object concurrent extends GenConcurrentSyntax

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. concurrent
                                                                                                      2. GenConcurrentSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      7. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      8. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      9. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      10. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      11. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      12. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      13. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      14. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      15. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      16. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      17. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      18. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      19. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      20. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      22. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from GenConcurrentSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      o

                                                                                                      cats.effect.syntax

                                                                                                      concurrent

                                                                                                      object concurrent extends GenConcurrentSyntax

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. concurrent
                                                                                                      2. GenConcurrentSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def concurrentParSequenceOps[T[_], F[_], A](wrapped: T[F[A]]): ConcurrentParSequenceNOps[T, F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      7. implicit def concurrentParTraverseOps[T[_], A](wrapped: T[A]): ConcurrentParTraverseNOps[T, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      8. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      9. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      10. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      11. implicit def genConcurrentOps_[F[_], A](wrapped: F[A]): GenConcurrentOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenConcurrentSyntax
                                                                                                      12. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      13. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      14. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      15. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      16. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      17. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      18. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      19. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      20. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      22. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from GenConcurrentSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/package$$dispatcher$.html b/api/3.x/cats/effect/syntax/package$$dispatcher$.html index 5342bd63c4..7c6076d1ae 100644 --- a/api/3.x/cats/effect/syntax/package$$dispatcher$.html +++ b/api/3.x/cats/effect/syntax/package$$dispatcher$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      o

                                                                                                      cats.effect.syntax

                                                                                                      dispatcher

                                                                                                      object dispatcher extends DispatcherSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. dispatcher
                                                                                                      2. DispatcherSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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 DispatcherSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      o

                                                                                                      cats.effect.syntax

                                                                                                      dispatcher

                                                                                                      object dispatcher extends DispatcherSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. dispatcher
                                                                                                      2. DispatcherSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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 DispatcherSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/package$$monadCancel$.html b/api/3.x/cats/effect/syntax/package$$monadCancel$.html index 69da47400d..18f891e53e 100644 --- a/api/3.x/cats/effect/syntax/package$$monadCancel$.html +++ b/api/3.x/cats/effect/syntax/package$$monadCancel$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      o

                                                                                                      cats.effect.syntax

                                                                                                      monadCancel

                                                                                                      object monadCancel extends MonadCancelSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. monadCancel
                                                                                                      2. MonadCancelSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      13. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      14. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      15. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      17. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      18. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      19. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from MonadCancelSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      o

                                                                                                      cats.effect.syntax

                                                                                                      monadCancel

                                                                                                      object monadCancel extends MonadCancelSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. monadCancel
                                                                                                      2. MonadCancelSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def monadCancelOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.MonadCancel[F, E]): MonadCancelOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      13. implicit def monadCancelOps_[F[_], A](wrapped: F[A]): MonadCancelOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        MonadCancelSyntax
                                                                                                      14. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      15. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      17. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      18. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      19. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from MonadCancelSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/package$$resource$.html b/api/3.x/cats/effect/syntax/package$$resource$.html index 34ec4ba4c9..3b9e6d1b01 100644 --- a/api/3.x/cats/effect/syntax/package$$resource$.html +++ b/api/3.x/cats/effect/syntax/package$$resource$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      object resource extends ResourceSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. resource
                                                                                                      2. ResourceSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ResourceSyntax
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from ResourceSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      object resource extends ResourceSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. resource
                                                                                                      2. ResourceSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def effectResourceOps[F[_], A](wrapped: F[A]): EffectResourceOps[F, A]
                                                                                                        Definition Classes
                                                                                                        ResourceSyntax
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      10. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      11. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      13. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      14. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      15. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from ResourceSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/package$$spawn$.html b/api/3.x/cats/effect/syntax/package$$spawn$.html index 23697c7865..2f75e93130 100644 --- a/api/3.x/cats/effect/syntax/package$$spawn$.html +++ b/api/3.x/cats/effect/syntax/package$$spawn$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      object spawn extends GenSpawnSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. spawn
                                                                                                      2. GenSpawnSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      10. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      11. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      13. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      14. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      15. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      17. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      18. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      19. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from GenSpawnSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      object spawn extends GenSpawnSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. spawn
                                                                                                      2. GenSpawnSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def genSpawnOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenSpawn[F, E]): GenSpawnOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      10. implicit def genSpawnOps_[F[_], A](wrapped: F[A]): GenSpawnOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenSpawnSyntax
                                                                                                      11. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      13. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      14. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      15. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      17. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      18. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      19. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from GenSpawnSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/package$$supervisor$.html b/api/3.x/cats/effect/syntax/package$$supervisor$.html index 6b34de8389..be17b06a62 100644 --- a/api/3.x/cats/effect/syntax/package$$supervisor$.html +++ b/api/3.x/cats/effect/syntax/package$$supervisor$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      o

                                                                                                      cats.effect.syntax

                                                                                                      supervisor

                                                                                                      object supervisor extends SupervisorSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. supervisor
                                                                                                      2. SupervisorSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      o

                                                                                                      cats.effect.syntax

                                                                                                      supervisor

                                                                                                      object supervisor extends SupervisorSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. supervisor
                                                                                                      2. SupervisorSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]
                                                                                                        Definition Classes
                                                                                                        SupervisorSyntax
                                                                                                      16. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      17. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      18. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from SupervisorSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/syntax/package$$temporal$.html b/api/3.x/cats/effect/syntax/package$$temporal$.html index 5d317fae1e..0a0a64d2f7 100644 --- a/api/3.x/cats/effect/syntax/package$$temporal$.html +++ b/api/3.x/cats/effect/syntax/package$$temporal$.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      object temporal extends GenTemporalSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. temporal
                                                                                                      2. GenTemporalSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      10. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      11. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      13. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      14. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      15. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      17. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      18. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      19. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from GenTemporalSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      object temporal extends GenTemporalSyntax

                                                                                                      Source
                                                                                                      package.scala
                                                                                                      Linear Supertypes
                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. temporal
                                                                                                      2. GenTemporalSyntax
                                                                                                      3. AnyRef
                                                                                                      4. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      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. implicit def genTemporalOps[F[_], A, E](wrapped: F[A])(implicit F: kernel.GenTemporal[F, E]): GenTemporalOps[F, A, E]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      10. implicit def genTemporalOps_[F[_], A](wrapped: F[A]): GenTemporalOps_[F, A]
                                                                                                        Definition Classes
                                                                                                        GenTemporalSyntax
                                                                                                      11. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      12. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      13. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      14. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      15. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      16. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      17. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      18. def toString(): String
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      19. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      21. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from GenTemporalSyntax

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/testkit/TestControl$$NonTerminationException.html b/api/3.x/cats/effect/testkit/TestControl$$NonTerminationException.html index 4af03d7022..af3f1f3539 100644 --- a/api/3.x/cats/effect/testkit/TestControl$$NonTerminationException.html +++ b/api/3.x/cats/effect/testkit/TestControl$$NonTerminationException.html @@ -1,2 +1,2 @@

                                                                                                      Packages

                                                                                                      c

                                                                                                      cats.effect.testkit.TestControl

                                                                                                      NonTerminationException

                                                                                                      final class NonTerminationException extends RuntimeException

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. NonTerminationException
                                                                                                      2. RuntimeException
                                                                                                      3. Exception
                                                                                                      4. Throwable
                                                                                                      5. Serializable
                                                                                                      6. AnyRef
                                                                                                      7. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      Instance Constructors

                                                                                                      1. new NonTerminationException()

                                                                                                      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 addSuppressed(arg0: Throwable): Unit
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      5. final def asInstanceOf[T0]: T0
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def fillInStackTrace(): Throwable
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      10. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      11. def getCause(): Throwable
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      12. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      13. def getLocalizedMessage(): String
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      14. def getMessage(): String
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      15. def getStackTrace(): Array[StackTraceElement]
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      16. final def getSuppressed(): Array[Throwable]
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      17. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      18. def initCause(arg0: Throwable): Throwable
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      19. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      20. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      21. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      22. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      23. def printStackTrace(arg0: PrintWriter): Unit
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      24. def printStackTrace(arg0: PrintStream): Unit
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      25. def printStackTrace(): Unit
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      26. def setStackTrace(arg0: Array[StackTraceElement]): Unit
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      27. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      28. def toString(): String
                                                                                                        Definition Classes
                                                                                                        Throwable → AnyRef → Any
                                                                                                      29. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      31. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from RuntimeException

                                                                                                      Inherited from Exception

                                                                                                      Inherited from Throwable

                                                                                                      Inherited from Serializable

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      +var toRoot = '../../../';

                                                                                                      Packages

                                                                                                      c

                                                                                                      cats.effect.testkit.TestControl

                                                                                                      NonTerminationException

                                                                                                      final class NonTerminationException extends RuntimeException

                                                                                                      Ordering
                                                                                                      1. Alphabetic
                                                                                                      2. By Inheritance
                                                                                                      Inherited
                                                                                                      1. NonTerminationException
                                                                                                      2. RuntimeException
                                                                                                      3. Exception
                                                                                                      4. Throwable
                                                                                                      5. Serializable
                                                                                                      6. AnyRef
                                                                                                      7. Any
                                                                                                      1. Hide All
                                                                                                      2. Show All
                                                                                                      Visibility
                                                                                                      1. Public
                                                                                                      2. Protected

                                                                                                      Instance Constructors

                                                                                                      1. new NonTerminationException()

                                                                                                      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 addSuppressed(arg0: Throwable): Unit
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      5. final def asInstanceOf[T0]: T0
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      6. def clone(): AnyRef
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                      7. final def eq(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      8. def equals(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                      9. def fillInStackTrace(): Throwable
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      10. def finalize(): Unit
                                                                                                        Attributes
                                                                                                        protected[lang]
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.Throwable])
                                                                                                      11. def getCause(): Throwable
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      12. final def getClass(): Class[_ <: AnyRef]
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      13. def getLocalizedMessage(): String
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      14. def getMessage(): String
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      15. def getStackTrace(): Array[StackTraceElement]
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      16. final def getSuppressed(): Array[Throwable]
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      17. def hashCode(): Int
                                                                                                        Definition Classes
                                                                                                        AnyRef → Any
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      18. def initCause(arg0: Throwable): Throwable
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      19. final def isInstanceOf[T0]: Boolean
                                                                                                        Definition Classes
                                                                                                        Any
                                                                                                      20. final def ne(arg0: AnyRef): Boolean
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      21. final def notify(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      22. final def notifyAll(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @native()
                                                                                                      23. def printStackTrace(arg0: PrintWriter): Unit
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      24. def printStackTrace(arg0: PrintStream): Unit
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      25. def printStackTrace(): Unit
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      26. def setStackTrace(arg0: Array[StackTraceElement]): Unit
                                                                                                        Definition Classes
                                                                                                        Throwable
                                                                                                      27. final def synchronized[T0](arg0: => T0): T0
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                      28. def toString(): String
                                                                                                        Definition Classes
                                                                                                        Throwable → AnyRef → Any
                                                                                                      29. final def wait(): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException])
                                                                                                      31. final def wait(arg0: Long): Unit
                                                                                                        Definition Classes
                                                                                                        AnyRef
                                                                                                        Annotations
                                                                                                        @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                      Inherited from RuntimeException

                                                                                                      Inherited from Exception

                                                                                                      Inherited from Throwable

                                                                                                      Inherited from Serializable

                                                                                                      Inherited from AnyRef

                                                                                                      Inherited from Any

                                                                                                      Ungrouped

                                                                                                      diff --git a/api/3.x/cats/effect/testkit/TestControl$.html b/api/3.x/cats/effect/testkit/TestControl$.html index be2bbd7913..d6cf477756 100644 --- a/api/3.x/cats/effect/testkit/TestControl$.html +++ b/api/3.x/cats/effect/testkit/TestControl$.html @@ -1,5 +1,5 @@

                                                                                                      Packages

                                                                                                      object TestControl

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

                                                                                                      Type Members

                                                                                                      1. final class NonTerminationException extends RuntimeException

                                                                                                      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 execute[A](program: IO[A], config: IORuntimeConfig = IORuntimeConfig(), seed: Option[String] = None): IO[TestControl[A]]

                                                                                                        Executes a given IO under fully mocked runtime control.

                                                                                                        Executes a given IO under fully mocked runtime control. Produces a TestControl which +var toRoot = '../../../';

                                                                                                        Packages

                                                                                                        object TestControl

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

                                                                                                        Type Members

                                                                                                        1. final class NonTerminationException extends RuntimeException

                                                                                                        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 execute[A](program: IO[A], config: IORuntimeConfig = IORuntimeConfig(), seed: Option[String] = None): IO[TestControl[A]]

                                                                                                          Executes a given IO under fully mocked runtime control.

                                                                                                          Executes a given IO under fully mocked runtime control. Produces a TestControl which can be used to manipulate the mocked runtime and retrieve the results. Note that the outer IO (and the IOs produced by the TestControl) do not evaluate under mocked runtime control and must be evaluated by some external harness, usually some test framework diff --git a/api/3.x/cats/effect/testkit/TestControl.html b/api/3.x/cats/effect/testkit/TestControl.html index 2fe121a079..4478b9b2cd 100644 --- a/api/3.x/cats/effect/testkit/TestControl.html +++ b/api/3.x/cats/effect/testkit/TestControl.html @@ -61,7 +61,7 @@ reason why it is important to always and exclusively rely on realTime and monotonic, either directly on IO or via the typeclass abstractions.

                                                                                                          WARNING: Never use this runtime on programs which use the IO#evalOn method! The test runtime will detect this situation as an asynchronous deadlock. -

                                                                                                          Source
                                                                                                          TestControl.scala
                                                                                                          See also

                                                                                                          +

                                                                                                          Source
                                                                                                          TestControl.scala
                                                                                                          See also

                                                                                                          cats.effect.kernel.Clock

                                                                                                          tickAll

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

                                                                                                        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. def advance(time: FiniteDuration): IO[Unit]

                                                                                                          Advances the runtime clock by the specified amount (which must be positive).

                                                                                                          Advances the runtime clock by the specified amount (which must be positive). Does not execute any fibers, though may result in some previously-sleeping fibers to become pending diff --git a/api/3.x/cats/effect/testkit/TestException.html b/api/3.x/cats/effect/testkit/TestException.html index 320907d4f2..06b63e63dd 100644 --- a/api/3.x/cats/effect/testkit/TestException.html +++ b/api/3.x/cats/effect/testkit/TestException.html @@ -1,2 +1,2 @@

                                                                                                          Packages

                                                                                                          c

                                                                                                          cats.effect.testkit

                                                                                                          TestException

                                                                                                          final case class TestException(i: Int) extends RuntimeException with Product with Serializable

                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. TestException
                                                                                                          2. Product
                                                                                                          3. Equals
                                                                                                          4. RuntimeException
                                                                                                          5. Exception
                                                                                                          6. Throwable
                                                                                                          7. Serializable
                                                                                                          8. AnyRef
                                                                                                          9. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          Instance Constructors

                                                                                                          1. new TestException(i: Int)

                                                                                                          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 addSuppressed(arg0: Throwable): Unit
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          5. final def asInstanceOf[T0]: T0
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          6. def clone(): AnyRef
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                          7. final def eq(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          8. def fillInStackTrace(): Throwable
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          9. def finalize(): Unit
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.Throwable])
                                                                                                          10. def getCause(): Throwable
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          11. final def getClass(): Class[_ <: AnyRef]
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          12. def getLocalizedMessage(): String
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          13. def getMessage(): String
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          14. def getStackTrace(): Array[StackTraceElement]
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          15. final def getSuppressed(): Array[Throwable]
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          16. val i: Int
                                                                                                          17. def initCause(arg0: Throwable): Throwable
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          18. final def isInstanceOf[T0]: Boolean
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          19. final def ne(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          20. final def notify(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          21. final def notifyAll(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          22. def printStackTrace(arg0: PrintWriter): Unit
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          23. def printStackTrace(arg0: PrintStream): Unit
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          24. def printStackTrace(): Unit
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          25. def productElementNames: Iterator[String]
                                                                                                            Definition Classes
                                                                                                            Product
                                                                                                          26. def setStackTrace(arg0: Array[StackTraceElement]): Unit
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          27. final def synchronized[T0](arg0: => T0): T0
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          28. def toString(): String
                                                                                                            Definition Classes
                                                                                                            Throwable → AnyRef → Any
                                                                                                          29. final def wait(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          31. final def wait(arg0: Long): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                          Inherited from Product

                                                                                                          Inherited from Equals

                                                                                                          Inherited from RuntimeException

                                                                                                          Inherited from Exception

                                                                                                          Inherited from Throwable

                                                                                                          Inherited from Serializable

                                                                                                          Inherited from AnyRef

                                                                                                          Inherited from Any

                                                                                                          Ungrouped

                                                                                                          +var toRoot = '../../../';

                                                                                                          Packages

                                                                                                          c

                                                                                                          cats.effect.testkit

                                                                                                          TestException

                                                                                                          final case class TestException(i: Int) extends RuntimeException with Product with Serializable

                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. TestException
                                                                                                          2. Product
                                                                                                          3. Equals
                                                                                                          4. RuntimeException
                                                                                                          5. Exception
                                                                                                          6. Throwable
                                                                                                          7. Serializable
                                                                                                          8. AnyRef
                                                                                                          9. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          Instance Constructors

                                                                                                          1. new TestException(i: Int)

                                                                                                          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 addSuppressed(arg0: Throwable): Unit
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          5. final def asInstanceOf[T0]: T0
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          6. def clone(): AnyRef
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                          7. final def eq(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          8. def fillInStackTrace(): Throwable
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          9. def finalize(): Unit
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.Throwable])
                                                                                                          10. def getCause(): Throwable
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          11. final def getClass(): Class[_ <: AnyRef]
                                                                                                            Definition Classes
                                                                                                            AnyRef → Any
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          12. def getLocalizedMessage(): String
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          13. def getMessage(): String
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          14. def getStackTrace(): Array[StackTraceElement]
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          15. final def getSuppressed(): Array[Throwable]
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          16. val i: Int
                                                                                                          17. def initCause(arg0: Throwable): Throwable
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          18. final def isInstanceOf[T0]: Boolean
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          19. final def ne(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          20. final def notify(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          21. final def notifyAll(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          22. def printStackTrace(arg0: PrintWriter): Unit
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          23. def printStackTrace(arg0: PrintStream): Unit
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          24. def printStackTrace(): Unit
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          25. def productElementNames: Iterator[String]
                                                                                                            Definition Classes
                                                                                                            Product
                                                                                                          26. def setStackTrace(arg0: Array[StackTraceElement]): Unit
                                                                                                            Definition Classes
                                                                                                            Throwable
                                                                                                          27. final def synchronized[T0](arg0: => T0): T0
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          28. def toString(): String
                                                                                                            Definition Classes
                                                                                                            Throwable → AnyRef → Any
                                                                                                          29. final def wait(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          30. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          31. final def wait(arg0: Long): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                          Inherited from Product

                                                                                                          Inherited from Equals

                                                                                                          Inherited from RuntimeException

                                                                                                          Inherited from Exception

                                                                                                          Inherited from Throwable

                                                                                                          Inherited from Serializable

                                                                                                          Inherited from AnyRef

                                                                                                          Inherited from Any

                                                                                                          Ungrouped

                                                                                                          diff --git a/api/3.x/cats/effect/testkit/TestInstances$Ticker.html b/api/3.x/cats/effect/testkit/TestInstances$Ticker.html index ca5f374eab..d33a703e54 100644 --- a/api/3.x/cats/effect/testkit/TestInstances$Ticker.html +++ b/api/3.x/cats/effect/testkit/TestInstances$Ticker.html @@ -1,2 +1,2 @@

                                                                                                          Packages

                                                                                                          case class Ticker(ctx: TestContext = TestContext()) extends Product with Serializable

                                                                                                          Annotations
                                                                                                          @implicitNotFound()
                                                                                                          Source
                                                                                                          TestInstances.scala
                                                                                                          Linear Supertypes
                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. Ticker
                                                                                                          2. Serializable
                                                                                                          3. Product
                                                                                                          4. Equals
                                                                                                          5. AnyRef
                                                                                                          6. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          Instance Constructors

                                                                                                          1. new Ticker(ctx: TestContext = TestContext())

                                                                                                          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. val ctx: TestContext
                                                                                                          7. final def eq(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          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. final def isInstanceOf[T0]: Boolean
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          11. final def ne(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          12. final def notify(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          13. final def notifyAll(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          14. def productElementNames: Iterator[String]
                                                                                                            Definition Classes
                                                                                                            Product
                                                                                                          15. final def synchronized[T0](arg0: => T0): T0
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          16. final def wait(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          17. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          18. final def wait(arg0: Long): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                          Inherited from Serializable

                                                                                                          Inherited from Product

                                                                                                          Inherited from Equals

                                                                                                          Inherited from AnyRef

                                                                                                          Inherited from Any

                                                                                                          Ungrouped

                                                                                                          +var toRoot = '../../../';

                                                                                                          Packages

                                                                                                          case class Ticker(ctx: TestContext = TestContext()) extends Product with Serializable

                                                                                                          Annotations
                                                                                                          @implicitNotFound()
                                                                                                          Source
                                                                                                          TestInstances.scala
                                                                                                          Linear Supertypes
                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. Ticker
                                                                                                          2. Serializable
                                                                                                          3. Product
                                                                                                          4. Equals
                                                                                                          5. AnyRef
                                                                                                          6. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          Instance Constructors

                                                                                                          1. new Ticker(ctx: TestContext = TestContext())

                                                                                                          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. val ctx: TestContext
                                                                                                          7. final def eq(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          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. final def isInstanceOf[T0]: Boolean
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          11. final def ne(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          12. final def notify(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          13. final def notifyAll(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @native()
                                                                                                          14. def productElementNames: Iterator[String]
                                                                                                            Definition Classes
                                                                                                            Product
                                                                                                          15. final def synchronized[T0](arg0: => T0): T0
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          16. final def wait(): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          17. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException])
                                                                                                          18. final def wait(arg0: Long): Unit
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                          Inherited from Serializable

                                                                                                          Inherited from Product

                                                                                                          Inherited from Equals

                                                                                                          Inherited from AnyRef

                                                                                                          Inherited from Any

                                                                                                          Ungrouped

                                                                                                          diff --git a/api/3.x/cats/effect/testkit/TestInstances.html b/api/3.x/cats/effect/testkit/TestInstances.html index 3b05c94d3e..2af33915c6 100644 --- a/api/3.x/cats/effect/testkit/TestInstances.html +++ b/api/3.x/cats/effect/testkit/TestInstances.html @@ -1,4 +1,4 @@

                                                                                                          Packages

                                                                                                          t

                                                                                                          cats.effect.testkit

                                                                                                          TestInstances

                                                                                                          trait TestInstances extends ParallelFGenerators with OutcomeGenerators with SyncTypeGenerators

                                                                                                          Ordering
                                                                                                          1. Alphabetic
                                                                                                          2. By Inheritance
                                                                                                          Inherited
                                                                                                          1. TestInstances
                                                                                                          2. SyncTypeGenerators
                                                                                                          3. OutcomeGenerators
                                                                                                          4. ParallelFGenerators
                                                                                                          5. AnyRef
                                                                                                          6. Any
                                                                                                          1. Hide All
                                                                                                          2. Show All
                                                                                                          Visibility
                                                                                                          1. Public
                                                                                                          2. Protected

                                                                                                          Type Members

                                                                                                          1. case class Ticker(ctx: TestContext = TestContext()) extends Product with Serializable
                                                                                                            Annotations
                                                                                                            @implicitNotFound()

                                                                                                          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. implicit def arbitraryExecutionContext(implicit ticker: Ticker): Arbitrary[ExecutionContext]
                                                                                                          5. implicit lazy val arbitraryFiniteDuration: Arbitrary[FiniteDuration]
                                                                                                          6. implicit def arbitraryIO[A](implicit arg0: Arbitrary[A], arg1: Cogen[A], ticker: Ticker): Arbitrary[IO[A]]
                                                                                                          7. def arbitraryIOWithoutContextShift[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Arbitrary[IO[A]]
                                                                                                          8. implicit def arbitraryOutcome[F[_], E, A](implicit arg0: Applicative[F], arg1: Arbitrary[E], arg2: Cogen[E], arg3: Arbitrary[A], arg4: Cogen[A]): Arbitrary[kernel.Outcome[F, E, A]]
                                                                                                            Definition Classes
                                                                                                            OutcomeGenerators
                                                                                                          9. implicit def arbitraryParallelF[F[_], A](implicit ArbF: Arbitrary[F[A]]): Arbitrary[kernel.ParallelF[F, A]]
                                                                                                            Definition Classes
                                                                                                            ParallelFGenerators
                                                                                                          10. implicit def arbitraryResource[F[_], A](implicit F: Applicative[F], AFA: Arbitrary[F[A]], AFU: Arbitrary[F[Unit]], AA: Arbitrary[A]): Arbitrary[Resource[F, A]]
                                                                                                          11. implicit def arbitrarySyncIO[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Arbitrary[SyncIO[A]]
                                                                                                          12. implicit val arbitrarySyncType: Arbitrary[Type]
                                                                                                            Definition Classes
                                                                                                            SyncTypeGenerators
                                                                                                          13. lazy val arbitraryThrowable: Arbitrary[Throwable]
                                                                                                          14. final def asInstanceOf[T0]: T0
                                                                                                            Definition Classes
                                                                                                            Any
                                                                                                          15. def clone(): AnyRef
                                                                                                            Attributes
                                                                                                            protected[lang]
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                            Annotations
                                                                                                            @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                          16. implicit def cogenIO[A](implicit arg0: Cogen[A], ticker: Ticker): Cogen[IO[A]]
                                                                                                          17. implicit def cogenOutcome[F[_], E, A](implicit arg0: Cogen[E], A: Cogen[F[A]]): Cogen[kernel.Outcome[F, E, A]]
                                                                                                            Definition Classes
                                                                                                            OutcomeGenerators
                                                                                                          18. implicit val cogenSyncType: Cogen[Type]
                                                                                                            Definition Classes
                                                                                                            SyncTypeGenerators
                                                                                                          19. final def eq(arg0: AnyRef): Boolean
                                                                                                            Definition Classes
                                                                                                            AnyRef
                                                                                                          20. implicit lazy val eqExecutionContext: Eq[ExecutionContext]
                                                                                                          21. implicit def eqIOA[A](implicit arg0: Eq[A], ticker: Ticker): Eq[IO[A]]
                                                                                                          22. implicit def eqParallelF[F[_], A](implicit EqF: Eq[F[A]]): Eq[kernel.ParallelF[F, A]]
                                                                                                            Definition Classes
                                                                                                            ParallelFGenerators
                                                                                                          23. implicit def eqResource[F[_], A](implicit E: Eq[F[A]], F: MonadCancel[F, Throwable]): Eq[Resource[F, A]]

                                                                                                            Defines equality for a Resource.

                                                                                                            Defines equality for a Resource. Two resources are deemed equivalent if they allocate an +var toRoot = '../../../';

                                                                                                            Packages

                                                                                                            t

                                                                                                            cats.effect.testkit

                                                                                                            TestInstances

                                                                                                            trait TestInstances extends ParallelFGenerators with OutcomeGenerators with SyncTypeGenerators

                                                                                                            Ordering
                                                                                                            1. Alphabetic
                                                                                                            2. By Inheritance
                                                                                                            Inherited
                                                                                                            1. TestInstances
                                                                                                            2. SyncTypeGenerators
                                                                                                            3. OutcomeGenerators
                                                                                                            4. ParallelFGenerators
                                                                                                            5. AnyRef
                                                                                                            6. Any
                                                                                                            1. Hide All
                                                                                                            2. Show All
                                                                                                            Visibility
                                                                                                            1. Public
                                                                                                            2. Protected

                                                                                                            Type Members

                                                                                                            1. case class Ticker(ctx: TestContext = TestContext()) extends Product with Serializable
                                                                                                              Annotations
                                                                                                              @implicitNotFound()

                                                                                                            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. implicit def arbitraryExecutionContext(implicit ticker: Ticker): Arbitrary[ExecutionContext]
                                                                                                            5. implicit lazy val arbitraryFiniteDuration: Arbitrary[FiniteDuration]
                                                                                                            6. implicit def arbitraryIO[A](implicit arg0: Arbitrary[A], arg1: Cogen[A], ticker: Ticker): Arbitrary[IO[A]]
                                                                                                            7. def arbitraryIOWithoutContextShift[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Arbitrary[IO[A]]
                                                                                                            8. implicit def arbitraryOutcome[F[_], E, A](implicit arg0: Applicative[F], arg1: Arbitrary[E], arg2: Cogen[E], arg3: Arbitrary[A], arg4: Cogen[A]): Arbitrary[kernel.Outcome[F, E, A]]
                                                                                                              Definition Classes
                                                                                                              OutcomeGenerators
                                                                                                            9. implicit def arbitraryParallelF[F[_], A](implicit ArbF: Arbitrary[F[A]]): Arbitrary[kernel.ParallelF[F, A]]
                                                                                                              Definition Classes
                                                                                                              ParallelFGenerators
                                                                                                            10. implicit def arbitraryResource[F[_], A](implicit F: Applicative[F], AFA: Arbitrary[F[A]], AFU: Arbitrary[F[Unit]], AA: Arbitrary[A]): Arbitrary[Resource[F, A]]
                                                                                                            11. implicit def arbitrarySyncIO[A](implicit arg0: Arbitrary[A], arg1: Cogen[A]): Arbitrary[SyncIO[A]]
                                                                                                            12. implicit val arbitrarySyncType: Arbitrary[Type]
                                                                                                              Definition Classes
                                                                                                              SyncTypeGenerators
                                                                                                            13. lazy val arbitraryThrowable: Arbitrary[Throwable]
                                                                                                            14. final def asInstanceOf[T0]: T0
                                                                                                              Definition Classes
                                                                                                              Any
                                                                                                            15. def clone(): AnyRef
                                                                                                              Attributes
                                                                                                              protected[lang]
                                                                                                              Definition Classes
                                                                                                              AnyRef
                                                                                                              Annotations
                                                                                                              @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                            16. implicit def cogenIO[A](implicit arg0: Cogen[A], ticker: Ticker): Cogen[IO[A]]
                                                                                                            17. implicit def cogenOutcome[F[_], E, A](implicit arg0: Cogen[E], A: Cogen[F[A]]): Cogen[kernel.Outcome[F, E, A]]
                                                                                                              Definition Classes
                                                                                                              OutcomeGenerators
                                                                                                            18. implicit val cogenSyncType: Cogen[Type]
                                                                                                              Definition Classes
                                                                                                              SyncTypeGenerators
                                                                                                            19. final def eq(arg0: AnyRef): Boolean
                                                                                                              Definition Classes
                                                                                                              AnyRef
                                                                                                            20. implicit lazy val eqExecutionContext: Eq[ExecutionContext]
                                                                                                            21. implicit def eqIOA[A](implicit arg0: Eq[A], ticker: Ticker): Eq[IO[A]]
                                                                                                            22. implicit def eqParallelF[F[_], A](implicit EqF: Eq[F[A]]): Eq[kernel.ParallelF[F, A]]
                                                                                                              Definition Classes
                                                                                                              ParallelFGenerators
                                                                                                            23. implicit def eqResource[F[_], A](implicit E: Eq[F[A]], F: MonadCancel[F, Throwable]): Eq[Resource[F, A]]

                                                                                                              Defines equality for a Resource.

                                                                                                              Defines equality for a Resource. Two resources are deemed equivalent if they allocate an equivalent resource. Cleanup, which is run purely for effect, is not considered.

                                                                                                            24. implicit def eqSyncIOA[A](implicit arg0: Eq[A]): Eq[SyncIO[A]]
                                                                                                            25. implicit lazy val eqThrowable: Eq[Throwable]
                                                                                                            26. def equals(arg0: AnyRef): Boolean
                                                                                                              Definition Classes
                                                                                                              AnyRef → Any
                                                                                                            27. def finalize(): Unit
                                                                                                              Attributes
                                                                                                              protected[lang]
                                                                                                              Definition Classes
                                                                                                              AnyRef
                                                                                                              Annotations
                                                                                                              @throws(classOf[java.lang.Throwable])
                                                                                                            28. def genResource[F[_], A](implicit F: Applicative[F], AFA: Arbitrary[F[A]], AFU: Arbitrary[F[Unit]], AA: Arbitrary[A]): Gen[Resource[F, A]]
                                                                                                            29. final def getClass(): Class[_ <: AnyRef]
                                                                                                              Definition Classes
                                                                                                              AnyRef → Any
                                                                                                              Annotations
                                                                                                              @native()
                                                                                                            30. def hashCode(): Int
                                                                                                              Definition Classes
                                                                                                              AnyRef → Any
                                                                                                              Annotations
                                                                                                              @native()
                                                                                                            31. implicit def ioBooleanToProp(iob: IO[Boolean])(implicit ticker: Ticker): Prop
                                                                                                            32. final def isInstanceOf[T0]: Boolean
                                                                                                              Definition Classes
                                                                                                              Any
                                                                                                            33. implicit def materializeRuntime(implicit ticker: Ticker): IORuntime
                                                                                                            34. final def ne(arg0: AnyRef): Boolean
                                                                                                              Definition Classes
                                                                                                              AnyRef
                                                                                                            35. final def notify(): Unit
                                                                                                              Definition Classes
                                                                                                              AnyRef
                                                                                                              Annotations
                                                                                                              @native()
                                                                                                            36. final def notifyAll(): Unit
                                                                                                              Definition Classes
                                                                                                              AnyRef
                                                                                                              Annotations
                                                                                                              @native()
                                                                                                            37. implicit def ordResourceFFD[F[_]](implicit ordF: Order[F[FiniteDuration]], F: MonadCancel[F, Throwable]): Order[Resource[F, FiniteDuration]]
                                                                                                            38. implicit def orderIoFiniteDuration(implicit ticker: Ticker): Order[IO[FiniteDuration]]
                                                                                                            39. def outcomeGenerators[F[_], E](implicit arg0: Applicative[F], arg1: Arbitrary[E], arg2: Cogen[E]): ApplicativeErrorGenerators[[γ$0$]kernel.Outcome[F, E, γ$0$], E]
                                                                                                              Definition Classes
                                                                                                              OutcomeGenerators
                                                                                                            40. implicit def resourceFBooleanToProp[F[_]](r: Resource[F, Boolean])(implicit view: (F[Boolean]) => Prop, F: MonadCancel[F, Throwable]): Prop
                                                                                                            41. def scheduler(implicit ticker: Ticker): Scheduler
                                                                                                            42. implicit lazy val showThrowable: Show[Throwable]
                                                                                                            43. implicit def syncIoBooleanToProp(iob: SyncIO[Boolean]): Prop
                                                                                                            44. final def synchronized[T0](arg0: => T0): T0
                                                                                                              Definition Classes
                                                                                                              AnyRef
                                                                                                            45. def toString(): String
                                                                                                              Definition Classes
                                                                                                              AnyRef → Any
                                                                                                            46. def unsafeRun[A](ioa: IO[A])(implicit ticker: Ticker): Outcome[Option, Throwable, A]
                                                                                                            47. def unsafeRunSync[A](ioa: SyncIO[A]): Outcome[Id, Throwable, A]
                                                                                                            48. final def wait(): Unit
                                                                                                              Definition Classes
                                                                                                              AnyRef
                                                                                                              Annotations
                                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                                            49. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                              Definition Classes
                                                                                                              AnyRef
                                                                                                              Annotations
                                                                                                              @throws(classOf[java.lang.InterruptedException])
                                                                                                            50. final def wait(arg0: Long): Unit
                                                                                                              Definition Classes
                                                                                                              AnyRef
                                                                                                              Annotations
                                                                                                              @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                            Inherited from SyncTypeGenerators

                                                                                                            Inherited from OutcomeGenerators

                                                                                                            Inherited from ParallelFGenerators

                                                                                                            Inherited from AnyRef

                                                                                                            Inherited from Any

                                                                                                            Ungrouped

                                                                                                            diff --git a/api/3.x/cats/effect/testkit/index.html b/api/3.x/cats/effect/testkit/index.html index 01a0308d44..19ffd617b0 100644 --- a/api/3.x/cats/effect/testkit/index.html +++ b/api/3.x/cats/effect/testkit/index.html @@ -1,5 +1,5 @@

                                                                                                            Packages

                                                                                                            p

                                                                                                            cats.effect

                                                                                                            testkit

                                                                                                            package testkit

                                                                                                            Source
                                                                                                            package.scala
                                                                                                            Linear Supertypes
                                                                                                            Ordering
                                                                                                            1. Alphabetic
                                                                                                            2. By Inheritance
                                                                                                            Inherited
                                                                                                            1. testkit
                                                                                                            2. AnyRef
                                                                                                            3. Any
                                                                                                            1. Hide All
                                                                                                            2. Show All
                                                                                                            Visibility
                                                                                                            1. Public
                                                                                                            2. Protected

                                                                                                            Type Members

                                                                                                            1. type TestContext = kernel.testkit.TestContext
                                                                                                            2. final class TestControl[A] extends AnyRef

                                                                                                              Implements a fully functional single-threaded runtime for a cats.effect.IO program.

                                                                                                              Implements a fully functional single-threaded runtime for a cats.effect.IO program. When +var toRoot = '../../../';

                                                                                                              Packages

                                                                                                              p

                                                                                                              cats.effect

                                                                                                              testkit

                                                                                                              package testkit

                                                                                                              Source
                                                                                                              package.scala
                                                                                                              Linear Supertypes
                                                                                                              Ordering
                                                                                                              1. Alphabetic
                                                                                                              2. By Inheritance
                                                                                                              Inherited
                                                                                                              1. testkit
                                                                                                              2. AnyRef
                                                                                                              3. Any
                                                                                                              1. Hide All
                                                                                                              2. Show All
                                                                                                              Visibility
                                                                                                              1. Public
                                                                                                              2. Protected

                                                                                                              Type Members

                                                                                                              1. type TestContext = kernel.testkit.TestContext
                                                                                                              2. final class TestControl[A] extends AnyRef

                                                                                                                Implements a fully functional single-threaded runtime for a cats.effect.IO program.

                                                                                                                Implements a fully functional single-threaded runtime for a cats.effect.IO program. When using this control system, IO programs will be executed on a single JVM thread, similar to how they would behave if the production runtime were configured to use a single worker thread regardless of underlying physical thread count. The results of the underlying IO diff --git a/api/3.x/cats/effect/tracing/TracingConstants.html b/api/3.x/cats/effect/tracing/TracingConstants.html index de6828170a..bfb1b1641f 100644 --- a/api/3.x/cats/effect/tracing/TracingConstants.html +++ b/api/3.x/cats/effect/tracing/TracingConstants.html @@ -2,4 +2,4 @@ var toRoot = '../../../';

                                                                                                                Packages

                                                                                                                c

                                                                                                                cats.effect.tracing

                                                                                                                TracingConstants

                                                                                                                final class TracingConstants extends AnyRef

                                                                                                                Holds platform-specific flags that control tracing behavior.

                                                                                                                The Scala compiler inserts a volatile bitmap access for module field accesses. Because the tracingMode flag is read in various IO constructors, we are opting to define it in a Java source file to avoid the volatile access.

                                                                                                                INTERNAL API with no source or binary compatibility guarantees. -

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

                                                                                                                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

                                                                                                                +

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

                                                                                                                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

                                                                                                              diff --git a/api/3.x/cats/effect/unsafe/IORuntime$.html b/api/3.x/cats/effect/unsafe/IORuntime$.html index 21426d1649..f93a16b706 100644 --- a/api/3.x/cats/effect/unsafe/IORuntime$.html +++ b/api/3.x/cats/effect/unsafe/IORuntime$.html @@ -1,2 +1,2 @@

                                                                                                              Packages

                                                                                                              object IORuntime extends IORuntimeCompanionPlatform

                                                                                                              Source
                                                                                                              IORuntime.scala
                                                                                                              Linear Supertypes
                                                                                                              IORuntimeCompanionPlatform, AnyRef, Any
                                                                                                              Ordering
                                                                                                              1. Alphabetic
                                                                                                              2. By Inheritance
                                                                                                              Inherited
                                                                                                              1. IORuntime
                                                                                                              2. IORuntimeCompanionPlatform
                                                                                                              3. AnyRef
                                                                                                              4. Any
                                                                                                              1. Hide All
                                                                                                              2. Show All
                                                                                                              Visibility
                                                                                                              1. Public
                                                                                                              2. Protected

                                                                                                              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. def apply(compute: ExecutionContext, blocking: ExecutionContext, scheduler: Scheduler, shutdown: () => Unit, config: IORuntimeConfig): IORuntime
                                                                                                              5. final def asInstanceOf[T0]: T0
                                                                                                                Definition Classes
                                                                                                                Any
                                                                                                              6. def builder(): IORuntimeBuilder
                                                                                                              7. def clone(): AnyRef
                                                                                                                Attributes
                                                                                                                protected[lang]
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                              8. def createDefaultBlockingExecutionContext(threadPrefix: String = "io-blocking"): (ExecutionContext, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                              9. def createDefaultScheduler(threadPrefix: String = "io-scheduler"): (Scheduler, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                              10. def createWorkStealingComputeThreadPool(threads: Int = Math.max(2, Runtime.getRuntime().availableProcessors()), threadPrefix: String = "io-compute", blockerThreadPrefix: String = DefaultBlockerPrefix, runtimeBlockingExpiration: Duration = 60.seconds, reportFailure: (Throwable) => Unit = _.printStackTrace(), blockedThreadDetectionEnabled: Boolean = false): (WorkStealingThreadPool, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                              11. final def eq(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              12. def equals(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                              13. def finalize(): Unit
                                                                                                                Attributes
                                                                                                                protected[lang]
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.Throwable])
                                                                                                              14. final def getClass(): Class[_ <: AnyRef]
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              15. def global: IORuntime
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                              16. def hashCode(): Int
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              17. final def isInstanceOf[T0]: Boolean
                                                                                                                Definition Classes
                                                                                                                Any
                                                                                                              18. final def ne(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              19. final def notify(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              20. final def notifyAll(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              21. final def synchronized[T0](arg0: => T0): T0
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              22. def toString(): String
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                              23. final def wait(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              24. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              25. final def wait(arg0: Long): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                              Deprecated Value Members

                                                                                                              1. def createDefaultComputeThreadPool(self: () => IORuntime, threads: Int, threadPrefix: String): (WorkStealingThreadPool, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                                Annotations
                                                                                                                @deprecated
                                                                                                                Deprecated

                                                                                                                (Since version 3.3.13) bincompat shim for previous default method overload

                                                                                                              2. def createDefaultComputeThreadPool(self: => IORuntime, threads: Int = Math.max(2, Runtime.getRuntime().availableProcessors()), threadPrefix: String = "io-compute", blockerThreadPrefix: String = DefaultBlockerPrefix): (WorkStealingThreadPool, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                                Annotations
                                                                                                                @deprecated
                                                                                                                Deprecated

                                                                                                                (Since version 3.4.0) Replaced by the simpler and safer createWorkStealingComputePool

                                                                                                              3. def createWorkStealingComputeThreadPool(threads: Int, threadPrefix: String, blockerThreadPrefix: String, runtimeBlockingExpiration: Duration, reportFailure: (Throwable) => Unit): (WorkStealingThreadPool, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                                Annotations
                                                                                                                @deprecated
                                                                                                                Deprecated

                                                                                                                (Since version 3.5.0) Preserved for binary-compatibility

                                                                                                              Inherited from IORuntimeCompanionPlatform

                                                                                                              Inherited from AnyRef

                                                                                                              Inherited from Any

                                                                                                              Ungrouped

                                                                                                              +var toRoot = '../../../';

                                                                                                              Packages

                                                                                                              object IORuntime extends IORuntimeCompanionPlatform

                                                                                                              Source
                                                                                                              IORuntime.scala
                                                                                                              Linear Supertypes
                                                                                                              IORuntimeCompanionPlatform, AnyRef, Any
                                                                                                              Ordering
                                                                                                              1. Alphabetic
                                                                                                              2. By Inheritance
                                                                                                              Inherited
                                                                                                              1. IORuntime
                                                                                                              2. IORuntimeCompanionPlatform
                                                                                                              3. AnyRef
                                                                                                              4. Any
                                                                                                              1. Hide All
                                                                                                              2. Show All
                                                                                                              Visibility
                                                                                                              1. Public
                                                                                                              2. Protected

                                                                                                              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. def apply(compute: ExecutionContext, blocking: ExecutionContext, scheduler: Scheduler, shutdown: () => Unit, config: IORuntimeConfig): IORuntime
                                                                                                              5. final def asInstanceOf[T0]: T0
                                                                                                                Definition Classes
                                                                                                                Any
                                                                                                              6. def builder(): IORuntimeBuilder
                                                                                                              7. def clone(): AnyRef
                                                                                                                Attributes
                                                                                                                protected[lang]
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                              8. def createDefaultBlockingExecutionContext(threadPrefix: String = "io-blocking"): (ExecutionContext, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                              9. def createDefaultScheduler(threadPrefix: String = "io-scheduler"): (Scheduler, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                              10. def createWorkStealingComputeThreadPool(threads: Int = Math.max(2, Runtime.getRuntime().availableProcessors()), threadPrefix: String = "io-compute", blockerThreadPrefix: String = DefaultBlockerPrefix, runtimeBlockingExpiration: Duration = 60.seconds, reportFailure: (Throwable) => Unit = _.printStackTrace(), blockedThreadDetectionEnabled: Boolean = false): (WorkStealingThreadPool, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                              11. final def eq(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              12. def equals(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                              13. def finalize(): Unit
                                                                                                                Attributes
                                                                                                                protected[lang]
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.Throwable])
                                                                                                              14. final def getClass(): Class[_ <: AnyRef]
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              15. def global: IORuntime
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                              16. def hashCode(): Int
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              17. final def isInstanceOf[T0]: Boolean
                                                                                                                Definition Classes
                                                                                                                Any
                                                                                                              18. final def ne(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              19. final def notify(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              20. final def notifyAll(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              21. final def synchronized[T0](arg0: => T0): T0
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              22. def toString(): String
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                              23. final def wait(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              24. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              25. final def wait(arg0: Long): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                              Deprecated Value Members

                                                                                                              1. def createDefaultComputeThreadPool(self: () => IORuntime, threads: Int, threadPrefix: String): (WorkStealingThreadPool, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                                Annotations
                                                                                                                @deprecated
                                                                                                                Deprecated

                                                                                                                (Since version 3.3.13) bincompat shim for previous default method overload

                                                                                                              2. def createDefaultComputeThreadPool(self: => IORuntime, threads: Int = Math.max(2, Runtime.getRuntime().availableProcessors()), threadPrefix: String = "io-compute", blockerThreadPrefix: String = DefaultBlockerPrefix): (WorkStealingThreadPool, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                                Annotations
                                                                                                                @deprecated
                                                                                                                Deprecated

                                                                                                                (Since version 3.4.0) Replaced by the simpler and safer createWorkStealingComputePool

                                                                                                              3. def createWorkStealingComputeThreadPool(threads: Int, threadPrefix: String, blockerThreadPrefix: String, runtimeBlockingExpiration: Duration, reportFailure: (Throwable) => Unit): (WorkStealingThreadPool, () => Unit)
                                                                                                                Definition Classes
                                                                                                                IORuntimeCompanionPlatform
                                                                                                                Annotations
                                                                                                                @deprecated
                                                                                                                Deprecated

                                                                                                                (Since version 3.5.0) Preserved for binary-compatibility

                                                                                                              Inherited from IORuntimeCompanionPlatform

                                                                                                              Inherited from AnyRef

                                                                                                              Inherited from Any

                                                                                                              Ungrouped

                                                                                                              diff --git a/api/3.x/cats/effect/unsafe/IORuntime.html b/api/3.x/cats/effect/unsafe/IORuntime.html index 8d0181f8ea..1595323628 100644 --- a/api/3.x/cats/effect/unsafe/IORuntime.html +++ b/api/3.x/cats/effect/unsafe/IORuntime.html @@ -1,2 +1,2 @@

                                                                                                              Packages

                                                                                                              final class IORuntime extends AnyRef

                                                                                                              Annotations
                                                                                                              @implicitNotFound()
                                                                                                              Source
                                                                                                              IORuntime.scala
                                                                                                              Linear Supertypes
                                                                                                              Ordering
                                                                                                              1. Alphabetic
                                                                                                              2. By Inheritance
                                                                                                              Inherited
                                                                                                              1. IORuntime
                                                                                                              2. AnyRef
                                                                                                              3. Any
                                                                                                              1. Hide All
                                                                                                              2. Show All
                                                                                                              Visibility
                                                                                                              1. Public
                                                                                                              2. Protected

                                                                                                              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. val compute: ExecutionContext
                                                                                                              7. val config: IORuntimeConfig
                                                                                                              8. final def eq(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              9. def equals(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                              10. def finalize(): Unit
                                                                                                                Attributes
                                                                                                                protected[lang]
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.Throwable])
                                                                                                              11. final def getClass(): Class[_ <: AnyRef]
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              12. def hashCode(): Int
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              13. final def isInstanceOf[T0]: Boolean
                                                                                                                Definition Classes
                                                                                                                Any
                                                                                                              14. final def ne(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              15. final def notify(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              16. final def notifyAll(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              17. val scheduler: Scheduler
                                                                                                              18. val shutdown: () => Unit
                                                                                                              19. final def synchronized[T0](arg0: => T0): T0
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              20. def toString(): String
                                                                                                                Definition Classes
                                                                                                                IORuntime → AnyRef → Any
                                                                                                              21. final def wait(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              23. final def wait(arg0: Long): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                              Inherited from AnyRef

                                                                                                              Inherited from Any

                                                                                                              Ungrouped

                                                                                                              +var toRoot = '../../../';

                                                                                                              Packages

                                                                                                              final class IORuntime extends AnyRef

                                                                                                              Annotations
                                                                                                              @implicitNotFound()
                                                                                                              Source
                                                                                                              IORuntime.scala
                                                                                                              Linear Supertypes
                                                                                                              Ordering
                                                                                                              1. Alphabetic
                                                                                                              2. By Inheritance
                                                                                                              Inherited
                                                                                                              1. IORuntime
                                                                                                              2. AnyRef
                                                                                                              3. Any
                                                                                                              1. Hide All
                                                                                                              2. Show All
                                                                                                              Visibility
                                                                                                              1. Public
                                                                                                              2. Protected

                                                                                                              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. val compute: ExecutionContext
                                                                                                              7. val config: IORuntimeConfig
                                                                                                              8. final def eq(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              9. def equals(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                              10. def finalize(): Unit
                                                                                                                Attributes
                                                                                                                protected[lang]
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.Throwable])
                                                                                                              11. final def getClass(): Class[_ <: AnyRef]
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              12. def hashCode(): Int
                                                                                                                Definition Classes
                                                                                                                AnyRef → Any
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              13. final def isInstanceOf[T0]: Boolean
                                                                                                                Definition Classes
                                                                                                                Any
                                                                                                              14. final def ne(arg0: AnyRef): Boolean
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              15. final def notify(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              16. final def notifyAll(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @native()
                                                                                                              17. val scheduler: Scheduler
                                                                                                              18. val shutdown: () => Unit
                                                                                                              19. final def synchronized[T0](arg0: => T0): T0
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                              20. def toString(): String
                                                                                                                Definition Classes
                                                                                                                IORuntime → AnyRef → Any
                                                                                                              21. final def wait(): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              22. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException])
                                                                                                              23. final def wait(arg0: Long): Unit
                                                                                                                Definition Classes
                                                                                                                AnyRef
                                                                                                                Annotations
                                                                                                                @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                              Inherited from AnyRef

                                                                                                              Inherited from Any

                                                                                                              Ungrouped

                                                                                                              diff --git a/api/3.x/cats/effect/unsafe/IORuntimeBuilder$.html b/api/3.x/cats/effect/unsafe/IORuntimeBuilder$.html index d594e864a7..b33106192a 100644 --- a/api/3.x/cats/effect/unsafe/IORuntimeBuilder$.html +++ b/api/3.x/cats/effect/unsafe/IORuntimeBuilder$.html @@ -1,2 +1,2 @@

                                                                                                              Packages

                                                                                                              object IORuntimeBuilder

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

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

                                                                                                              Inherited from AnyRef

                                                                                                              Inherited from Any

                                                                                                              Ungrouped

                                                                                                              +var toRoot = '../../../';

                                                                                                              Packages

                                                                                                              object IORuntimeBuilder

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

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

                                                                                                              Inherited from AnyRef

                                                                                                              Inherited from Any

                                                                                                              Ungrouped

                                                                                                              diff --git a/api/3.x/cats/effect/unsafe/IORuntimeBuilder.html b/api/3.x/cats/effect/unsafe/IORuntimeBuilder.html index 419e9c81fb..efb3486070 100644 --- a/api/3.x/cats/effect/unsafe/IORuntimeBuilder.html +++ b/api/3.x/cats/effect/unsafe/IORuntimeBuilder.html @@ -1,7 +1,7 @@

                                                                                                              Packages

                                                                                                              final class IORuntimeBuilder extends IORuntimeBuilderPlatform

                                                                                                              Builder object for creating custom IORuntimes. Useful for creating IORuntime based on the default one but with some wrappers around execution contexts or custom shutdown hooks. -

                                                                                                              Source
                                                                                                              IORuntimeBuilder.scala
                                                                                                              Linear Supertypes
                                                                                                              IORuntimeBuilderPlatform, AnyRef, Any
                                                                                                              Ordering
                                                                                                              1. Alphabetic
                                                                                                              2. By Inheritance
                                                                                                              Inherited
                                                                                                              1. IORuntimeBuilder
                                                                                                              2. IORuntimeBuilderPlatform
                                                                                                              3. AnyRef
                                                                                                              4. Any
                                                                                                              1. Hide All
                                                                                                              2. Show All
                                                                                                              Visibility
                                                                                                              1. Public
                                                                                                              2. Protected

                                                                                                              Instance Constructors

                                                                                                              1. new IORuntimeBuilder(customCompute: Option[(ExecutionContext, () => Unit)] = None, computeTransform: (ExecutionContext) => ExecutionContext = identity, customBlocking: Option[(ExecutionContext, () => Unit)] = None, blockingTransform: (ExecutionContext) => ExecutionContext = identity, customConfig: Option[IORuntimeConfig] = None, customScheduler: Option[(Scheduler, () => Unit)] = None, extraShutdownHooks: List[() => Unit] = Nil, builderExecuted: Boolean = false, failureReporter: (Throwable) => Unit = _.printStackTrace())
                                                                                                                Attributes
                                                                                                                protected

                                                                                                              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. def addShutdownHook(shutdown: () => Unit): IORuntimeBuilder

                                                                                                                Introduce additional shutdown hook to be executed after compute, blocking and scheduler +

                                                                                                              Source
                                                                                                              IORuntimeBuilder.scala
                                                                                                              Linear Supertypes
                                                                                                              IORuntimeBuilderPlatform, AnyRef, Any
                                                                                                              Ordering
                                                                                                              1. Alphabetic
                                                                                                              2. By Inheritance
                                                                                                              Inherited
                                                                                                              1. IORuntimeBuilder
                                                                                                              2. IORuntimeBuilderPlatform
                                                                                                              3. AnyRef
                                                                                                              4. Any
                                                                                                              1. Hide All
                                                                                                              2. Show All
                                                                                                              Visibility
                                                                                                              1. Public
                                                                                                              2. Protected

                                                                                                              Instance Constructors

                                                                                                              1. new IORuntimeBuilder(customCompute: Option[(ExecutionContext, () => Unit)] = None, computeTransform: (ExecutionContext) => ExecutionContext = identity, customBlocking: Option[(ExecutionContext, () => Unit)] = None, blockingTransform: (ExecutionContext) => ExecutionContext = identity, customConfig: Option[IORuntimeConfig] = None, customScheduler: Option[(Scheduler, () => Unit)] = None, extraShutdownHooks: List[() => Unit] = Nil, builderExecuted: Boolean = false, failureReporter: (Throwable) => Unit = _.printStackTrace())
                                                                                                                Attributes
                                                                                                                protected

                                                                                                              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. def addShutdownHook(shutdown: () => Unit): IORuntimeBuilder

                                                                                                                Introduce additional shutdown hook to be executed after compute, blocking and scheduler shutdown logic is invoked

                                                                                                                Introduce additional shutdown hook to be executed after compute, blocking and scheduler shutdown logic is invoked diff --git a/api/3.x/cats/effect/unsafe/IORuntimeConfig$.html b/api/3.x/cats/effect/unsafe/IORuntimeConfig$.html index c92cb88194..c18d087cf5 100644 --- a/api/3.x/cats/effect/unsafe/IORuntimeConfig$.html +++ b/api/3.x/cats/effect/unsafe/IORuntimeConfig$.html @@ -1,2 +1,2 @@

                                                                                                                Packages

                                                                                                                object IORuntimeConfig extends IORuntimeConfigCompanionPlatform with Serializable

                                                                                                                Source
                                                                                                                IORuntimeConfig.scala
                                                                                                                Linear Supertypes
                                                                                                                Serializable, IORuntimeConfigCompanionPlatform, AnyRef, Any
                                                                                                                Ordering
                                                                                                                1. Alphabetic
                                                                                                                2. By Inheritance
                                                                                                                Inherited
                                                                                                                1. IORuntimeConfig
                                                                                                                2. Serializable
                                                                                                                3. IORuntimeConfigCompanionPlatform
                                                                                                                4. AnyRef
                                                                                                                5. Any
                                                                                                                1. Hide All
                                                                                                                2. Show All
                                                                                                                Visibility
                                                                                                                1. Public
                                                                                                                2. Protected

                                                                                                                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 val Default: IORuntimeConfig
                                                                                                                  Attributes
                                                                                                                  protected
                                                                                                                  Definition Classes
                                                                                                                  IORuntimeConfigCompanionPlatform
                                                                                                                5. def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int, shutdownHookTimeout: Duration, reportUnhandledFiberErrors: Boolean, cpuStarvationCheckInterval: FiniteDuration, cpuStarvationCheckInitialDelay: FiniteDuration, cpuStarvationCheckThreshold: Double): IORuntimeConfig
                                                                                                                6. def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int, shutdownHookTimeout: Duration): IORuntimeConfig
                                                                                                                7. def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int): IORuntimeConfig
                                                                                                                8. def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int): IORuntimeConfig
                                                                                                                9. def apply(): IORuntimeConfig
                                                                                                                10. final def asInstanceOf[T0]: T0
                                                                                                                  Definition Classes
                                                                                                                  Any
                                                                                                                11. def clone(): AnyRef
                                                                                                                  Attributes
                                                                                                                  protected[lang]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                12. final def eq(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                13. def equals(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                14. def finalize(): Unit
                                                                                                                  Attributes
                                                                                                                  protected[lang]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                                                15. final def getClass(): Class[_ <: AnyRef]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                16. def hashCode(): Int
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                17. final def isInstanceOf[T0]: Boolean
                                                                                                                  Definition Classes
                                                                                                                  Any
                                                                                                                18. final def ne(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                19. final def notify(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                20. final def notifyAll(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                21. final def synchronized[T0](arg0: => T0): T0
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                22. def toString(): String
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                23. final def wait(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                24. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                25. final def wait(arg0: Long): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                Inherited from Serializable

                                                                                                                Inherited from IORuntimeConfigCompanionPlatform

                                                                                                                Inherited from AnyRef

                                                                                                                Inherited from Any

                                                                                                                Ungrouped

                                                                                                                +var toRoot = '../../../';

                                                                                                                Packages

                                                                                                                object IORuntimeConfig extends IORuntimeConfigCompanionPlatform with Serializable

                                                                                                                Source
                                                                                                                IORuntimeConfig.scala
                                                                                                                Linear Supertypes
                                                                                                                Serializable, IORuntimeConfigCompanionPlatform, AnyRef, Any
                                                                                                                Ordering
                                                                                                                1. Alphabetic
                                                                                                                2. By Inheritance
                                                                                                                Inherited
                                                                                                                1. IORuntimeConfig
                                                                                                                2. Serializable
                                                                                                                3. IORuntimeConfigCompanionPlatform
                                                                                                                4. AnyRef
                                                                                                                5. Any
                                                                                                                1. Hide All
                                                                                                                2. Show All
                                                                                                                Visibility
                                                                                                                1. Public
                                                                                                                2. Protected

                                                                                                                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 val Default: IORuntimeConfig
                                                                                                                  Attributes
                                                                                                                  protected
                                                                                                                  Definition Classes
                                                                                                                  IORuntimeConfigCompanionPlatform
                                                                                                                5. def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int, shutdownHookTimeout: Duration, reportUnhandledFiberErrors: Boolean, cpuStarvationCheckInterval: FiniteDuration, cpuStarvationCheckInitialDelay: FiniteDuration, cpuStarvationCheckThreshold: Double): IORuntimeConfig
                                                                                                                6. def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int, shutdownHookTimeout: Duration): IORuntimeConfig
                                                                                                                7. def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int): IORuntimeConfig
                                                                                                                8. def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int): IORuntimeConfig
                                                                                                                9. def apply(): IORuntimeConfig
                                                                                                                10. final def asInstanceOf[T0]: T0
                                                                                                                  Definition Classes
                                                                                                                  Any
                                                                                                                11. def clone(): AnyRef
                                                                                                                  Attributes
                                                                                                                  protected[lang]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                12. final def eq(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                13. def equals(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                14. def finalize(): Unit
                                                                                                                  Attributes
                                                                                                                  protected[lang]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                                                15. final def getClass(): Class[_ <: AnyRef]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                16. def hashCode(): Int
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                17. final def isInstanceOf[T0]: Boolean
                                                                                                                  Definition Classes
                                                                                                                  Any
                                                                                                                18. final def ne(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                19. final def notify(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                20. final def notifyAll(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                21. final def synchronized[T0](arg0: => T0): T0
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                22. def toString(): String
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                23. final def wait(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                24. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                25. final def wait(arg0: Long): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                Inherited from Serializable

                                                                                                                Inherited from IORuntimeConfigCompanionPlatform

                                                                                                                Inherited from AnyRef

                                                                                                                Inherited from Any

                                                                                                                Ungrouped

                                                                                                                diff --git a/api/3.x/cats/effect/unsafe/IORuntimeConfig.html b/api/3.x/cats/effect/unsafe/IORuntimeConfig.html index bc07b1d3bc..911592085f 100644 --- a/api/3.x/cats/effect/unsafe/IORuntimeConfig.html +++ b/api/3.x/cats/effect/unsafe/IORuntimeConfig.html @@ -1,2 +1,2 @@

                                                                                                                Packages

                                                                                                                final case class IORuntimeConfig extends Product with Serializable

                                                                                                                Ordering
                                                                                                                1. Alphabetic
                                                                                                                2. By Inheritance
                                                                                                                Inherited
                                                                                                                1. IORuntimeConfig
                                                                                                                2. Serializable
                                                                                                                3. Product
                                                                                                                4. Equals
                                                                                                                5. AnyRef
                                                                                                                6. Any
                                                                                                                1. Hide All
                                                                                                                2. Show All
                                                                                                                Visibility
                                                                                                                1. Public
                                                                                                                2. Protected

                                                                                                                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. val autoYieldThreshold: Int
                                                                                                                6. val cancelationCheckThreshold: Int
                                                                                                                7. def clone(): AnyRef
                                                                                                                  Attributes
                                                                                                                  protected[lang]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                8. def copy(cancelationCheckThreshold: Int = this.cancelationCheckThreshold, autoYieldThreshold: Int = this.autoYieldThreshold, enhancedExceptions: Boolean = this.enhancedExceptions, traceBufferSize: Int = this.traceBufferSize, shutdownHookTimeout: Duration = this.shutdownHookTimeout, reportUnhandledFiberErrors: Boolean = this.reportUnhandledFiberErrors, cpuStarvationCheckInterval: FiniteDuration = this.cpuStarvationCheckInterval, cpuStarvationCheckInitialDelay: Duration = this.cpuStarvationCheckInitialDelay, cpuStarvationCheckThreshold: Double = this.cpuStarvationCheckThreshold): IORuntimeConfig
                                                                                                                9. val cpuStarvationCheckInitialDelay: Duration
                                                                                                                10. val cpuStarvationCheckInterval: FiniteDuration
                                                                                                                11. val cpuStarvationCheckThreshold: Double
                                                                                                                12. val enhancedExceptions: Boolean
                                                                                                                13. final def eq(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                14. def finalize(): Unit
                                                                                                                  Attributes
                                                                                                                  protected[lang]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                                                15. final def getClass(): Class[_ <: AnyRef]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                16. final def isInstanceOf[T0]: Boolean
                                                                                                                  Definition Classes
                                                                                                                  Any
                                                                                                                17. final def ne(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                18. final def notify(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                19. final def notifyAll(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                20. def productElementNames: Iterator[String]
                                                                                                                  Definition Classes
                                                                                                                  Product
                                                                                                                21. val reportUnhandledFiberErrors: Boolean
                                                                                                                22. val shutdownHookTimeout: Duration
                                                                                                                23. final def synchronized[T0](arg0: => T0): T0
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                24. val traceBufferSize: Int
                                                                                                                25. final def wait(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                26. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                27. final def wait(arg0: Long): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                Inherited from Serializable

                                                                                                                Inherited from Product

                                                                                                                Inherited from Equals

                                                                                                                Inherited from AnyRef

                                                                                                                Inherited from Any

                                                                                                                Ungrouped

                                                                                                                +var toRoot = '../../../';

                                                                                                                Packages

                                                                                                                final case class IORuntimeConfig extends Product with Serializable

                                                                                                                Ordering
                                                                                                                1. Alphabetic
                                                                                                                2. By Inheritance
                                                                                                                Inherited
                                                                                                                1. IORuntimeConfig
                                                                                                                2. Serializable
                                                                                                                3. Product
                                                                                                                4. Equals
                                                                                                                5. AnyRef
                                                                                                                6. Any
                                                                                                                1. Hide All
                                                                                                                2. Show All
                                                                                                                Visibility
                                                                                                                1. Public
                                                                                                                2. Protected

                                                                                                                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. val autoYieldThreshold: Int
                                                                                                                6. val cancelationCheckThreshold: Int
                                                                                                                7. def clone(): AnyRef
                                                                                                                  Attributes
                                                                                                                  protected[lang]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.CloneNotSupportedException]) @native()
                                                                                                                8. def copy(cancelationCheckThreshold: Int = this.cancelationCheckThreshold, autoYieldThreshold: Int = this.autoYieldThreshold, enhancedExceptions: Boolean = this.enhancedExceptions, traceBufferSize: Int = this.traceBufferSize, shutdownHookTimeout: Duration = this.shutdownHookTimeout, reportUnhandledFiberErrors: Boolean = this.reportUnhandledFiberErrors, cpuStarvationCheckInterval: FiniteDuration = this.cpuStarvationCheckInterval, cpuStarvationCheckInitialDelay: Duration = this.cpuStarvationCheckInitialDelay, cpuStarvationCheckThreshold: Double = this.cpuStarvationCheckThreshold): IORuntimeConfig
                                                                                                                9. val cpuStarvationCheckInitialDelay: Duration
                                                                                                                10. val cpuStarvationCheckInterval: FiniteDuration
                                                                                                                11. val cpuStarvationCheckThreshold: Double
                                                                                                                12. val enhancedExceptions: Boolean
                                                                                                                13. final def eq(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                14. def finalize(): Unit
                                                                                                                  Attributes
                                                                                                                  protected[lang]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                                                15. final def getClass(): Class[_ <: AnyRef]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                16. final def isInstanceOf[T0]: Boolean
                                                                                                                  Definition Classes
                                                                                                                  Any
                                                                                                                17. final def ne(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                18. final def notify(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                19. final def notifyAll(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                20. def productElementNames: Iterator[String]
                                                                                                                  Definition Classes
                                                                                                                  Product
                                                                                                                21. val reportUnhandledFiberErrors: Boolean
                                                                                                                22. val shutdownHookTimeout: Duration
                                                                                                                23. final def synchronized[T0](arg0: => T0): T0
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                24. val traceBufferSize: Int
                                                                                                                25. final def wait(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                26. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                27. final def wait(arg0: Long): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                Inherited from Serializable

                                                                                                                Inherited from Product

                                                                                                                Inherited from Equals

                                                                                                                Inherited from AnyRef

                                                                                                                Inherited from Any

                                                                                                                Ungrouped

                                                                                                                diff --git a/api/3.x/cats/effect/unsafe/Scheduler$.html b/api/3.x/cats/effect/unsafe/Scheduler$.html index 7fa5923776..820bb832dd 100644 --- a/api/3.x/cats/effect/unsafe/Scheduler$.html +++ b/api/3.x/cats/effect/unsafe/Scheduler$.html @@ -1,2 +1,2 @@

                                                                                                                Packages

                                                                                                                object Scheduler extends SchedulerCompanionPlatform

                                                                                                                Source
                                                                                                                Scheduler.scala
                                                                                                                Linear Supertypes
                                                                                                                SchedulerCompanionPlatform, AnyRef, Any
                                                                                                                Ordering
                                                                                                                1. Alphabetic
                                                                                                                2. By Inheritance
                                                                                                                Inherited
                                                                                                                1. Scheduler
                                                                                                                2. SchedulerCompanionPlatform
                                                                                                                3. AnyRef
                                                                                                                4. Any
                                                                                                                1. Hide All
                                                                                                                2. Show All
                                                                                                                Visibility
                                                                                                                1. Public
                                                                                                                2. Protected

                                                                                                                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. def createDefaultScheduler(): (Scheduler, () => Unit)
                                                                                                                  Definition Classes
                                                                                                                  SchedulerCompanionPlatform
                                                                                                                7. final def eq(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                8. def equals(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                9. def finalize(): Unit
                                                                                                                  Attributes
                                                                                                                  protected[lang]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                                                10. def fromScheduledExecutor(scheduler: ScheduledExecutorService): Scheduler
                                                                                                                  Definition Classes
                                                                                                                  SchedulerCompanionPlatform
                                                                                                                11. final def getClass(): Class[_ <: AnyRef]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                12. def hashCode(): Int
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                13. final def isInstanceOf[T0]: Boolean
                                                                                                                  Definition Classes
                                                                                                                  Any
                                                                                                                14. final def ne(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                15. final def notify(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                16. final def notifyAll(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                17. final def synchronized[T0](arg0: => T0): T0
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                18. def toString(): String
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                19. final def wait(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                21. final def wait(arg0: Long): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                Inherited from SchedulerCompanionPlatform

                                                                                                                Inherited from AnyRef

                                                                                                                Inherited from Any

                                                                                                                Ungrouped

                                                                                                                +var toRoot = '../../../';

                                                                                                                Packages

                                                                                                                object Scheduler extends SchedulerCompanionPlatform

                                                                                                                Source
                                                                                                                Scheduler.scala
                                                                                                                Linear Supertypes
                                                                                                                SchedulerCompanionPlatform, AnyRef, Any
                                                                                                                Ordering
                                                                                                                1. Alphabetic
                                                                                                                2. By Inheritance
                                                                                                                Inherited
                                                                                                                1. Scheduler
                                                                                                                2. SchedulerCompanionPlatform
                                                                                                                3. AnyRef
                                                                                                                4. Any
                                                                                                                1. Hide All
                                                                                                                2. Show All
                                                                                                                Visibility
                                                                                                                1. Public
                                                                                                                2. Protected

                                                                                                                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. def createDefaultScheduler(): (Scheduler, () => Unit)
                                                                                                                  Definition Classes
                                                                                                                  SchedulerCompanionPlatform
                                                                                                                7. final def eq(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                8. def equals(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                9. def finalize(): Unit
                                                                                                                  Attributes
                                                                                                                  protected[lang]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.Throwable])
                                                                                                                10. def fromScheduledExecutor(scheduler: ScheduledExecutorService): Scheduler
                                                                                                                  Definition Classes
                                                                                                                  SchedulerCompanionPlatform
                                                                                                                11. final def getClass(): Class[_ <: AnyRef]
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                12. def hashCode(): Int
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                13. final def isInstanceOf[T0]: Boolean
                                                                                                                  Definition Classes
                                                                                                                  Any
                                                                                                                14. final def ne(arg0: AnyRef): Boolean
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                15. final def notify(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                16. final def notifyAll(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @native()
                                                                                                                17. final def synchronized[T0](arg0: => T0): T0
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                18. def toString(): String
                                                                                                                  Definition Classes
                                                                                                                  AnyRef → Any
                                                                                                                19. final def wait(): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                20. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException])
                                                                                                                21. final def wait(arg0: Long): Unit
                                                                                                                  Definition Classes
                                                                                                                  AnyRef
                                                                                                                  Annotations
                                                                                                                  @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                Inherited from SchedulerCompanionPlatform

                                                                                                                Inherited from AnyRef

                                                                                                                Inherited from Any

                                                                                                                Ungrouped

                                                                                                                diff --git a/api/3.x/cats/effect/unsafe/Scheduler.html b/api/3.x/cats/effect/unsafe/Scheduler.html index 9521a20e68..6f1bd326f6 100644 --- a/api/3.x/cats/effect/unsafe/Scheduler.html +++ b/api/3.x/cats/effect/unsafe/Scheduler.html @@ -1,4 +1,4 @@

                                                                                                                Packages

                                                                                                                trait Scheduler extends AnyRef

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

                                                                                                                Abstract Value Members

                                                                                                                1. abstract def monotonicNanos(): Long
                                                                                                                2. abstract def nowMillis(): Long
                                                                                                                3. abstract def sleep(delay: FiniteDuration, task: Runnable): Runnable

                                                                                                                  Schedules a side-effect to run after the delay interval.

                                                                                                                  Schedules a side-effect to run after the delay interval. Produces another side-effect which +var toRoot = '../../../';

                                                                                                                  Packages

                                                                                                                  trait Scheduler extends AnyRef

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

                                                                                                                  Abstract Value Members

                                                                                                                  1. abstract def monotonicNanos(): Long
                                                                                                                  2. abstract def nowMillis(): Long
                                                                                                                  3. abstract def sleep(delay: FiniteDuration, task: Runnable): Runnable

                                                                                                                    Schedules a side-effect to run after the delay interval.

                                                                                                                    Schedules a side-effect to run after the delay interval. Produces another side-effect which cancels the scheduling.

                                                                                                                  Concrete 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. def nowMicros(): Long
                                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                  17. def toString(): String
                                                                                                                    Definition Classes
                                                                                                                    AnyRef → Any
                                                                                                                  18. final def wait(): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                  Inherited from AnyRef

                                                                                                                  Inherited from Any

                                                                                                                  Ungrouped

                                                                                                                  diff --git a/api/3.x/cats/effect/unsafe/implicits$.html b/api/3.x/cats/effect/unsafe/implicits$.html index f45465c21d..8d0b23d7a2 100644 --- a/api/3.x/cats/effect/unsafe/implicits$.html +++ b/api/3.x/cats/effect/unsafe/implicits$.html @@ -1,2 +1,2 @@

                                                                                                                  Packages

                                                                                                                  object implicits

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

                                                                                                                  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. implicit def global: IORuntime
                                                                                                                  11. def hashCode(): Int
                                                                                                                    Definition Classes
                                                                                                                    AnyRef → Any
                                                                                                                    Annotations
                                                                                                                    @native()
                                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                                    Definition Classes
                                                                                                                    Any
                                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                  14. final def notify(): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @native()
                                                                                                                  15. final def notifyAll(): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @native()
                                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                  17. def toString(): String
                                                                                                                    Definition Classes
                                                                                                                    AnyRef → Any
                                                                                                                  18. final def wait(): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                  Inherited from AnyRef

                                                                                                                  Inherited from Any

                                                                                                                  Ungrouped

                                                                                                                  +var toRoot = '../../../';

                                                                                                                  Packages

                                                                                                                  object implicits

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

                                                                                                                  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. implicit def global: IORuntime
                                                                                                                  11. def hashCode(): Int
                                                                                                                    Definition Classes
                                                                                                                    AnyRef → Any
                                                                                                                    Annotations
                                                                                                                    @native()
                                                                                                                  12. final def isInstanceOf[T0]: Boolean
                                                                                                                    Definition Classes
                                                                                                                    Any
                                                                                                                  13. final def ne(arg0: AnyRef): Boolean
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                  14. final def notify(): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @native()
                                                                                                                  15. final def notifyAll(): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @native()
                                                                                                                  16. final def synchronized[T0](arg0: => T0): T0
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                  17. def toString(): String
                                                                                                                    Definition Classes
                                                                                                                    AnyRef → Any
                                                                                                                  18. final def wait(): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                                  19. final def wait(arg0: Long, arg1: Int): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @throws(classOf[java.lang.InterruptedException])
                                                                                                                  20. final def wait(arg0: Long): Unit
                                                                                                                    Definition Classes
                                                                                                                    AnyRef
                                                                                                                    Annotations
                                                                                                                    @throws(classOf[java.lang.InterruptedException]) @native()

                                                                                                                  Inherited from AnyRef

                                                                                                                  Inherited from Any

                                                                                                                  Ungrouped

                                                                                                                  diff --git a/docs/2.x/datatypes/io.html b/docs/2.x/datatypes/io.html index d490d4110c..f678b87049 100644 --- a/docs/2.x/datatypes/io.html +++ b/docs/2.x/datatypes/io.html @@ -1223,7 +1223,7 @@

                                                                                                                  IO(println("Potentially cancelable!")).unsafeRunCancelable(_ => ()) // Potentially cancelable! // res59: cats.effect.package.CancelToken[IO] = Suspend( -// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11499/0x0000000102ff7040@1ed6cff, +// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11492/0x000000010310f040@5ead036f, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/2.x/datatypes/io/index.html b/docs/2.x/datatypes/io/index.html index d490d4110c..f678b87049 100644 --- a/docs/2.x/datatypes/io/index.html +++ b/docs/2.x/datatypes/io/index.html @@ -1223,7 +1223,7 @@

                                                                                                                  IO(println("Potentially cancelable!")).unsafeRunCancelable(_ => ()) // Potentially cancelable! // res59: cats.effect.package.CancelToken[IO] = Suspend( -// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11499/0x0000000102ff7040@1ed6cff, +// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11492/0x000000010310f040@5ead036f, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/2.x/datatypes/resource.html b/docs/2.x/datatypes/resource.html index 06c55a57d7..0be423a91a 100644 --- a/docs/2.x/datatypes/resource.html +++ b/docs/2.x/datatypes/resource.html @@ -104,7 +104,7 @@ // ) // ) // ), -// f = cats.effect.IO$$Lambda$11498/0x000000010300d040@1093a168, +// f = cats.effect.IO$$Lambda$11491/0x000000010310f840@3bc50d09, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/2.x/datatypes/resource/index.html b/docs/2.x/datatypes/resource/index.html index 06c55a57d7..0be423a91a 100644 --- a/docs/2.x/datatypes/resource/index.html +++ b/docs/2.x/datatypes/resource/index.html @@ -104,7 +104,7 @@ // ) // ) // ), -// f = cats.effect.IO$$Lambda$11498/0x000000010300d040@1093a168, +// f = cats.effect.IO$$Lambda$11491/0x000000010310f840@3bc50d09, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/2.x/datatypes/syncio.html b/docs/2.x/datatypes/syncio.html index c788a8a1e6..dfbf316d4d 100644 --- a/docs/2.x/datatypes/syncio.html +++ b/docs/2.x/datatypes/syncio.html @@ -79,7 +79,7 @@

                                                                                                                  IO(println("Potentially cancelable!")).unsafeRunCancelable(_ => ()) // Potentially cancelable! // res59: cats.effect.package.CancelToken[IO] = Suspend( -// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11499/0x0000000102ff7040@1ed6cff, +// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11492/0x000000010310f040@5ead036f, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/datatypes/io/index.html b/docs/datatypes/io/index.html index 979e9c9771..215b751bd0 100644 --- a/docs/datatypes/io/index.html +++ b/docs/datatypes/io/index.html @@ -1167,7 +1167,7 @@

                                                                                                                  IO(println("Potentially cancelable!")).unsafeRunCancelable(_ => ()) // Potentially cancelable! // res59: cats.effect.package.CancelToken[IO] = Suspend( -// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11499/0x0000000102ff7040@1ed6cff, +// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11492/0x000000010310f040@5ead036f, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/datatypes/resource.html b/docs/datatypes/resource.html index 89e8d9dd1e..b1b726f961 100644 --- a/docs/datatypes/resource.html +++ b/docs/datatypes/resource.html @@ -48,7 +48,7 @@ // ) // ) // ), -// f = cats.effect.IO$$Lambda$11498/0x000000010300d040@1093a168, +// f = cats.effect.IO$$Lambda$11491/0x000000010310f840@3bc50d09, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/datatypes/resource/index.html b/docs/datatypes/resource/index.html index 89e8d9dd1e..b1b726f961 100644 --- a/docs/datatypes/resource/index.html +++ b/docs/datatypes/resource/index.html @@ -48,7 +48,7 @@ // ) // ) // ), -// f = cats.effect.IO$$Lambda$11498/0x000000010300d040@1093a168, +// f = cats.effect.IO$$Lambda$11491/0x000000010310f840@3bc50d09, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/datatypes/syncio.html b/docs/datatypes/syncio.html index 199f5cae00..a1d54d9a0e 100644 --- a/docs/datatypes/syncio.html +++ b/docs/datatypes/syncio.html @@ -23,7 +23,7 @@

                                                                                                                  Runtime or Scheduler, etc.) You can learn more about CE3 schedulers and the thread model in comparison to CE2's.

                                                                                                                  val runtime = cats.effect.unsafe.IORuntime.global
                                                                                                                  -// runtime: cats.effect.unsafe.IORuntime = IORuntime(cats.effect.unsafe.WorkStealingThreadPool@acfe30b, cats.effect.unsafe.WorkStealingThreadPool@acfe30b, IORuntimeConfig(512,1024,true,16,Duration.Inf,true,1 second,10 seconds,0.1))
                                                                                                                  +// runtime: cats.effect.unsafe.IORuntime = IORuntime(cats.effect.unsafe.WorkStealingThreadPool@395dc859, cats.effect.unsafe.WorkStealingThreadPool@395dc859, IORuntimeConfig(512,1024,true,16,Duration.Inf,true,1 second,10 seconds,0.1))
                                                                                                                   
                                                                                                                   def showThread() = java.lang.Thread.currentThread().getName()
                                                                                                                   
                                                                                                                   IO(showThread())
                                                                                                                     .product(IO.blocking(showThread()))
                                                                                                                     .unsafeRunSync()(runtime)
                                                                                                                  -// res0: (String, String) = ("io-compute-1", "io-compute-blocker-1")
                                                                                                                  +// res0: (String, String) = ("io-compute-0", "io-compute-blocker-0")
                                                                                                                   

                                                                                                                  No blockOn?

                                                                                                                  It should be noted that blockOn is missing. There is now no standard way to wrap an effect and move it to a blocking pool, @@ -338,7 +338,7 @@

                                                                                                                  // ) clocks.unsafeRunSync() -// res1: concurrent.duration.FiniteDuration = 993610 nanoseconds +// res1: concurrent.duration.FiniteDuration = 1032522 nanoseconds

                                                                                                                  Because Clock is no longer a "usual" value but a type class, it's not possible to create new values of it through create and mapK.

                                                                                                                  Clock is a part of Sync and thus it should be easy to get an instance inductively for any monad transformer, or directly for any effect that is a Sync.

                                                                                                                  diff --git a/docs/migration-guide/index.html b/docs/migration-guide/index.html index b501838f22..3ab4d8c568 100644 --- a/docs/migration-guide/index.html +++ b/docs/migration-guide/index.html @@ -262,14 +262,14 @@

                                                                                                                  Runtime or Scheduler, etc.) You can learn more about CE3 schedulers and the thread model in comparison to CE2's.

                                                                                                                  val runtime = cats.effect.unsafe.IORuntime.global
                                                                                                                  -// runtime: cats.effect.unsafe.IORuntime = IORuntime(cats.effect.unsafe.WorkStealingThreadPool@acfe30b, cats.effect.unsafe.WorkStealingThreadPool@acfe30b, IORuntimeConfig(512,1024,true,16,Duration.Inf,true,1 second,10 seconds,0.1))
                                                                                                                  +// runtime: cats.effect.unsafe.IORuntime = IORuntime(cats.effect.unsafe.WorkStealingThreadPool@395dc859, cats.effect.unsafe.WorkStealingThreadPool@395dc859, IORuntimeConfig(512,1024,true,16,Duration.Inf,true,1 second,10 seconds,0.1))
                                                                                                                   
                                                                                                                   def showThread() = java.lang.Thread.currentThread().getName()
                                                                                                                   
                                                                                                                   IO(showThread())
                                                                                                                     .product(IO.blocking(showThread()))
                                                                                                                     .unsafeRunSync()(runtime)
                                                                                                                  -// res0: (String, String) = ("io-compute-1", "io-compute-blocker-1")
                                                                                                                  +// res0: (String, String) = ("io-compute-0", "io-compute-blocker-0")
                                                                                                                   

                                                                                                                  No blockOn?

                                                                                                                  It should be noted that blockOn is missing. There is now no standard way to wrap an effect and move it to a blocking pool, @@ -338,7 +338,7 @@

                                                                                                                  // ) clocks.unsafeRunSync() -// res1: concurrent.duration.FiniteDuration = 993610 nanoseconds +// res1: concurrent.duration.FiniteDuration = 1032522 nanoseconds

                                                                                                                  Because Clock is no longer a "usual" value but a type class, it's not possible to create new values of it through create and mapK.

                                                                                                                  Clock is a part of Sync and thus it should be easy to get an instance inductively for any monad transformer, or directly for any effect that is a Sync.

                                                                                                                  diff --git a/docs/next/datatypes/io.html b/docs/next/datatypes/io.html index 977d65c469..3adf391ad2 100644 --- a/docs/next/datatypes/io.html +++ b/docs/next/datatypes/io.html @@ -1167,7 +1167,7 @@

                                                                                                                  IO(println("Potentially cancelable!")).unsafeRunCancelable(_ => ()) // Potentially cancelable! // res59: cats.effect.package.CancelToken[IO] = Suspend( -// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11499/0x0000000102ff7040@1ed6cff, +// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11492/0x000000010310f040@5ead036f, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/next/datatypes/io/index.html b/docs/next/datatypes/io/index.html index 977d65c469..3adf391ad2 100644 --- a/docs/next/datatypes/io/index.html +++ b/docs/next/datatypes/io/index.html @@ -1167,7 +1167,7 @@

                                                                                                                  IO(println("Potentially cancelable!")).unsafeRunCancelable(_ => ()) // Potentially cancelable! // res59: cats.effect.package.CancelToken[IO] = Suspend( -// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11499/0x0000000102ff7040@1ed6cff, +// thunk = cats.effect.internals.IOConnection$Impl$$Lambda$11492/0x000000010310f040@5ead036f, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/next/datatypes/resource.html b/docs/next/datatypes/resource.html index 1b61e3e9c5..fa89773167 100644 --- a/docs/next/datatypes/resource.html +++ b/docs/next/datatypes/resource.html @@ -48,7 +48,7 @@ // ) // ) // ), -// f = cats.effect.IO$$Lambda$11498/0x000000010300d040@1093a168, +// f = cats.effect.IO$$Lambda$11491/0x000000010310f840@3bc50d09, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/next/datatypes/resource/index.html b/docs/next/datatypes/resource/index.html index 1b61e3e9c5..fa89773167 100644 --- a/docs/next/datatypes/resource/index.html +++ b/docs/next/datatypes/resource/index.html @@ -48,7 +48,7 @@ // ) // ) // ), -// f = cats.effect.IO$$Lambda$11498/0x000000010300d040@1093a168, +// f = cats.effect.IO$$Lambda$11491/0x000000010310f840@3bc50d09, // trace = StackTrace( // stackTrace = List( // cats.effect.internals.IOTracing$.buildFrame(IOTracing.scala:48), diff --git a/docs/next/datatypes/syncio.html b/docs/next/datatypes/syncio.html index 985ff8cc70..8bee1e0a4b 100644 --- a/docs/next/datatypes/syncio.html +++ b/docs/next/datatypes/syncio.html @@ -23,7 +23,7 @@

                                                                                                                  Runtime or Scheduler, etc.) You can learn more about CE3 schedulers and the thread model in comparison to CE2's.

                                                                                                                  val runtime = cats.effect.unsafe.IORuntime.global
                                                                                                                  -// runtime: cats.effect.unsafe.IORuntime = IORuntime(cats.effect.unsafe.WorkStealingThreadPool@acfe30b, cats.effect.unsafe.WorkStealingThreadPool@acfe30b, IORuntimeConfig(512,1024,true,16,Duration.Inf,true,1 second,10 seconds,0.1))
                                                                                                                  +// runtime: cats.effect.unsafe.IORuntime = IORuntime(cats.effect.unsafe.WorkStealingThreadPool@395dc859, cats.effect.unsafe.WorkStealingThreadPool@395dc859, IORuntimeConfig(512,1024,true,16,Duration.Inf,true,1 second,10 seconds,0.1))
                                                                                                                   
                                                                                                                   def showThread() = java.lang.Thread.currentThread().getName()
                                                                                                                   
                                                                                                                   IO(showThread())
                                                                                                                     .product(IO.blocking(showThread()))
                                                                                                                     .unsafeRunSync()(runtime)
                                                                                                                  -// res0: (String, String) = ("io-compute-1", "io-compute-blocker-1")
                                                                                                                  +// res0: (String, String) = ("io-compute-0", "io-compute-blocker-0")
                                                                                                                   

                                                                                                                  No blockOn?

                                                                                                                  It should be noted that blockOn is missing. There is now no standard way to wrap an effect and move it to a blocking pool, @@ -338,7 +338,7 @@

                                                                                                                  // ) clocks.unsafeRunSync() -// res1: concurrent.duration.FiniteDuration = 993610 nanoseconds +// res1: concurrent.duration.FiniteDuration = 1032522 nanoseconds

                                                                                                                  Because Clock is no longer a "usual" value but a type class, it's not possible to create new values of it through create and mapK.

                                                                                                                  Clock is a part of Sync and thus it should be easy to get an instance inductively for any monad transformer, or directly for any effect that is a Sync.

                                                                                                                  diff --git a/docs/next/migration-guide/index.html b/docs/next/migration-guide/index.html index 264fe9af51..60b519437c 100644 --- a/docs/next/migration-guide/index.html +++ b/docs/next/migration-guide/index.html @@ -262,14 +262,14 @@

                                                                                                                  Runtime or Scheduler, etc.) You can learn more about CE3 schedulers and the thread model in comparison to CE2's.

                                                                                                                  val runtime = cats.effect.unsafe.IORuntime.global
                                                                                                                  -// runtime: cats.effect.unsafe.IORuntime = IORuntime(cats.effect.unsafe.WorkStealingThreadPool@acfe30b, cats.effect.unsafe.WorkStealingThreadPool@acfe30b, IORuntimeConfig(512,1024,true,16,Duration.Inf,true,1 second,10 seconds,0.1))
                                                                                                                  +// runtime: cats.effect.unsafe.IORuntime = IORuntime(cats.effect.unsafe.WorkStealingThreadPool@395dc859, cats.effect.unsafe.WorkStealingThreadPool@395dc859, IORuntimeConfig(512,1024,true,16,Duration.Inf,true,1 second,10 seconds,0.1))
                                                                                                                   
                                                                                                                   def showThread() = java.lang.Thread.currentThread().getName()
                                                                                                                   
                                                                                                                   IO(showThread())
                                                                                                                     .product(IO.blocking(showThread()))
                                                                                                                     .unsafeRunSync()(runtime)
                                                                                                                  -// res0: (String, String) = ("io-compute-1", "io-compute-blocker-1")
                                                                                                                  +// res0: (String, String) = ("io-compute-0", "io-compute-blocker-0")
                                                                                                                   

                                                                                                                  No blockOn?

                                                                                                                  It should be noted that blockOn is missing. There is now no standard way to wrap an effect and move it to a blocking pool, @@ -338,7 +338,7 @@

                                                                                                                  // ) clocks.unsafeRunSync() -// res1: concurrent.duration.FiniteDuration = 993610 nanoseconds +// res1: concurrent.duration.FiniteDuration = 1032522 nanoseconds

                                                                                                                  Because Clock is no longer a "usual" value but a type class, it's not possible to create new values of it through create and mapK.

                                                                                                                  Clock is a part of Sync and thus it should be easy to get an instance inductively for any monad transformer, or directly for any effect that is a Sync.

                                                                                                                  diff --git a/docs/next/std/countdown-latch.html b/docs/next/std/countdown-latch.html index 9fe05a606f..bfdc4be211 100644 --- a/docs/next/std/countdown-latch.html +++ b/docs/next/std/countdown-latch.html @@ -86,13 +86,13 @@ // ioe = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17556/0x0000000802f2b040@3ce4d957, +// thunk = cats.effect.IO$$$Lambda$17520/0x0000000803d25840@48ddee37, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CountDownLatch$State$$$Lambda$17557/0x0000000802f2a840@437ac2a9, +// f = cats.effect.std.CountDownLatch$State$$$Lambda$17521/0x0000000803d25040@1a3c08e9, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CountDownLatch$$$Lambda$17558/0x0000000802f29840@27dfab10, +// f = cats.effect.std.CountDownLatch$$$Lambda$17522/0x0000000803d30040@47c5122b, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/next/std/countdown-latch/index.html b/docs/next/std/countdown-latch/index.html index 9fe05a606f..bfdc4be211 100644 --- a/docs/next/std/countdown-latch/index.html +++ b/docs/next/std/countdown-latch/index.html @@ -86,13 +86,13 @@ // ioe = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17556/0x0000000802f2b040@3ce4d957, +// thunk = cats.effect.IO$$$Lambda$17520/0x0000000803d25840@48ddee37, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CountDownLatch$State$$$Lambda$17557/0x0000000802f2a840@437ac2a9, +// f = cats.effect.std.CountDownLatch$State$$$Lambda$17521/0x0000000803d25040@1a3c08e9, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CountDownLatch$$$Lambda$17558/0x0000000802f29840@27dfab10, +// f = cats.effect.std.CountDownLatch$$$Lambda$17522/0x0000000803d30040@47c5122b, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/next/std/cyclic-barrier.html b/docs/next/std/cyclic-barrier.html index 1041ac1fd9..36a18e5a34 100644 --- a/docs/next/std/cyclic-barrier.html +++ b/docs/next/std/cyclic-barrier.html @@ -94,16 +94,16 @@ // ioe = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17556/0x0000000802f2b040@3ce4d957, +// thunk = cats.effect.IO$$$Lambda$17520/0x0000000803d25840@48ddee37, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17602/0x0000000803d85040@69bc6f1b, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17566/0x0000000803dc2040@ec04aec, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17603/0x0000000803d84840@115d773f, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17567/0x0000000803dc2840@1d767fb2, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17604/0x0000000803d83840@1e9e6230, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17568/0x0000000803dc3840@51f0f97c, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/next/std/cyclic-barrier/index.html b/docs/next/std/cyclic-barrier/index.html index 1041ac1fd9..36a18e5a34 100644 --- a/docs/next/std/cyclic-barrier/index.html +++ b/docs/next/std/cyclic-barrier/index.html @@ -94,16 +94,16 @@ // ioe = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17556/0x0000000802f2b040@3ce4d957, +// thunk = cats.effect.IO$$$Lambda$17520/0x0000000803d25840@48ddee37, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17602/0x0000000803d85040@69bc6f1b, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17566/0x0000000803dc2040@ec04aec, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17603/0x0000000803d84840@115d773f, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17567/0x0000000803dc2840@1d767fb2, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17604/0x0000000803d83840@1e9e6230, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17568/0x0000000803dc3840@51f0f97c, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/next/std/pqueue.html b/docs/next/std/pqueue.html index 9e8586e70d..44fa7fdfc0 100644 --- a/docs/next/std/pqueue.html +++ b/docs/next/std/pqueue.html @@ -81,7 +81,7 @@ // list: List[Int] = List(1, 4, 3, 7, 5, 2, 6, 9, 8) implicit val orderForInt: Order[Int] = Order.fromLessThan((x, y) => x < y) -// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@382fdf97 +// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@a5e5358 def absurdlyOverengineeredSort(list: List[Int]) = ( for { @@ -106,7 +106,7 @@

                                                                                                                  import cats.effect.unsafe.implicits.global implicit val orderForInt: Order[Int] = Order.fromLessThan((x, y) => x < y) -// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@6f3128aa +// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@180da365 def covariant(list: List[Int]): IO[List[Long]] = ( for { diff --git a/docs/next/std/pqueue/index.html b/docs/next/std/pqueue/index.html index 9e8586e70d..44fa7fdfc0 100644 --- a/docs/next/std/pqueue/index.html +++ b/docs/next/std/pqueue/index.html @@ -81,7 +81,7 @@ // list: List[Int] = List(1, 4, 3, 7, 5, 2, 6, 9, 8) implicit val orderForInt: Order[Int] = Order.fromLessThan((x, y) => x < y) -// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@382fdf97 +// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@a5e5358 def absurdlyOverengineeredSort(list: List[Int]) = ( for { @@ -106,7 +106,7 @@

                                                                                                                  import cats.effect.unsafe.implicits.global implicit val orderForInt: Order[Int] = Order.fromLessThan((x, y) => x < y) -// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@6f3128aa +// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@180da365 def covariant(list: List[Int]): IO[List[Long]] = ( for { diff --git a/docs/next/typeclasses/concurrent.html b/docs/next/typeclasses/concurrent.html index 871bee51f1..40f2cf442d 100644 --- a/docs/next/typeclasses/concurrent.html +++ b/docs/next/typeclasses/concurrent.html @@ -71,10 +71,10 @@

                                                                                                                  // action: IO[String] = Map( // ioe = Blocking( // hint = Blocking, -// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16847/0x00000008031ae040@c0644fd, +// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16811/0x0000000802e22040@33a9e02b, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$17143/0x00000008034a1040@3bd53195, +// f = cats.effect.IO$$Lambda$17107/0x0000000803aca040@385e2db0, // event = cats.effect.tracing.TracingEvent$StackTrace // ) @@ -86,10 +86,10 @@

                                                                                                                  // x: IO[String] = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17513/0x0000000802e57440@7de9ce84, +// thunk = cats.effect.IO$$$Lambda$17477/0x0000000803ccdc40@78fb40c, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.kernel.GenConcurrent$$Lambda$18012/0x0000000804074040@4b07fa79, +// f = cats.effect.kernel.GenConcurrent$$Lambda$17976/0x00000008040ac040@3db5af1e, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/next/typeclasses/concurrent/index.html b/docs/next/typeclasses/concurrent/index.html index 871bee51f1..40f2cf442d 100644 --- a/docs/next/typeclasses/concurrent/index.html +++ b/docs/next/typeclasses/concurrent/index.html @@ -71,10 +71,10 @@

                                                                                                                  // action: IO[String] = Map( // ioe = Blocking( // hint = Blocking, -// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16847/0x00000008031ae040@c0644fd, +// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16811/0x0000000802e22040@33a9e02b, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$17143/0x00000008034a1040@3bd53195, +// f = cats.effect.IO$$Lambda$17107/0x0000000803aca040@385e2db0, // event = cats.effect.tracing.TracingEvent$StackTrace // ) @@ -86,10 +86,10 @@

                                                                                                                  // x: IO[String] = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17513/0x0000000802e57440@7de9ce84, +// thunk = cats.effect.IO$$$Lambda$17477/0x0000000803ccdc40@78fb40c, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.kernel.GenConcurrent$$Lambda$18012/0x0000000804074040@4b07fa79, +// f = cats.effect.kernel.GenConcurrent$$Lambda$17976/0x00000008040ac040@3db5af1e, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/next/typeclasses/monadcancel.html b/docs/next/typeclasses/monadcancel.html index 0ac2cda139..597a45e2fe 100644 --- a/docs/next/typeclasses/monadcancel.html +++ b/docs/next/typeclasses/monadcancel.html @@ -191,7 +191,7 @@

                                                                                                                  // body = <function1>, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$16849/0x00000008031ab840@20cf4f98, +// f = cats.effect.IO$$Lambda$16813/0x0000000802e57840@4665723, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), diff --git a/docs/next/typeclasses/monadcancel/index.html b/docs/next/typeclasses/monadcancel/index.html index 0ac2cda139..597a45e2fe 100644 --- a/docs/next/typeclasses/monadcancel/index.html +++ b/docs/next/typeclasses/monadcancel/index.html @@ -191,7 +191,7 @@

                                                                                                                  // body = <function1>, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$16849/0x00000008031ab840@20cf4f98, +// f = cats.effect.IO$$Lambda$16813/0x0000000802e57840@4665723, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), diff --git a/docs/next/typeclasses/spawn.html b/docs/next/typeclasses/spawn.html index 9edc264ef8..b082484ba5 100644 --- a/docs/next/typeclasses/spawn.html +++ b/docs/next/typeclasses/spawn.html @@ -127,13 +127,13 @@

                                                                                                                  // ioe = Map( // ioe = Blocking( // hint = Blocking, -// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16847/0x00000008031ae040@3ed7389e, +// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16811/0x0000000802e22040@179eb77, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$17143/0x00000008034a1040@4acfa94c, +// f = cats.effect.IO$$Lambda$17107/0x0000000803aca040@3ea73bd2, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.StackSafeMonad$$Lambda$17145/0x00000008034c7840@485d6af, +// f = cats.StackSafeMonad$$Lambda$17109/0x0000000803acb840@4c514d16, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), diff --git a/docs/next/typeclasses/spawn/index.html b/docs/next/typeclasses/spawn/index.html index 9edc264ef8..b082484ba5 100644 --- a/docs/next/typeclasses/spawn/index.html +++ b/docs/next/typeclasses/spawn/index.html @@ -127,13 +127,13 @@

                                                                                                                  // ioe = Map( // ioe = Blocking( // hint = Blocking, -// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16847/0x00000008031ae040@3ed7389e, +// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16811/0x0000000802e22040@179eb77, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$17143/0x00000008034a1040@4acfa94c, +// f = cats.effect.IO$$Lambda$17107/0x0000000803aca040@3ea73bd2, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.StackSafeMonad$$Lambda$17145/0x00000008034c7840@485d6af, +// f = cats.StackSafeMonad$$Lambda$17109/0x0000000803acb840@4c514d16, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), diff --git a/docs/std/countdown-latch.html b/docs/std/countdown-latch.html index 0ce9e4f0c7..904230a5a7 100644 --- a/docs/std/countdown-latch.html +++ b/docs/std/countdown-latch.html @@ -86,13 +86,13 @@ // ioe = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17556/0x0000000802f2b040@3ce4d957, +// thunk = cats.effect.IO$$$Lambda$17520/0x0000000803d25840@48ddee37, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CountDownLatch$State$$$Lambda$17557/0x0000000802f2a840@437ac2a9, +// f = cats.effect.std.CountDownLatch$State$$$Lambda$17521/0x0000000803d25040@1a3c08e9, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CountDownLatch$$$Lambda$17558/0x0000000802f29840@27dfab10, +// f = cats.effect.std.CountDownLatch$$$Lambda$17522/0x0000000803d30040@47c5122b, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/std/countdown-latch/index.html b/docs/std/countdown-latch/index.html index 0ce9e4f0c7..904230a5a7 100644 --- a/docs/std/countdown-latch/index.html +++ b/docs/std/countdown-latch/index.html @@ -86,13 +86,13 @@ // ioe = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17556/0x0000000802f2b040@3ce4d957, +// thunk = cats.effect.IO$$$Lambda$17520/0x0000000803d25840@48ddee37, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CountDownLatch$State$$$Lambda$17557/0x0000000802f2a840@437ac2a9, +// f = cats.effect.std.CountDownLatch$State$$$Lambda$17521/0x0000000803d25040@1a3c08e9, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CountDownLatch$$$Lambda$17558/0x0000000802f29840@27dfab10, +// f = cats.effect.std.CountDownLatch$$$Lambda$17522/0x0000000803d30040@47c5122b, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/std/cyclic-barrier.html b/docs/std/cyclic-barrier.html index aa05665c3d..4e1ef2311a 100644 --- a/docs/std/cyclic-barrier.html +++ b/docs/std/cyclic-barrier.html @@ -94,16 +94,16 @@ // ioe = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17556/0x0000000802f2b040@3ce4d957, +// thunk = cats.effect.IO$$$Lambda$17520/0x0000000803d25840@48ddee37, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17602/0x0000000803d85040@69bc6f1b, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17566/0x0000000803dc2040@ec04aec, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17603/0x0000000803d84840@115d773f, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17567/0x0000000803dc2840@1d767fb2, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17604/0x0000000803d83840@1e9e6230, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17568/0x0000000803dc3840@51f0f97c, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/std/cyclic-barrier/index.html b/docs/std/cyclic-barrier/index.html index aa05665c3d..4e1ef2311a 100644 --- a/docs/std/cyclic-barrier/index.html +++ b/docs/std/cyclic-barrier/index.html @@ -94,16 +94,16 @@ // ioe = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17556/0x0000000802f2b040@3ce4d957, +// thunk = cats.effect.IO$$$Lambda$17520/0x0000000803d25840@48ddee37, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17602/0x0000000803d85040@69bc6f1b, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17566/0x0000000803dc2040@ec04aec, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17603/0x0000000803d84840@115d773f, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17567/0x0000000803dc2840@1d767fb2, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.std.CyclicBarrier$$$Lambda$17604/0x0000000803d83840@1e9e6230, +// f = cats.effect.std.CyclicBarrier$$$Lambda$17568/0x0000000803dc3840@51f0f97c, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/std/pqueue.html b/docs/std/pqueue.html index 3c1781882d..b0547ab895 100644 --- a/docs/std/pqueue.html +++ b/docs/std/pqueue.html @@ -81,7 +81,7 @@ // list: List[Int] = List(1, 4, 3, 7, 5, 2, 6, 9, 8) implicit val orderForInt: Order[Int] = Order.fromLessThan((x, y) => x < y) -// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@382fdf97 +// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@a5e5358 def absurdlyOverengineeredSort(list: List[Int]) = ( for { @@ -106,7 +106,7 @@

                                                                                                                  import cats.effect.unsafe.implicits.global implicit val orderForInt: Order[Int] = Order.fromLessThan((x, y) => x < y) -// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@6f3128aa +// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@180da365 def covariant(list: List[Int]): IO[List[Long]] = ( for { diff --git a/docs/std/pqueue/index.html b/docs/std/pqueue/index.html index 3c1781882d..b0547ab895 100644 --- a/docs/std/pqueue/index.html +++ b/docs/std/pqueue/index.html @@ -81,7 +81,7 @@ // list: List[Int] = List(1, 4, 3, 7, 5, 2, 6, 9, 8) implicit val orderForInt: Order[Int] = Order.fromLessThan((x, y) => x < y) -// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@382fdf97 +// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@a5e5358 def absurdlyOverengineeredSort(list: List[Int]) = ( for { @@ -106,7 +106,7 @@

                                                                                                                  import cats.effect.unsafe.implicits.global implicit val orderForInt: Order[Int] = Order.fromLessThan((x, y) => x < y) -// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@6f3128aa +// orderForInt: Order[Int] = cats.kernel.Order$$anon$9@180da365 def covariant(list: List[Int]): IO[List[Long]] = ( for { diff --git a/docs/typeclasses/concurrent.html b/docs/typeclasses/concurrent.html index d77510d037..20d42e4122 100644 --- a/docs/typeclasses/concurrent.html +++ b/docs/typeclasses/concurrent.html @@ -71,10 +71,10 @@

                                                                                                                  // action: IO[String] = Map( // ioe = Blocking( // hint = Blocking, -// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16847/0x00000008031ae040@c0644fd, +// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16811/0x0000000802e22040@33a9e02b, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$17143/0x00000008034a1040@3bd53195, +// f = cats.effect.IO$$Lambda$17107/0x0000000803aca040@385e2db0, // event = cats.effect.tracing.TracingEvent$StackTrace // ) @@ -86,10 +86,10 @@

                                                                                                                  // x: IO[String] = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17513/0x0000000802e57440@7de9ce84, +// thunk = cats.effect.IO$$$Lambda$17477/0x0000000803ccdc40@78fb40c, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.kernel.GenConcurrent$$Lambda$18012/0x0000000804074040@4b07fa79, +// f = cats.effect.kernel.GenConcurrent$$Lambda$17976/0x00000008040ac040@3db5af1e, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/typeclasses/concurrent/index.html b/docs/typeclasses/concurrent/index.html index d77510d037..20d42e4122 100644 --- a/docs/typeclasses/concurrent/index.html +++ b/docs/typeclasses/concurrent/index.html @@ -71,10 +71,10 @@

                                                                                                                  // action: IO[String] = Map( // ioe = Blocking( // hint = Blocking, -// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16847/0x00000008031ae040@c0644fd, +// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16811/0x0000000802e22040@33a9e02b, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$17143/0x00000008034a1040@3bd53195, +// f = cats.effect.IO$$Lambda$17107/0x0000000803aca040@385e2db0, // event = cats.effect.tracing.TracingEvent$StackTrace // ) @@ -86,10 +86,10 @@

                                                                                                                  // x: IO[String] = FlatMap( // ioe = Map( // ioe = Delay( -// thunk = cats.effect.IO$$$Lambda$17513/0x0000000802e57440@7de9ce84, +// thunk = cats.effect.IO$$$Lambda$17477/0x0000000803ccdc40@78fb40c, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.kernel.GenConcurrent$$Lambda$18012/0x0000000804074040@4b07fa79, +// f = cats.effect.kernel.GenConcurrent$$Lambda$17976/0x00000008040ac040@3db5af1e, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, diff --git a/docs/typeclasses/monadcancel.html b/docs/typeclasses/monadcancel.html index c251a61c3e..4acd901673 100644 --- a/docs/typeclasses/monadcancel.html +++ b/docs/typeclasses/monadcancel.html @@ -191,7 +191,7 @@

                                                                                                                  // body = <function1>, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$16849/0x00000008031ab840@20cf4f98, +// f = cats.effect.IO$$Lambda$16813/0x0000000802e57840@4665723, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), diff --git a/docs/typeclasses/monadcancel/index.html b/docs/typeclasses/monadcancel/index.html index c251a61c3e..4acd901673 100644 --- a/docs/typeclasses/monadcancel/index.html +++ b/docs/typeclasses/monadcancel/index.html @@ -191,7 +191,7 @@

                                                                                                                  // body = <function1>, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$16849/0x00000008031ab840@20cf4f98, +// f = cats.effect.IO$$Lambda$16813/0x0000000802e57840@4665723, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), diff --git a/docs/typeclasses/spawn.html b/docs/typeclasses/spawn.html index 3801ff1d74..1620da4818 100644 --- a/docs/typeclasses/spawn.html +++ b/docs/typeclasses/spawn.html @@ -127,13 +127,13 @@

                                                                                                                  // ioe = Map( // ioe = Blocking( // hint = Blocking, -// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16847/0x00000008031ae040@3ed7389e, +// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16811/0x0000000802e22040@179eb77, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$17143/0x00000008034a1040@4acfa94c, +// f = cats.effect.IO$$Lambda$17107/0x0000000803aca040@3ea73bd2, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.StackSafeMonad$$Lambda$17145/0x00000008034c7840@485d6af, +// f = cats.StackSafeMonad$$Lambda$17109/0x0000000803acb840@4c514d16, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), diff --git a/docs/typeclasses/spawn/index.html b/docs/typeclasses/spawn/index.html index 3801ff1d74..1620da4818 100644 --- a/docs/typeclasses/spawn/index.html +++ b/docs/typeclasses/spawn/index.html @@ -127,13 +127,13 @@

                                                                                                                  // ioe = Map( // ioe = Blocking( // hint = Blocking, -// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16847/0x00000008031ae040@3ed7389e, +// thunk = cats.effect.std.ConsoleCompanionCrossPlatform$SyncConsole$$Lambda$16811/0x0000000802e22040@179eb77, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.effect.IO$$Lambda$17143/0x00000008034a1040@4acfa94c, +// f = cats.effect.IO$$Lambda$17107/0x0000000803aca040@3ea73bd2, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = cats.StackSafeMonad$$Lambda$17145/0x00000008034c7840@485d6af, +// f = cats.StackSafeMonad$$Lambda$17109/0x0000000803acb840@4c514d16, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ),