ThoughtWorksInc/Dsl.scala
2.0.0-M2+301-5518f143
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_KeywordOrView_Element
HasValueOrElement
IsKeyword
IsStackSafe
IsStackSafe_TailRec
IsStackSafe
Keyword
Opaque
Of
Trait
Lift
Lift_CastFrom_CastTo
OneStep
OneStep
Lift
Original
Run
Searching
AtomicThenComposedThenStackSafeDerivedThenStackUnsafeDerived
AtomicThenStackSafeDerivedThenComposedThenStackUnsafeDerived
TrampolineFunction1
com.thoughtworks.dsl.domains
Continuation
Task
scalaz
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
Fence
given_IsKeyword_Fence_type_Unit
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
DslComposer
TryCatchFinally
TryCatchFinally
TryFinally
TryFinally
Typed
IsKeyword_Typed_Value
Using
IsKeyword_Using_R
ScopeExitHandler
While
While
Yield
From
IsKeyword_From_Unit
IsKeyword_Yield_Unit
com.thoughtworks.dsl.macros
Reset
*
Reset
Macros
scala.async
Async
ThoughtWorksInc/Dsl.scala
/
com.thoughtworks.dsl
/
Dsl
/
IsKeyword
IsKeyword
trait
IsKeyword
[Keyword, Value] extends
HasValueOrElement
[
Keyword
,
Value
]
Graph
Supertypes
trait
HasValueOrElement
[
Keyword
,
Value
]
class
Object
trait
Matchable
class
Any
Extensions
Extensions
Extensions
extension (keyword:
Keyword
)
@
inline
def
as
[Domain](using run: (
Keyword
, Domain) =>
Value
): Domain
@
inline
def
to
[Domain[_]](using run: (
Keyword
, Domain[
Value
]) =>
Value
): Domain[
Value
]
Inherited extensions
extension (keywordOrView:
KeywordOrView
)
def
flatMap
[Mapped <:
Yield
[MappedElement], MappedElement](flatMapper:
Value
=> Mapped):
FlatMap
[
Keyword
,
Value
, Mapped, MappedElement]
Inherited from
HasValueOrElement
def
foreach
(action:
Element
=>
Unit
):
Foreach
[
Keyword
,
Value
]
Inherited from
HasValueOrElement
def
foreach
[Nested <:
Do
](action:
Value
=> Nested):
FlatForeach
[
Keyword
,
Value
, Nested]
Inherited from
HasValueOrElement
def
map
[Mapped](mapper:
Value
=> Mapped):
Map
[
Keyword
,
Value
, Mapped]
Inherited from
HasValueOrElement
def
withFilter
(filter:
Element
=>
Boolean
):
WithFilter
[
Keyword
,
Value
]
Inherited from
HasValueOrElement