object PureConcGenerators
- Source
- PureConcGenerators.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PureConcGenerators
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def arbitraryPureConc[E, A](implicit arg0: Arbitrary[E], arg1: Cogen[E], arg2: Arbitrary[A], arg3: Cogen[A]): Arbitrary[PureConc[E, A]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def cogenPureConc[E, A](implicit arg0: Cogen[E], arg1: Cogen[A]): Cogen[PureConc[E, A]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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]] }
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()