Object/Trait

zio.ZManaged

ZManagedConstructor

Related Docs: trait ZManagedConstructor | package ZManaged

Permalink

object ZManagedConstructor extends ZManagedConstructorLowPriority1

Linear Supertypes
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. All

Type Members

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

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def AttemptConstructor[A]: WithOut[A, ZManaged[Any, Throwable, A]]

    Permalink

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

    Permalink

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

    Permalink

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

    Permalink

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

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

    Permalink

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

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

    Permalink

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

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

    Permalink

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

    Permalink

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

    Permalink

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

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

    Permalink

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

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

    Permalink

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

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

    Permalink

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

    Permalink

    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

    Permalink
    Definition Classes
    Any
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped