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. trait TryCatch[Value, OuterDomain, BlockDomain] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  5. trait TryCatchFinally[Value, OuterDomain, BlockDomain, FinalizerDomain] extends AnyRef

    Permalink

    The type class to support try ...

    The type class to support try ... catch ... finally expression for OutputDomain.

    !-notation is allowed by default for ? !! Throwable and Future domains, with the help of this type class.

    Annotations
    @implicitNotFound( ... )
  6. trait TryFinally[Value, OuterDomain, BlockDomain, FinalizerDomain] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  7. 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.

  8. 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. object TryCatch extends LowPriorityTryCatch

    Permalink
  7. object TryCatchFinally

    Permalink
  8. object TryFinally extends LowPriorityTryFinally

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

    Permalink
  10. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. 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
  23. implicit def nothingContinuationDsl[Keyword, LeftDomain, RightDomain](implicit restDsl: Dsl[Keyword, RightDomain, Nothing]): Dsl[Keyword, !![LeftDomain, RightDomain], Nothing]

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

    Permalink
  25. final def notify(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. 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