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