final case class DDLDown[F[+_, +_]](dynamoDDLService: DynamoDDLService[F], logger: LogBIO[F])(implicit evidence$1: Applicative2[F]) extends Self[[β$1$]F[Throwable, β$1$], DDLDown[F]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DDLDown
- Serializable
- Serializable
- Product
- Equals
- Self
- Lifecycle
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DDLDown(dynamoDDLService: DynamoDDLService[F], logger: LogBIO[F])(implicit arg0: Applicative2[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
- DDLDown → 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, DDLDown[F]]
- Definition Classes
- Lifecycle
-
final
def
beforeRelease[G[x] >: F[Throwable, x]](f: (InnerResource) ⇒ G[Unit])(implicit arg0: QuasiApplicative[G]): Lifecycle[G, DDLDown[F]]
- Definition Classes
- Lifecycle
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val dynamoDDLService: DynamoDDLService[F]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
evalMap[G[x] >: F[Throwable, x], B](f: (DDLDown[F]) ⇒ G[B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
- Definition Classes
- Lifecycle
-
final
def
evalTap[G[x] >: F[Throwable, x]](f: (DDLDown[F]) ⇒ G[Unit])(implicit arg0: QuasiIO[G]): Lifecycle[G, DDLDown[F]]
- Definition Classes
- Lifecycle
-
final
def
extract[B >: DDLDown[F]](resource: InnerResource): Right[Nothing, DDLDown[F]]
- Definition Classes
- Self → Lifecycle
-
final
def
flatMap[G[x] >: F[Throwable, x], B](f: (DDLDown[F]) ⇒ Lifecycle[G, B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
- Definition Classes
- Lifecycle
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: LogBIO[F]
-
final
def
map[G[x] >: F[Throwable, x], B](f: (DDLDown[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()
-
def
release: F[Throwable, Unit]
- Definition Classes
- DDLDown → Self
-
final
def
release(resource: Unit): F[Throwable, Unit]
- Definition Classes
- Self → Lifecycle
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
void[G[x] >: F[Throwable, x]](implicit arg0: QuasiApplicative[G]): Lifecycle[G, Unit]
- Definition Classes
- Lifecycle
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
widen[B >: DDLDown[F]]: Lifecycle[[β$1$]F[Throwable, β$1$], B]
- Definition Classes
- Lifecycle
- Annotations
- @inline()
-
final
def
widenF[G[x] >: F[Throwable, x]]: Lifecycle[G, DDLDown[F]]
- Definition Classes
- Lifecycle
- Annotations
- @inline()
-
final
def
wrapAcquire[G[x] >: F[Throwable, x]](f: (⇒ G[InnerResource]) ⇒ G[InnerResource]): Lifecycle[G, DDLDown[F]]
- Definition Classes
- Lifecycle
-
final
def
wrapRelease[G[x] >: F[Throwable, x]](f: ((InnerResource) ⇒ G[Unit], InnerResource) ⇒ G[Unit]): Lifecycle[G, DDLDown[F]]
- Definition Classes
- Lifecycle
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated