Packages

final class Impl[F[+_, +_]] extends DIResource[[β$0$]F[Throwable, β$0$], DynamoComponent] with IntegrationCheck

Linear Supertypes
IntegrationCheck, DIResource[[β$0$]F[Throwable, β$0$], DynamoComponent], DIResourceBase[[β$0$]F[Throwable, β$0$], DynamoComponent], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Impl
  2. IntegrationCheck
  3. DIResource
  4. DIResourceBase
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Impl(conf: DynamoConfig, portCheck: izumi.fundamentals.platform.integration.PortCheck @izumi.distage.model.definition.Id("dynamo-port"))(implicit arg0: BIO[F])

Type Members

  1. final type InnerResource = DynamoComponent
    Definition Classes
    DIResource → DIResourceBase

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, DynamoComponent]
    Definition Classes
    Impl → DIResource → DIResourceBase
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def evalMap[G[x] >: F[Throwable, x], B](f: (DynamoComponent) ⇒ G[B])(implicit arg0: DIEffect[G]): DIResourceBase[G, B]
    Definition Classes
    DIResourceBase
  10. final def evalTap[G[x] >: F[Throwable, x]](f: (DynamoComponent) ⇒ G[Unit])(implicit arg0: DIEffect[G]): DIResourceBase[G, DynamoComponent]
    Definition Classes
    DIResourceBase
  11. final def extract(resource: DynamoComponent): DynamoComponent
    Definition Classes
    DIResource → DIResourceBase
  12. final def flatMap[G[x] >: F[Throwable, x], B](f: (DynamoComponent) ⇒ DIResourceBase[G, B])(implicit arg0: DIEffect[G]): DIResourceBase[G, B]
    Definition Classes
    DIResourceBase
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def map[B](f: (DynamoComponent) ⇒ B): DIResourceBase[[β$0$]F[Throwable, β$0$], B]
    Definition Classes
    DIResourceBase
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def release(resource: DynamoComponent): F[Throwable, Unit]
    Definition Classes
    Impl → DIResource → DIResourceBase
  21. def resourcesAvailable(): ResourceCheck
    Definition Classes
    Impl → IntegrationCheck
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def void: DIResourceBase[[β$0$]F[Throwable, β$0$], Unit]
    Definition Classes
    DIResourceBase
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wrapAcquire[G[x] >: F[Throwable, x]](f: (⇒ G[InnerResource]) ⇒ G[InnerResource]): DIResourceBase[G, DynamoComponent]
    Definition Classes
    DIResourceBase
  29. final def wrapRelease[G[x] >: F[Throwable, x]](f: ((InnerResource) ⇒ G[Unit], InnerResource) ⇒ G[Unit]): DIResourceBase[G, DynamoComponent]
    Definition Classes
    DIResourceBase

Deprecated Value Members

  1. 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.

Inherited from IntegrationCheck

Inherited from DIResource[[β$0$]F[Throwable, β$0$], DynamoComponent]

Inherited from DIResourceBase[[β$0$]F[Throwable, β$0$], DynamoComponent]

Inherited from AnyRef

Inherited from Any

Ungrouped