implicit final class Component2DependencyOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Component2DependencyOps
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Component2DependencyOps(component: LifecycleComponent)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Component2DependencyOps to any2stringadd[Component2DependencyOps] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Component2DependencyOps, B)
- Implicit
- This member is added by an implicit conversion from Component2DependencyOps to ArrowAssoc[Component2DependencyOps] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
ensuring(cond: (Component2DependencyOps) ⇒ Boolean, msg: ⇒ Any): Component2DependencyOps
- Implicit
- This member is added by an implicit conversion from Component2DependencyOps to Ensuring[Component2DependencyOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Component2DependencyOps) ⇒ Boolean): Component2DependencyOps
- Implicit
- This member is added by an implicit conversion from Component2DependencyOps to Ensuring[Component2DependencyOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Component2DependencyOps
- Implicit
- This member is added by an implicit conversion from Component2DependencyOps to Ensuring[Component2DependencyOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Component2DependencyOps
- Implicit
- This member is added by an implicit conversion from Component2DependencyOps to Ensuring[Component2DependencyOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Component2DependencyOps to StringFormat[Component2DependencyOps] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keepAlive: Dependency
Create a Dependency with keep-alive semantics.
Create a Dependency with keep-alive semantics. This method is not strictly needed as the implicit conversion from LifecycleComponent to Dependency has keep-alive semantics.
- returns
A dependency which, when used, will delay the stop action of the dependency until the using component's stop action is finished.
-
def
noKeepAlive: Dependency
Create a Dependency without keep-alive semantics.
Create a Dependency without keep-alive semantics.
- returns
A dependency which, when used, will not delay the stop action of the dependency until the using component's stop action is finished.
-
def
toString(): String
- Definition Classes
- Any
-
def
→[B](y: B): (Component2DependencyOps, B)
- Implicit
- This member is added by an implicit conversion from Component2DependencyOps to ArrowAssoc[Component2DependencyOps] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc