Packages

  • package root
    Definition Classes
    root
  • package izumi
    Definition Classes
    root
  • package functional
    Definition Classes
    izumi
  • package bio

    Current hierarchy (use http://www.nomnoml.com/ to render, rendered: https://izumi.7mind.io/bio/media/bio-relationship-hierarchy.svg)

    Current hierarchy (use http://www.nomnoml.com/ to render, rendered: https://izumi.7mind.io/bio/media/bio-relationship-hierarchy.svg)

    [Functor2]<--[Bifunctor2]
    [Bifunctor2]<--[ApplicativeError2]
    [Functor2]<--[Applicative2]
    [Applicative2]<--[Guarantee2]
    [Applicative2]<--[Monad2]
    [Guarantee2]<--[ApplicativeError2]
    [ApplicativeError2]<--[Error2]
    [Monad2]<--[Error2]
    [Error2]<--[Bracket2]
    [Bracket2]<--[Panic2]
    [Panic2]<--[IO2]
    [IO2]<--[Async2]
    
    [Monad2]<--[Parallel2]
    [Parallel2]<--[Concurrent2]
    [Concurrent2]<--[Async2]
    
    [Error2]<--[Temporal2]

    Auxiliary algebras:

    [cats.effect.*]<:--[CatsConversions]
    
    [Fork2]<:--[Fiber2]
    
    [BlockingIO2]
    
    [Primitives2]
    
    [Primitives2]<:--[Ref2]
    [Primitives2]<:--[Semaphore2]
    [Primitives2]<:--[Promise2]
    
    [PrimitivesM2]
    [PrimitivesM2]<:--[RefM2]
    [PrimitivesM2]<:--[Mutex2]
    
    [Entropy1]<:--[Entropy2]
    [Clock1]<:--[Clock2]
    
    [UnsafeRun2]

    Raw inheritance hierarchy:

    [Functor2]<--[Applicative2]
    [Applicative2]<--[Guarantee2]
    [Applicative2]<--[Monad2]
    [Guarantee2]<--[ApplicativeError2]
    [Bifunctor2]<--[ApplicativeError2]
    [ApplicativeError2]<--[Error2]
    [Monad2]<--[Error2]
    [Error2]<--[Bracket2]
    [Bracket2]<--[Panic2]
    [Panic2]<--[IO2]
    
    [Parallel2]<--[Concurrent2]
    [Concurrent2]<--[Async2]
    [IO2]<--[Async2]
    
    [Temporal2]

    current hierarchy roots:

    bifunctor:

    • Functor3
    • Bifunctor3
    • Parallel3
    • Temporal3

    standalone:

    • Fork3
    • BlockingIO3
    • Primitives3
    • PrimitivesM3
    Definition Classes
    functional
  • package impl
    Definition Classes
    bio
  • AsyncZio
  • BioEither
  • BioIdentity2
  • ForkZio
  • MiniBIO
  • PrimitivesFromBIOAndCats
  • PrimitivesLocalFromCatsIO
  • PrimitivesLocalZio
  • PrimitivesMFromBIO
  • PrimitivesMZio
  • PrimitivesZio
  • SchedulerImpl
  • TemporalZio

class PrimitivesZio[R] extends Primitives2[[+β$0$, +γ$1$]ZIO[R, β$0$, γ$1$]]

Linear Supertypes
Primitives2[[+β$0$, +γ$1$]ZIO[R, β$0$, γ$1$]], PrimitivesInstances, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitivesZio
  2. Primitives2
  3. PrimitivesInstances
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PrimitivesZio()

Value Members

  1. def mkLatch: ZIO[R, Nothing, Promise2[[+β$0$, +γ$1$]ZIO[R, β$0$, γ$1$], Nothing, Unit]]
    Definition Classes
    Primitives2
  2. def mkPromise[E, A]: ZIO[R, Nothing, Promise2[[+β$4$, +γ$5$]ZIO[R, β$4$, γ$5$], E, A]]
    Definition Classes
    PrimitivesZioPrimitives2
  3. def mkRef[A](a: A): ZIO[R, Nothing, Ref2[[+β$2$, +γ$3$]ZIO[R, β$2$, γ$3$], A]]
    Definition Classes
    PrimitivesZioPrimitives2
  4. def mkSemaphore(permits: Long): ZIO[R, Nothing, Semaphore2[[+β$6$, +γ$7$]ZIO[R, β$6$, γ$7$]]]
    Definition Classes
    PrimitivesZioPrimitives2