implicit final class ComponentFactoryStarterSpec[Stopper <: State] extends AnyVal
- Grouped
- Alphabetic
- By Inheritance
- ComponentFactoryStarterSpec
- AnyVal
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ComponentFactoryStarterSpec(cf: ComponentSpec[Unspecified, Stopper])
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 ComponentFactoryStarterSpec[Stopper] to any2stringadd[ComponentFactoryStarterSpec[Stopper]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ComponentFactoryStarterSpec[Stopper], B)
- Implicit
- This member is added by an implicit conversion from ComponentFactoryStarterSpec[Stopper] to ArrowAssoc[ComponentFactoryStarterSpec[Stopper]] 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: (ComponentFactoryStarterSpec[Stopper]) ⇒ Boolean, msg: ⇒ Any): ComponentFactoryStarterSpec[Stopper]
- Implicit
- This member is added by an implicit conversion from ComponentFactoryStarterSpec[Stopper] to Ensuring[ComponentFactoryStarterSpec[Stopper]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ComponentFactoryStarterSpec[Stopper]) ⇒ Boolean): ComponentFactoryStarterSpec[Stopper]
- Implicit
- This member is added by an implicit conversion from ComponentFactoryStarterSpec[Stopper] to Ensuring[ComponentFactoryStarterSpec[Stopper]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ComponentFactoryStarterSpec[Stopper]
- Implicit
- This member is added by an implicit conversion from ComponentFactoryStarterSpec[Stopper] to Ensuring[ComponentFactoryStarterSpec[Stopper]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ComponentFactoryStarterSpec[Stopper]
- Implicit
- This member is added by an implicit conversion from ComponentFactoryStarterSpec[Stopper] to Ensuring[ComponentFactoryStarterSpec[Stopper]] 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 ComponentFactoryStarterSpec[Stopper] to StringFormat[ComponentFactoryStarterSpec[Stopper]] 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
toStart(simple: (ExecutionContext) ⇒ Unit): ComponentSpec[Specified, Stopper]
Specify a synchronous action to invoke to start the component.
Specify a synchronous action to invoke to start the component. The action will provide the appropriate scala.concurrent.ExecutionContext to invoke further asynchronous actions.
- simple
A synchronous action to be invoked to start the component.
- returns
The ComponentSpec
-
def
toStart(simple: ⇒ Unit): ComponentSpec[Specified, Stopper]
Specify a synchronous action to invoke to start the component.
Specify a synchronous action to invoke to start the component.
- simple
A synchronous action to be invoked to start the component.
- returns
The ComponentSpec
-
def
toStartAsync(async: (ExecutionContext) ⇒ Future[Unit]): ComponentSpec[Specified, Stopper]
Specify an asynchronous action to invoke to start the component.
Specify an asynchronous action to invoke to start the component. The action will be provided the appropriate scala.concurrent.ExecutionContext to invoke further asynchronous actions.
- async
An asynchronous action to be invoked to start the component.
- returns
The ComponentSpec
-
def
toString(): String
- Definition Classes
- Any
-
def
→[B](y: B): (ComponentFactoryStarterSpec[Stopper], B)
- Implicit
- This member is added by an implicit conversion from ComponentFactoryStarterSpec[Stopper] to ArrowAssoc[ComponentFactoryStarterSpec[Stopper]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc