object ZManagedConstructor extends ZManagedConstructorLowPriority1

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZManagedConstructor
  2. ZManagedConstructorLowPriority1
  3. ZManagedConstructorLowPriority2
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

    Definition Classes
    ZManagedConstructorLowPriority2

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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.

    Definition Classes
    ZManagedConstructorLowPriority2
  5. implicit def EitherConstructor[E, A]: WithOut[Either[E, A], ZManaged[Any, E, A]]

    Constructs a ZManaged[Any, E, A] from an Either[E, A].

  6. implicit def EitherLeftConstructor[E, A]: WithOut[Left[E, A], ZManaged[Any, E, A]]

    Constructs a ZManaged[Any, E, A]] from an Either[E, A].

  7. implicit def EitherRightConstructor[E, A]: WithOut[Right[E, A], ZManaged[Any, E, A]]

    Constructs a ZManaged[Any, E, A] from an Either[E, A].

  8. implicit def OptionConstructor[A]: WithOut[Option[A], ZManaged[Any, Option[Nothing], A]]

    Constructs a ZManaged[Any, Option[Nothing], A] from an Option[A].

  9. implicit val OptionNoneConstructor: WithOut[None.type, ZManaged[Any, Option[Nothing], Nothing]]

    Constructs a ZManaged[Any, Option[Nothing], A] from a None.

  10. implicit def OptionSomeConstructor[A]: WithOut[Some[A], ZManaged[Any, Option[Nothing], A]]

    Constructs a ZManaged[Any, Option[Nothing], A] from a Some[A].

  11. implicit def ReservationConstructor[R, E, A]: WithOut[Reservation[R, E, A], ZManaged[R, E, A]]

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

  12. implicit def ReservationZIOConstructor[R1, R2, E1 <: E3, E2 <: E3, E3, A]: WithOut[ZIO[R1, E1, Reservation[R2, E2, A]], ZManaged[R1 with R2, E3, A]]

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

  13. implicit def TryConstructor[A]: WithOut[Try[A], ZManaged[Any, Throwable, A]]

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

  14. implicit def TryFailureConstructor[A]: WithOut[Failure[A], ZManaged[Any, Throwable, A]]

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

  15. implicit def TrySuccessConstructor[A]: WithOut[Success[A], ZManaged[Any, Throwable, A]]

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

  16. 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].

    Definition Classes
    ZManagedConstructorLowPriority1
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped