ThoughtWorksInc/Dsl.scala
2.0.0+39-4dd79a87
ThoughtWorksInc/Dsl.scala
API
com.thoughtworks.dsl
Dsl
Derived
For
Do
FlatForeach
Foreach
KeywordForeach
Do
Yield
FlatMap
KeywordMap
Map
WithFilter
Yield
For
HasValueOrElement
HasValueOrElement
IsKeyword
IsStackSafe
IsStackSafe
Keyword
Opaque
Trait
Lift
OneStep
OneStep
Lift
Run
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
Suspend
TryCatch
TryCatch
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
/
IsKeyword
IsKeyword
com.thoughtworks.dsl.Dsl$package$.Dsl$.IsKeyword
trait
IsKeyword
[
Keyword
,
Value
]
extends
HasValueOrElement
[
Keyword
,
Value
]
Attributes
Source:
Dsl.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
HasValueOrElement
[
Keyword
,
Value
]
class
Object
trait
Matchable
class
Any
Known subtypes
object
given_IsKeyword_Fence_type_Unit
.type
Clear all
Members list
Concise view
Extensions
Extensions
extension
(keyword:
Keyword
)
def
as
[
Domain
](
using
run
: (
Keyword
,
Domain
)
=>
Value
):
Domain
Attributes
Source:
Dsl.scala
def
to
[
Domain
[
_
]](
using
run
: (
Keyword
,
Domain
[
Value
])
=>
Value
):
Domain
[
Value
]
Attributes
Source:
Dsl.scala
Inherited extensions
extension
(keywordOrView:
KeywordOrView
)
def
flatMap
[
Mapped
<:
Yield
[
MappedElement
],
MappedElement
](
flatMapper
:
Value
=>
Mapped
):
FlatMap
[
KeywordOrView
,
Element
,
Mapped
,
MappedElement
]
Attributes
Inherited from:
HasValueOrElement
Source:
Dsl.scala
def
foreach
(
action
:
Element
=>
Unit
):
Foreach
[
KeywordOrView
,
Element
]
Attributes
Inherited from:
HasValueOrElement
Source:
Dsl.scala
def
foreach
[
Nested
<:
Do
](
action
:
Value
=>
Nested
):
FlatForeach
[
KeywordOrView
,
Element
,
Nested
]
Attributes
Inherited from:
HasValueOrElement
Source:
Dsl.scala
def
map
[
Mapped
](
mapper
:
Value
=>
Mapped
):
Map
[
KeywordOrView
,
Element
,
Mapped
]
Attributes
Inherited from:
HasValueOrElement
Source:
Dsl.scala
def
withFilter
(
filter
:
Element
=>
Boolean
):
WithFilter
[
KeywordOrView
,
Element
]
Attributes
Inherited from:
HasValueOrElement
Source:
Dsl.scala