final class DynamoDDLService[F[+_, +_]] extends SelfNoClose[[β$0$]F[Throwable, β$0$], DynamoDDLService[F]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoDDLService
- SelfNoClose
- NoCloseBase
- Lifecycle
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DynamoDDLService(instances: Set[TableDef], tablesManager: DynamoTablesService[F])(implicit arg0: Monad2[F], arg1: LogBIO[F])
Type Members
-
type
InnerResource = Unit
- Definition Classes
- SelfNoClose → 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
- DynamoDDLService → 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, DynamoDDLService[F]]
- Definition Classes
- Lifecycle
-
final
def
beforeRelease[G[x] >: F[Throwable, x]](f: (InnerResource) ⇒ G[Unit])(implicit arg0: QuasiApplicative[G]): Lifecycle[G, DynamoDDLService[F]]
- Definition Classes
- Lifecycle
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def down(): F[Throwable, Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
evalMap[G[x] >: F[Throwable, x], B](f: (DynamoDDLService[F]) ⇒ G[B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
- Definition Classes
- Lifecycle
-
final
def
evalTap[G[x] >: F[Throwable, x]](f: (DynamoDDLService[F]) ⇒ G[Unit])(implicit arg0: QuasiIO[G]): Lifecycle[G, DynamoDDLService[F]]
- Definition Classes
- Lifecycle
-
final
def
extract[B >: DynamoDDLService[F]](resource: InnerResource): Right[Nothing, DynamoDDLService[F]]
- Definition Classes
- SelfNoClose → Lifecycle
-
final
def
flatMap[G[x] >: F[Throwable, x], B](f: (DynamoDDLService[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()
-
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: (DynamoDDLService[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
release(resource: InnerResource): F[Throwable, Unit]
- Definition Classes
- NoCloseBase → 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: 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 >: DynamoDDLService[F]]: Lifecycle[[β$0$]F[Throwable, β$0$], B]
- Definition Classes
- Lifecycle
- Annotations
- @inline()
-
final
def
widenF[G[x] >: F[Throwable, x]]: Lifecycle[G, DynamoDDLService[F]]
- Definition Classes
- Lifecycle
- Annotations
- @inline()
-
final
def
wrapAcquire[G[x] >: F[Throwable, x]](f: (⇒ G[InnerResource]) ⇒ G[InnerResource]): Lifecycle[G, DynamoDDLService[F]]
- Definition Classes
- Lifecycle
-
final
def
wrapRelease[G[x] >: F[Throwable, x]](f: ((InnerResource) ⇒ G[Unit], InnerResource) ⇒ G[Unit]): Lifecycle[G, DynamoDDLService[F]]
- Definition Classes
- Lifecycle
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated