PrimitivesFromBIOAndCats

izumi.functional.bio.impl.PrimitivesFromBIOAndCats
open class PrimitivesFromBIOAndCats[F[_, _]] extends Primitives2[F]

Attributes

Graph
Supertypes
trait Primitives2[F]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def mkPromise[E, A]: F[Nothing, Promise2[F, E, A]]

Attributes

Definition Classes
override def mkRef[A](a: A): F[Nothing, Ref2[F, A]]

Attributes

Definition Classes
override def mkSemaphore(permits: Long): F[Nothing, Semaphore2[F]]

Attributes

Definition Classes

Inherited methods

def mkLatch: F[Nothing, Promise2[F, Nothing, Unit]]

Attributes

Inherited from:
Primitives2