object ZManagedConstructor extends ZManagedConstructorLowPriority1
- Alphabetic
- By Inheritance
- ZManagedConstructor
- ZManagedConstructorLowPriority1
- ZManagedConstructorLowPriority2
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
WithOut[In, Out0] = ZManagedConstructor[In] { type Out = Out0 }
The type of the
ZManagedConstructorwith the type of theZManagedvalue.The type of the
ZManagedConstructorwith the type of theZManagedvalue.- Definition Classes
- ZManagedConstructorLowPriority2
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
def
AttemptConstructor[A]: WithOut[A, ZManaged[Any, Throwable, A]]
Constructs a
ZManaged[Any, Throwable, A]from anA.Constructs a
ZManaged[Any, Throwable, A]from anA.- Definition Classes
- ZManagedConstructorLowPriority2
-
implicit
def
EitherConstructor[E, A]: WithOut[Either[E, A], ZManaged[Any, E, A]]
Constructs a
ZManaged[Any, E, A]from anEither[E, A]. -
implicit
def
EitherLeftConstructor[E, A]: WithOut[Left[E, A], ZManaged[Any, E, A]]
Constructs a
ZManaged[Any, E, A]]from anEither[E, A]. -
implicit
def
EitherRightConstructor[E, A]: WithOut[Right[E, A], ZManaged[Any, E, A]]
Constructs a
ZManaged[Any, E, A]from anEither[E, A]. -
implicit
def
OptionConstructor[A]: WithOut[Option[A], ZManaged[Any, Option[Nothing], A]]
Constructs a
ZManaged[Any, Option[Nothing], A]from anOption[A]. -
implicit
val
OptionNoneConstructor: WithOut[None.type, ZManaged[Any, Option[Nothing], Nothing]]
Constructs a
ZManaged[Any, Option[Nothing], A]from aNone. -
implicit
def
OptionSomeConstructor[A]: WithOut[Some[A], ZManaged[Any, Option[Nothing], A]]
Constructs a
ZManaged[Any, Option[Nothing], A]from aSome[A]. -
implicit
def
ReservationConstructor[R, E, A]: WithOut[Reservation[R, E, A], ZManaged[R, E, A]]
Constructs a
ZManaged[R, E, A]from aReservation[R, E, A]. -
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 aReservation[R, E, A]. -
implicit
def
TryConstructor[A]: WithOut[Try[A], ZManaged[Any, Throwable, A]]
Constructs a
ZManaged[Any, Throwable, A]from aTry[A]. -
implicit
def
TryFailureConstructor[A]: WithOut[Failure[A], ZManaged[Any, Throwable, A]]
Constructs a
ZManaged[Any, Throwable, A]from aFailure[A]. -
implicit
def
TrySuccessConstructor[A]: WithOut[Success[A], ZManaged[Any, Throwable, A]]
Constructs a
ZManaged[Any, Throwable, A]from aSuccess[A]. -
implicit
def
ZIOConstructor[R, E, A]: WithOut[ZIO[R, E, A], ZManaged[R, E, A]]
Constructs a
ZManaged[R, E, A]from aZIO[R, E, A].Constructs a
ZManaged[R, E, A]from aZIO[R, E, A].- Definition Classes
- ZManagedConstructorLowPriority1
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()