ThoughtWorksInc/Dsl.scala
2.0.0-M2+223-e0f69e7a
ThoughtWorksInc/Dsl.scala
com.thoughtworks.dsl
Dsl
Atomic
Composed
Derived
StackSafe
StackUnsafe
For
Do
FlatForeach
Foreach
KeywordForeach
Do
Yield
FlatMap
KeywordMap
Map
WithFilter
Yield
For
HasValueOrElement
HasValueOrElement_KeywordOrView_Element
HasValueOrElement
IsKeyword
IsStackSafe
IsStackSafe_TailRec
IsStackSafe
Keyword
Opaque
Of
Trait
Lift
Lift_CastFrom_CastTo
OneStep
OneStep
Lift
Run
Searching
AtomicThenComposedThenStackSafeDerivedThenStackUnsafeDerived
AtomicThenStackSafeDerivedThenComposedThenStackUnsafeDerived
TryCatch
TryCatch
TryCatchFinally
TryCatchFinally
TryFinally
TryFinally
reset
*
Macros
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_FutureResult
Each
IsKeyword_Each_Element
To
To
To
ToView
IsKeyword_ToView_Value
ToKeyword
FlatMap
FlatMap
IsKeyword_FlatMap_MappedValue
Get
IsKeyword_Get_S
If
If
IsKeyword_If_|
Match
WithIndex
WithIndex
Monadic
IsKeyword_Monadic_A
NoneSafe
IsKeyword_NoneSafe_A
Pure
IsKeyword_Pure_PureValue
Put
IsKeyword_Put_Unit
Return
IsKeyword_Return_Nothing
Shift
IsKeyword_Shift_Value
SameDomainStackSafeShiftDsl
StackSafeShiftDsl
Suspend
IsKeyword_Suspend_UpstreamValue
TryCatch
TryCatch
TryCatchFinally
TryCatchFinally
TryFinally
TryFinally
Typed
IsKeyword_Typed_Value
Using
IsKeyword_Using_R
ScopeExitHandler
While
While
Yield
From
IsKeyword_From_Unit
IsKeyword_Yield_Unit
scala.async
Async
ThoughtWorksInc/Dsl.scala
/
com.thoughtworks.dsl
/
Dsl
/
Lift
Lift
object
Lift
extends
LowPriorityLift0
Companion
class
Graph
Supertypes
Self type
trait
LowPriorityLift0
class
Object
trait
Matchable
class
Any
Lift
Type members
Givens
Type members
Classlikes
object
OneStep
extends
LowPriorityOneStep0
Companion
class
@
FunctionalInterface
trait
OneStep
[From, +To] extends
Lift
[
From
,
To
]
Companion
object
Givens
Givens
given
Lift_CastFrom_CastTo
[CastFrom, CastTo >:
CastFrom
]:
Lift
[
CastFrom
,
CastTo
]
Inherited givens
given
Lift_From_To
[From, Intermediate, To](using val step1:
OneStep
[
Intermediate
,
To
], val step0:
Lift
[
From
,
Intermediate
]):
Lift
[
From
,
To
]
Inherited from
LowPriorityLift0