To

given To[ForYield <: Yield[Element], Element, Collection]: IsKeyword[To[ForYield, Element, Collection], Collection]

Extensions

Inherited extensions

extension (keyword: Keyword)
@inline
def as[Domain](using run: Run[To[ForYield, Element, Collection], Domain, Collection]): Domain
Inherited from
IsKeyword
@inline
def to[Domain[_]](using run: Run[To[ForYield, Element, Collection], Domain[Collection], Collection]): Domain[Collection]
Inherited from
IsKeyword
extension (keywordOrView: KeywordOrView)
def flatMap[Mapped <: Yield[MappedElement], MappedElement](flatMapper: Collection => Mapped): FlatMap[To[ForYield, Element, Collection], Collection, Mapped, MappedElement]
Inherited from
HasValueOrElement
def foreach(action: Element => Unit): Foreach[To[ForYield, Element, Collection], Collection]
Inherited from
HasValueOrElement
def foreach[Nested <: Do](action: Collection => Nested): FlatForeach[To[ForYield, Element, Collection], Collection, Nested]
Inherited from
HasValueOrElement
def map[Mapped](mapper: Collection => Mapped): Map[To[ForYield, Element, Collection], Collection, Mapped]
Inherited from
HasValueOrElement
def withFilter(filter: Element => Boolean): WithFilter[To[ForYield, Element, Collection], Collection]
Inherited from
HasValueOrElement