final case class DDLDown(dynamoDDLService: DynamoDDLService[IO], logger: LogBIO[IO]) extends Self[[β$0$]ZIO[Any, Throwable, β$0$], DDLDown] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DDLDown
- Serializable
- Product
- Equals
- Self
- DIResourceBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DDLDown(dynamoDDLService: DynamoDDLService[IO], logger: LogBIO[IO])
Type Members
- final type InnerResource = Unit
- Definition Classes
- Self → DIResourceBase
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
- def acquire: IO[Throwable, Unit]
- Definition Classes
- DDLDown → DIResourceBase
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val dynamoDDLService: DynamoDDLService[IO]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def evalMap[G[x] >: ZIO[Any, Throwable, x], B](f: (DDLDown) => G[B])(implicit arg0: DIEffect[G]): DIResourceBase[G, B]
- Definition Classes
- DIResourceBase
- final def evalTap[G[x] >: ZIO[Any, Throwable, x]](f: (DDLDown) => G[Unit])(implicit arg0: DIEffect[G]): DIResourceBase[G, DDLDown]
- Definition Classes
- DIResourceBase
- final def extract(resource: Unit): DDLDown
- Definition Classes
- Self → DIResourceBase
- final def flatMap[G[x] >: ZIO[Any, Throwable, x], B](f: (DDLDown) => DIResourceBase[G, B])(implicit arg0: DIEffect[G]): DIResourceBase[G, B]
- Definition Classes
- DIResourceBase
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: LogBIO[IO]
- final def map[B](f: (DDLDown) => B): DIResourceBase[[β$0$]ZIO[Any, Throwable, β$0$], B]
- Definition Classes
- DIResourceBase
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def release: IO[Throwable, Unit]
- Definition Classes
- DDLDown → Self
- final def release(resource: Unit): ZIO[Any, Throwable, Unit]
- Definition Classes
- Self → DIResourceBase
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def void: DIResourceBase[[β$0$]ZIO[Any, Throwable, β$0$], Unit]
- Definition Classes
- DIResourceBase
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wrapAcquire[G[x] >: ZIO[Any, Throwable, x]](f: (=> G[InnerResource]) => G[InnerResource]): DIResourceBase[G, DDLDown]
- Definition Classes
- DIResourceBase
- final def wrapRelease[G[x] >: ZIO[Any, Throwable, x]](f: ((InnerResource) => G[Unit], InnerResource) => G[Unit]): DIResourceBase[G, DDLDown]
- Definition Classes
- DIResourceBase
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- final def logAcquire[G[x] >: ZIO[Any, Throwable, x]](f: (=> G[InnerResource]) => G[InnerResource]): DIResourceBase[G, DDLDown]
- Definition Classes
- DIResourceBase
- Annotations
- @deprecated
- Deprecated
(Since version will be removed in 0.10.3) Use wrapAcquire
- final def logRelease[G[x] >: ZIO[Any, Throwable, x]](f: ((InnerResource) => G[Unit], InnerResource) => G[Unit]): DIResourceBase[G, DDLDown]
- Definition Classes
- DIResourceBase
- Annotations
- @deprecated
- Deprecated
(Since version will be removed in 0.10.3) Use wrapRelease