ThoughtWorksInc/Dsl.scala
2.0.0-M2+322-1abdbe6d
ThoughtWorksInc/Dsl.scala
com.thoughtworks.dsl
Dsl
Composed
Derived
StackSafe
StackUnsafe
For
Do
FlatForeach
Foreach
KeywordForeach
Do
Yield
FlatMap
KeywordMap
Map
WithFilter
Yield
For
HasValueOrElement
HasValueOrElement
IsKeyword
IsStackSafe
IsStackSafe
Keyword
Opaque
Of
Trait
Lift
OneStep
OneStep
Lift
Original
Run
Searching
AtomicThenComposedThenStackSafeDerivedThenStackUnsafeDerived
AtomicThenStackSafeDerivedThenComposedThenStackUnsafeDerived
TrampolineFunction1
com.thoughtworks.dsl.domains
Continuation
Task
scalaz
com.thoughtworks.dsl.keywords
AsynchronousIo
AsynchronousIo
Accept
Connect
Read
ReadFile
Write
WriteFile
Await
Each
To
To
ToView
ToKeyword
Fence
given_IsKeyword_Fence_type_Unit
FlatMap
FlatMap
Get
If
If
Match
WithIndex
WithIndex
Monadic
NoneSafe
Pure
Put
Return
Shift
SameDomainStackSafeShiftDsl
StackSafeShiftDsl
Suspend
TryCatch
TryCatch
DslComposer
TryCatchFinally
TryCatchFinally
TryFinally
TryFinally
Typed
Using
ScopeExitHandler
While
While
Yield
From
com.thoughtworks.dsl.macros
Reset
*
Reset
Macros
scala.async
Async
ThoughtWorksInc/Dsl.scala
/
com.thoughtworks.dsl
/
Dsl
/
For
/
Yield
/
Map
Map
final case
class
Map
[
Upstream
,
UpstreamElement
,
Element
](
upstream:
Upstream
,
mapper:
UpstreamElement
=>
Element
)
extends
Yield
[
Element
]
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
Yield
[
Element
]
trait
For
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product