ZManagedConstructorLowPriority1

zio.managed.ZManaged.ZManagedConstructorLowPriority1

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ZManagedConstructor.type

Members list

Type members

Inherited types

type WithOut[In, Out0] = ZManagedConstructor[In] { type Out = Out0; }

The type of the ZManagedConstructor with the type of the ZManaged value.

The type of the ZManagedConstructor with the type of the ZManaged value.

Attributes

Inherited from:
ZManagedConstructorLowPriority2

Implicits

Implicits

implicit def ZIOConstructor[R, E, A]: WithOut[ZIO[R, E, A], ZManaged[R, E, A]]

Constructs a ZManaged[R, E, A] from a ZIO[R, E, A].

Constructs a ZManaged[R, E, A] from a ZIO[R, E, A].

Attributes

Inherited implicits

implicit def AttemptConstructor[A]: WithOut[A, ZManaged[Any, Throwable, A]]

Constructs a ZManaged[Any, Throwable, A] from an A.

Constructs a ZManaged[Any, Throwable, A] from an A.

Attributes

Inherited from:
ZManagedConstructorLowPriority2