sealed case class ZTransaction[-R, +E, +A](unwrap: ZIO[(R, Jdbc.Txn), E, A])(implicit evidence$1: Tag[R], evidence$2: IsNotIntersection[R]) extends Product with Serializable
- Self Type
- Jdbc.ZTransaction[R, E, A]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZTransaction
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def *>[R1 <: R, E1 >: E, B](tx: Jdbc.ZTransaction[R1, E1, B])(implicit arg0: Tag[R1], arg1: IsNotIntersection[R1]): Jdbc.ZTransaction[R1, E1, B]
- def <*[R1 <: R, E1 >: E, B](tx: Jdbc.ZTransaction[R1, E1, B])(implicit arg0: Tag[R1], arg1: IsNotIntersection[R1]): Jdbc.ZTransaction[R1, E1, A]
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def catchAllCause[R1 <: R, E1 >: E, A1 >: A](f: (Cause[E1]) => Jdbc.ZTransaction[R1, E1, A1])(implicit arg0: Tag[R1], arg1: IsNotIntersection[R1]): Jdbc.ZTransaction[R1, E1, A1]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flatMap[R1 <: R, E1 >: E, B](f: (A) => Jdbc.ZTransaction[R1, E1, B])(implicit arg0: Tag[R1], arg1: IsNotIntersection[R1]): Jdbc.ZTransaction[R1, E1, B]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[B](f: (A) => B): Jdbc.ZTransaction[R, E, B]
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unwrap: ZIO[(R, Jdbc.Txn), E, A]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def zip[R1 <: R, E1 >: E, B](tx: Jdbc.ZTransaction[R1, E1, B])(implicit arg0: Tag[R1], arg1: IsNotIntersection[R1]): Jdbc.ZTransaction[R1, E1, (A, B)]
- def zipLeft[R1 <: R, E1 >: E, B](tx: Jdbc.ZTransaction[R1, E1, B])(implicit arg0: Tag[R1], arg1: IsNotIntersection[R1]): Jdbc.ZTransaction[R1, E1, A]
- def zipRight[R1 <: R, E1 >: E, B](tx: Jdbc.ZTransaction[R1, E1, B])(implicit arg0: Tag[R1], arg1: IsNotIntersection[R1]): Jdbc.ZTransaction[R1, E1, B]
- def zipWith[R1 <: R, E1 >: E, B, C](tx: Jdbc.ZTransaction[R1, E1, B])(f: (A, B) => C)(implicit arg0: Tag[R1], arg1: IsNotIntersection[R1]): Jdbc.ZTransaction[R1, E1, C]