Yield

com.thoughtworks.dsl.keywords.Yield$package$.Yield$
opaque object Yield

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Yield.type

Members list

Concise view

Type members

Classlikes

object From

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
From.type

Types

opaque type From[FromCollection <: IterableOnce[_]]

Value members

Concrete methods

def From[FromCollection <: IterableOnce[_]](using dummyImplicit: DummyImplicit): FromCollection =:= From[FromCollection]
def apply[A](element0: A, element1: A, elements: A*): From[Seq[A]]

Inherited methods

def apply[A](elements: A*): From[Seq[A]]

Attributes

Inherited from:
LowPriorityYield3 (hidden)

Givens

Givens

given given_IsKeyword_Yield_Unit[Element]: given_IsKeyword_Yield_Unit[Element]
given given_Original_Yield_LazyList_Unit[Element, That >: Element]: Original[Yield[Element], LazyList[That], Unit]

Inherited givens

given given_Original_From_Collection_Unit[A, FromCollection <: SomeIterableOps[A], Collection <: (SeqOps)]: Original[From[FromCollection], Collection[A], Unit]

Attributes

Inherited from:
LowPriorityYield1 (hidden)
given given_Original_From_Iterator_Unit[A, FromCollection <: IterableOnce[A]]: Original[From[FromCollection], Iterator[A], Unit]

Attributes

Inherited from:
LowPriorityYield3 (hidden)
given given_Original_Yield_Collection_Unit[A, B >: A, Collection <: (SeqOps)]: Original[Yield[A], Collection[B], Unit]

Attributes

Inherited from:
LowPriorityYield1 (hidden)

Attributes

Inherited from:
LowPriorityYield3 (hidden)

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]