ZManagedConstructorLowPriority2

zio.managed.ZManaged$.ZManagedConstructorLowPriority2

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Type members

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

Implicits

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