Packages

c

d4s

DynamoDDLService

final class DynamoDDLService[F[+_, +_]] extends SelfNoClose[[β$0$]F[Throwable, β$0$], DynamoDDLService[F]]

Linear Supertypes
SelfNoClose[[β$0$]F[Throwable, β$0$], DynamoDDLService[F]], NoCloseBase[[β$0$]F[Throwable, β$0$], DynamoDDLService[F]], Lifecycle[[β$0$]F[Throwable, β$0$], DynamoDDLService[F]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoDDLService
  2. SelfNoClose
  3. NoCloseBase
  4. Lifecycle
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DynamoDDLService(instances: Set[TableDef], tablesManager: DynamoTablesService[F])(implicit arg0: Monad2[F], arg1: LogBIO[F])

Type Members

  1. type InnerResource = Unit
    Definition Classes
    SelfNoClose → Lifecycle

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def acquire: F[Throwable, Unit]
    Definition Classes
    DynamoDDLService → Lifecycle
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def beforeAcquire[G[x] >: F[Throwable, x]](f: ⇒ G[Unit])(implicit arg0: QuasiApplicative[G]): Lifecycle[G, DynamoDDLService[F]]
    Definition Classes
    Lifecycle
  7. final def beforeRelease[G[x] >: F[Throwable, x]](f: (InnerResource) ⇒ G[Unit])(implicit arg0: QuasiApplicative[G]): Lifecycle[G, DynamoDDLService[F]]
    Definition Classes
    Lifecycle
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def down(): F[Throwable, Unit]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def evalMap[G[x] >: F[Throwable, x], B](f: (DynamoDDLService[F]) ⇒ G[B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
    Definition Classes
    Lifecycle
  13. final def evalTap[G[x] >: F[Throwable, x]](f: (DynamoDDLService[F]) ⇒ G[Unit])(implicit arg0: QuasiIO[G]): Lifecycle[G, DynamoDDLService[F]]
    Definition Classes
    Lifecycle
  14. final def extract[B >: DynamoDDLService[F]](resource: InnerResource): Right[Nothing, DynamoDDLService[F]]
    Definition Classes
    SelfNoClose → Lifecycle
  15. 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
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def map[G[x] >: F[Throwable, x], B](f: (DynamoDDLService[F]) ⇒ B)(implicit arg0: QuasiFunctor[G]): Lifecycle[G, B]
    Definition Classes
    Lifecycle
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def release(resource: InnerResource): F[Throwable, Unit]
    Definition Classes
    NoCloseBase → Lifecycle
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def void[G[x] >: F[Throwable, x]](implicit arg0: QuasiApplicative[G]): Lifecycle[G, Unit]
    Definition Classes
    Lifecycle
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def widen[B >: DynamoDDLService[F]]: Lifecycle[[β$0$]F[Throwable, β$0$], B]
    Definition Classes
    Lifecycle
    Annotations
    @inline()
  31. final def widenF[G[x] >: F[Throwable, x]]: Lifecycle[G, DynamoDDLService[F]]
    Definition Classes
    Lifecycle
    Annotations
    @inline()
  32. final def wrapAcquire[G[x] >: F[Throwable, x]](f: (⇒ G[InnerResource]) ⇒ G[InnerResource]): Lifecycle[G, DynamoDDLService[F]]
    Definition Classes
    Lifecycle
  33. 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

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from SelfNoClose[[β$0$]F[Throwable, β$0$], DynamoDDLService[F]]

Inherited from NoCloseBase[[β$0$]F[Throwable, β$0$], DynamoDDLService[F]]

Inherited from Lifecycle[[β$0$]F[Throwable, β$0$], DynamoDDLService[F]]

Inherited from AnyRef

Inherited from Any

Ungrouped