final class DDLUpComponent[F[+_, +_]] extends Self[[β$0$]F[Throwable, β$0$], DDLUpComponent[F]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DDLUpComponent
- Self
- Lifecycle
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DDLUpComponent(transactor: HikariTransactor[[β$2$]F[Throwable, β$2$]], ddls: Set[DDLComponent], log: LogIO2[F])(implicit arg0: Applicative2[F], arg1: BracketThrowable[F])
Type Members
- final type InnerResource = Unit
- Definition Classes
- Self → Lifecycle
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: F[Throwable, Unit]
- Definition Classes
- DDLUpComponent → Lifecycle
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def beforeAcquire[G[x] >: F[Throwable, x]](f: => G[Unit])(implicit arg0: QuasiApplicative[G]): Lifecycle[G, DDLUpComponent[F]]
- Definition Classes
- Lifecycle
- final def beforeRelease[G[x] >: F[Throwable, x]](f: (InnerResource) => G[Unit])(implicit arg0: QuasiApplicative[G]): Lifecycle[G, DDLUpComponent[F]]
- Definition Classes
- Lifecycle
- final def catchAll[G[x] >: F[Throwable, x], B >: DDLUpComponent[F]](recover: (Throwable) => Lifecycle[G, B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
- Definition Classes
- Lifecycle
- final def catchSome[G[x] >: F[Throwable, x], B >: DDLUpComponent[F]](recover: PartialFunction[Throwable, Lifecycle[G, B]])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
- Definition Classes
- Lifecycle
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def evalMap[G[x] >: F[Throwable, x], B](f: (DDLUpComponent[F]) => G[B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
- Definition Classes
- Lifecycle
- final def evalTap[G[x] >: F[Throwable, x]](f: (DDLUpComponent[F]) => G[Unit])(implicit arg0: QuasiIO[G]): Lifecycle[G, DDLUpComponent[F]]
- Definition Classes
- Lifecycle
- final def extract[B >: DDLUpComponent[F]](resource: InnerResource): Right[Nothing, DDLUpComponent[F]]
- Definition Classes
- Self → Lifecycle
- final def flatMap[G[x] >: F[Throwable, x], B](f: (DDLUpComponent[F]) => Lifecycle[G, B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
- Definition Classes
- Lifecycle
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def map[G[x] >: F[Throwable, x], B](f: (DDLUpComponent[F]) => B)(implicit arg0: QuasiFunctor[G]): Lifecycle[G, B]
- Definition Classes
- Lifecycle
- 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()
- final def redeem[G[x] >: F[Throwable, x], B](onFailure: (Throwable) => Lifecycle[G, B], onSuccess: (DDLUpComponent[F]) => Lifecycle[G, B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
- Definition Classes
- Lifecycle
- def release: F[Throwable, Unit]
- Definition Classes
- DDLUpComponent → Self
- final def release(resource: Unit): F[Throwable, Unit]
- Definition Classes
- Self → Lifecycle
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def void[G[x] >: F[Throwable, x]](implicit arg0: QuasiFunctor[G]): Lifecycle[G, Unit]
- Definition Classes
- Lifecycle
- 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 widen[B >: DDLUpComponent[F]]: Lifecycle[[β$0$]F[Throwable, β$0$], B]
- Definition Classes
- Lifecycle
- Annotations
- @inline()
- final def widenF[G[x] >: F[Throwable, x]]: Lifecycle[G, DDLUpComponent[F]]
- Definition Classes
- Lifecycle
- Annotations
- @inline()
- final def wrapAcquire[G[x] >: F[Throwable, x]](f: (=> G[InnerResource]) => G[InnerResource]): Lifecycle[G, DDLUpComponent[F]]
- Definition Classes
- Lifecycle
- final def wrapRelease[G[x] >: F[Throwable, x]](f: ((InnerResource) => G[Unit], InnerResource) => G[Unit]): Lifecycle[G, DDLUpComponent[F]]
- Definition Classes
- Lifecycle
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated