atmos.dsl

TerminationPolicyExtensions

Related Doc: package dsl

final case class TerminationPolicyExtensions(self: TerminationPolicy) extends AnyVal with Product with Serializable

Adds DSL extension methods to the termination policy interface.

self

The termination policy to add the extension methods to.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TerminationPolicyExtensions
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyVal
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TerminationPolicyExtensions(self: TerminationPolicy)

    self

    The termination policy to add the extension methods to.

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def &&(that: TerminationPolicy): TerminationPolicy

    Creates a termination policy that signals for termination only after both self and that terminate.

    Creates a termination policy that signals for termination only after both self and that terminate.

    that

    The other termination policy to combine with.

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  8. val self: TerminationPolicy

    The termination policy to add the extension methods to.

  9. def ||(that: TerminationPolicy): TerminationPolicy

    Creates a termination policy that signals for termination after either self or that terminate.

    Creates a termination policy that signals for termination after either self or that terminate.

    that

    The other termination policy to combine with.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Ungrouped