ThoughtWorksInc/Dsl.scala
2.0.0-M2+26-7503175b
ThoughtWorksInc/Dsl.scala
com.thoughtworks.dsl
Dsl
Dsl
AsKeyword
FromKeyword
FromKeywordSubtype
SearchFromKeywordFirst
AsKeyword
Lift
Lift_CastFrom_CastTo
OneStep
OneStep
Lift
PolyCont
Run
Run_Keyword_Domain_Value
Run
TryCatch
Ops
TryCatch
TryCatchFinally
Ops
TryCatchFinally
TryFinally
Ops
TryFinally
Typed
AnyRef
FromKeyword_Typed_Value
ToTypedKeyword
bangnotation
*
Macros
com.thoughtworks.dsl.domains
Continuation
Task
scalaz
ScalazTransformerDsl
com.thoughtworks.dsl.keywords
AsynchronousIo
AsynchronousIo
Accept
Connect
FromKeyword_Keyword_Value
Read
ReadFile
Write
WriteFile
Await
FromKeywordSubtype_Future_Await_Value
FromKeyword_Await_Result
Continue
Continue
given_FromKeyword_Continue_Nothing
given_FromKeyword_Continue_type_Nothing
Each
Each
FromKeyword_Each_Element
FlatMap
FlatMap
FromKeyword_FlatMap_MappedValue
PolyCont_FlatMap_Domain_MappedValue
ForEach
ForEach
FromKeyword_ForEach_Element
Fork
Fork
FromKeyword_Fork_Element
MultipleException
Get
Get
FromKeyword_Get_S
If
If
PolyCont_If_Domain_Value
In
Dsl_In_Domain_Element
FromKeyword_In_Element
`Dsl_In_!!_Element`
Map
Map
FromKeyword_Map_Value
Match
WithIndex
`PolyCont_+:_Domain_LastValue`
`PolyCont_+:_Domain_Value`
Monadic
FromKeywordSubtype_Functor_Monadic_Value
FromKeyword_Monadic_Value
NoneSafe
NoneSafe
FromKeyword_NoneSafe_A
Pure
FromKeyword_Pure_PureValue
Put
Put
FromKeyword_Put_Unit
Return
Dsl_Return_Domain_Nothing
FromKeyword_Return_Nothing
Shift
FromKeyword_Shift_Value
StackSafeShiftDsl
`FromKeywordSubtype_!!_Shift_Value`
Suspend
FromKeyword_Suspend_UpstreamValue
PolyCont_Suspend_Domain_Value
TryCatch
TryCatch
TryCatchFinally
TryCatchFinally
TryFinally
TryFinally
Using
Using
FromKeyword_Using_R
ScopeExitHandler
While
While
PolyCont_While_Domain_Unit
WithFilter
WithFilter
FromKeyword_WithFilter_UpstreamValue
Yield
From
FromKeyword_From_Unit
FromKeywordSubtype_Element_Yield_Unit
FromKeywordSubtype_FromCollection_From_Unit
FromKeyword_Yield_Unit
ThoughtWorksInc/Dsl.scala
/
com.thoughtworks.dsl
/
Dsl
/
Run
Run
trait
Run
[Keyword, Domain, Value] extends
Keyword
=>
Domain
Companion
object
Graph
Supertypes
trait
Keyword
=>
Domain
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
@
unspecialized
def
andThen
[A](g:
Domain
=> A):
Keyword
=> A
Inherited from
Function1
def
apply
(v1:
Keyword
):
Domain
Inherited from
Function1
@
unspecialized
def
compose
[A](g: A =>
Keyword
): A =>
Domain
Inherited from
Function1
override
def
toString
():
String
Definition Classes
Function1
->
Any
Inherited from
Function1