final class DockerCmdExecFactoryResource[F[_]] extends FromAutoCloseable[F, DockerCmdExecFactory]
- Alphabetic
- By Inheritance
- DockerCmdExecFactoryResource
- FromAutoCloseable
- Of
- OfInner
- Lifecycle
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
-  new DockerCmdExecFactoryResource(config: ClientConfig)(implicit F: QuasiIO[F])
Type Members
-  final type InnerResource = model.definition.Lifecycle.InnerResource
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
 
-   final  def acquire: F[model.definition.Lifecycle.InnerResource]The action in Fused to acquire the resource.
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-   final  def beforeAcquire[G[x] >: F[x]](f: => G[Unit])(implicit arg0: QuasiApplicative[G]): Lifecycle[G, DockerCmdExecFactory]- Definition Classes
- Lifecycle
 
-   final  def beforeRelease[G[x] >: F[x]](f: (InnerResource) => G[Unit])(implicit arg0: QuasiApplicative[G]): Lifecycle[G, DockerCmdExecFactory]- 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[x], B](f: (DockerCmdExecFactory) => G[B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]- Definition Classes
- Lifecycle
 
-   final  def evalTap[G[x] >: F[x]](f: (DockerCmdExecFactory) => G[Unit])(implicit arg0: QuasiIO[G]): Lifecycle[G, DockerCmdExecFactory]- Definition Classes
- Lifecycle
 
-   final  def extract[B >: DockerCmdExecFactory](resource: model.definition.Lifecycle.InnerResource): Either[F[B], B]Either an action in For a pure function used to extract theOuterResourcefrom theInnerResourceEither an action in For a pure function used to extract theOuterResourcefrom theInnerResourceThe effect in the Leftbranch will be performed *interruptibly*, it is not afforded the same kind of safety asacquireandreleaseactions whenFis an effect type that supports interruption/cancellation.When FisIdentity, it doesn't matter whether the output is aLeftorRightbranch.When consuming the output of extractyou can use_.fold(identity, F.pure)to convert theEithertoF[B]
-   final  def flatMap[G[x] >: F[x], B](f: (DockerCmdExecFactory) => 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
 
-  val lifecycle: Lifecycle[[_]F[_], DockerCmdExecFactory]
-   final  def map[G[x] >: F[x], B](f: (DockerCmdExecFactory) => 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: model.definition.Lifecycle.InnerResource): F[Unit]The action in Fused to release, close or deallocate the resource after it has been acquired and used through izumi.distage.model.definition.Lifecycle.SyntaxUse#use.The action in Fused to release, close or deallocate the resource after it has been acquired and used through izumi.distage.model.definition.Lifecycle.SyntaxUse#use.
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-   final  def void[G[x] >: F[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 >: DockerCmdExecFactory]: Lifecycle[[_]F[_], B]- Definition Classes
- Lifecycle
- Annotations
- @inline()
 
-   final  def widenF[G[x] >: F[x]]: Lifecycle[G, DockerCmdExecFactory]- Definition Classes
- Lifecycle
- Annotations
- @inline()
 
-   final  def wrapAcquire[G[x] >: F[x]](f: (=> G[InnerResource]) => G[InnerResource]): Lifecycle[G, DockerCmdExecFactory]Wrap acquire action of this resource in another effect, e.g. Wrap acquire action of this resource in another effect, e.g. for logging purposes - Definition Classes
- Lifecycle
 
-   final  def wrapRelease[G[x] >: F[x]](f: ((InnerResource) => G[Unit], InnerResource) => G[Unit]): Lifecycle[G, DockerCmdExecFactory]Wrap release action of this resource in another effect, e.g. Wrap release action of this resource in another effect, e.g. for logging purposes - Definition Classes
- Lifecycle
 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated