Object/Trait

com.thoughtworks.dsl

Dsl

Related Docs: trait Dsl | package dsl

Permalink

object Dsl extends LowPriorityDsl0

Source
Dsl.scala
Linear Supertypes
LowPriorityDsl0, LowPriorityDsl1, LowPriorityDsl2, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dsl
  2. LowPriorityDsl0
  3. LowPriorityDsl1
  4. LowPriorityDsl2
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type !![R, +A] = ((A) ⇒ R @com.thoughtworks.dsl.Dsl.reset) ⇒ R

    Permalink
  2. type Continuation[R, +A] = ((A) ⇒ R @com.thoughtworks.dsl.Dsl.reset) ⇒ R

    Permalink
  3. trait Keyword[Self, Value] extends Any

    Permalink

    Self

    the self type

    See also

    Curiously recurring template pattern for the reason why we need the Self type parameter

  4. final class reset extends Annotation with ResetAnnotation with StaticAnnotation with TypeConstraint

    Permalink

    An annotation to explicitly perform reset control operator on a code block.

    An annotation to explicitly perform reset control operator on a code block.

    Note

    This annotation can be automatically added if ResetEverywhere compiler plug-in is enabled.

  5. final class shift extends Annotation with StaticAnnotation

    Permalink

    An annotation to mark a method is a shift control operator.

Value Members

  1. val !!: Continuation.type

    Permalink
  2. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. object Continuation

    Permalink
  6. def apply[Keyword, Domain, Value](implicit typeClass: Dsl[Keyword, Domain, Value]): Dsl[Keyword, Domain, Value]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit def derivedFunction1Dsl[Keyword, State, Domain, Value](implicit restDsl: Dsl[Keyword, Domain, Value]): Dsl[Keyword, (State) ⇒ Domain, Value]

    Permalink
    Definition Classes
    LowPriorityDsl1
  10. implicit def derivedTailRecDsl[Keyword, Domain, Value](implicit restDsl: Dsl[Keyword, Domain, Value]): Dsl[Keyword, TailRec[Domain], Value]

    Permalink
  11. implicit def derivedThrowableTailRecDsl[Keyword, LeftDomain, Value](implicit restDsl: Dsl[Keyword, !![LeftDomain, Throwable], Value]): Dsl[Keyword, !![TailRec[LeftDomain], Throwable], Value]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. implicit def nothingCollectionDsl[Keyword, Element, Collection[_]](implicit factory: Factory[Element, Collection[Element]], restDsl: Dsl[Keyword, Element, Nothing]): Dsl[Keyword, Collection[Element], Nothing]

    Permalink
    Definition Classes
    LowPriorityDsl2
  20. implicit def nothingContinuationDsl[Keyword, LeftDomain, RightDomain](implicit restDsl: Dsl[Keyword, RightDomain, Nothing]): Dsl[Keyword, !![LeftDomain, RightDomain], Nothing]

    Permalink
  21. implicit def nothingFutureDsl[Keyword, Domain](implicit restDsl: Dsl[Keyword, Domain, Nothing]): Dsl[Keyword, Future[Domain], Nothing]

    Permalink
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. implicit def throwableContinuationDsl[Keyword, LeftDomain, Value](implicit restDsl: Dsl[Keyword, LeftDomain, Value]): Dsl[Keyword, !![LeftDomain, Throwable], Value]

    Permalink
    Definition Classes
    LowPriorityDsl0
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowPriorityDsl0

Inherited from LowPriorityDsl1

Inherited from LowPriorityDsl2

Inherited from AnyRef

Inherited from Any

Ungrouped