comprehension

class Object
trait Matchable
class Any

Extensions

Extensions

extension [From, Keyword, Value](keyword: From)(using asKeyword: SearchIsKeywordFirst[From, Keyword, Value])
@inline
def as[Domain](using run: Run[Keyword, Domain, Value]): Domain
@inline
def flatMap[Mapped, MappedValue](flatMapper: Value => Mapped)(using IsKeyword[Mapped, MappedValue]): FlatMap[Keyword, Value, Mapped]
@inline
def map[MappedValue](mapper: Value => MappedValue): FlatMap[Keyword, Value, Pure[MappedValue]]
@inline
def to[Domain[_]](using run: Run[Keyword, Domain[Value], Value]): Domain[Value]
@inline
def withFilter[Mapped, MappedValue](filter: Value => Boolean): WithFilter[Keyword, Value]