ThoughtWorksInc/Dsl.scala
2.0.0-M2+128-447d383d
ThoughtWorksInc/Dsl.scala
com.thoughtworks.dsl
Dsl
Dsl
AsKeyword
IsKeyword
IsKeywordSubtype
SearchIsKeywordFirst
AsKeyword
Comprehension
Container
FlatMap
KeywordMap
Map
WithFilter
Container
DiscardValue
FlatForeach
Foreach
KeywordForeach
DiscardValue
Comprehension
HasValueOrElement
Container_Element
HasValueOrElement
Keyword
Opaque
Of
Trait
Lift
Lift_CastFrom_CastTo
OneStep
OneStep
Lift
PolyCont
Run
Run_Keyword_Domain_Value
Run
TryCatch
TryCatch
TryCatchFinally
TryCatchFinally
TryFinally
TryFinally
reset
*
com.thoughtworks.dsl.domains
Continuation
Task
scalaz
ScalazTransformerDsl
com.thoughtworks.dsl.keywords
AsynchronousIo
AsynchronousIo
Accept
Connect
IsKeyword_Keyword_Value
Read
ReadFile
Write
WriteFile
Await
IsKeyword_Await_Result
Each
Each
IsKeyword_Each_Element
FlatMap
FlatMap
IsKeyword_FlatMap_MappedValue
PolyCont_FlatMap_Domain_MappedValue
ForEach
ForEach
IsKeyword_ForEach_Element
Get
Get
IsKeyword_Get_S
If
If
PolyCont_If_Domain_Value
In
IsKeyword_In_Element
`Dsl_In_!!_Element`
Match
WithIndex
`PolyCont_+:_Domain_LastValue`
`PolyCont_+:_Domain_Value`
Monadic
IsKeyword_Monadic_Value
NoneSafe
NoneSafe
IsKeyword_NoneSafe_A
Pure
IsKeyword_Pure_PureValue
Put
Put
IsKeyword_Put_Unit
Return
Dsl_Return_Domain_Nothing
IsKeyword_Return_Nothing
Shift
IsKeyword_Shift_Value
StackSafeShiftDsl
Suspend
IsKeyword_Suspend_UpstreamValue
PolyCont_Suspend_Domain_Value
ToView
IsKeyword_ToView_Value
ToKeyword
TryCatch
TryCatch
TryCatchFinally
TryCatchFinally
TryFinally
TryFinally
Typed
IsKeyword_Typed_Value
Using
IsKeyword_Using_R
ScopeExitHandler
While
While
PolyCont_While_Domain_Unit
Yield
From
IsKeyword_From_Unit
IsKeyword_Yield_Unit
scala.async
Async
ThoughtWorksInc/Dsl.scala
/
com.thoughtworks.dsl
/
Dsl
/
Lift
Lift
@
FunctionalInterface
trait
Lift
[From, +To] extends
From
=>
To
Companion
object
Graph
Supertypes
Known subtypes
trait
From
=>
To
class
Object
trait
Matchable
class
Any
trait
OneStep
[
From
,
To
]
Value members
Value members
Inherited methods
@
unspecialized
def
andThen
[A](g:
To
=> A):
From
=> A
Inherited from
Function1
def
apply
(v1:
From
):
To
Inherited from
Function1
@
unspecialized
def
compose
[A](g: A =>
From
): A =>
To
Inherited from
Function1
override
def
toString
():
String
Definition Classes
Function1
->
Any
Inherited from
Function1