ThoughtWorksInc/Dsl.scala
2.0.0-M2+267-93826f4d
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.keywords
/
Yield
Yield
object
Yield
extends
LowPriorityYield0
Graph
Supertypes
Self type
trait
LowPriorityYield0
trait
LowPriorityYield1
trait
LowPriorityYield3
class
Object
trait
Matchable
class
Any
Yield
Type members
Value members
Givens
Extensions
Implicits
Type members
Classlikes
object
From
extends
LowPriorityFrom0
Types
opaque type
From
[FromCollection <:
IterableOnce
[_]]
Value members
Concrete methods
def
apply
[Element]: Element
=:=
Yield
[Element]
def
apply
[A](element0: A, element1: A, elements: A*):
From
[
Seq
[A]]
Inherited methods
def
apply
[A](elements: A*):
From
[
Seq
[A]]
Inherited from
LowPriorityYield3
Givens
Givens
given
IsKeyword_Yield_Unit
[Element]:
IsKeyword
[
Yield
[
Element
],
Unit
]
given
Original_Yield_IndexedSeqView_Unit
:
Original
[
Yield
[
A
],
IndexedSeqView
[
B
],
Unit
]
given
Original_Yield_LazyList_Unit
:
Original
[
Yield
[
Element
],
LazyList
[
That
],
Unit
]
given
Original_Yield_SeqView_Unit
:
Original
[
Yield
[
A
],
SeqView
[
B
],
Unit
]
given
Original_Yield_View_Unit
:
Original
[
Yield
[
A
],
View
[
B
],
Unit
]
Inherited givens
given
Original_From_Collection_Unit
:
Original
[
From
[
FromCollection
],
Collection
[
A
],
Unit
]
Inherited from
LowPriorityYield1
given
Original_From_Iterator_Unit
:
Original
[
From
[
FromCollection
],
Iterator
[
A
],
Unit
]
Inherited from
LowPriorityYield3
given
Original_Yield_Collection_Unit
:
Original
[
Yield
[
A
],
Collection
[
B
],
Unit
]
Inherited from
LowPriorityYield1
given
Original_Yield_Iterator_Unit
:
Original
[
Yield
[
A
],
Iterator
[
B
],
Unit
]
Inherited from
LowPriorityYield3
Extensions
Extensions
extension [A](a:
A
)
transparent inline
def
unary_!
(using inline notKeyword:
NotGiven
[
A
<:<
Keyword
]):
Unit
Implicits
Implicits
implicit
def
streamYieldDsl
[Element, That >: Element]:
Original
[
Yield
[Element],
Stream
[That],
Unit
]