Ops

object Ops extends Ops
Companion
class
class Ops
class Object
trait Matchable
class Any

Extensions

Inherited extensions

extension [From, Keyword, Value](from: From)
transparent inline
def unary_!(using inline asKeyword: SearchIsKeywordFirst[From, Keyword, Value]): Value
Inherited from
Ops
extension [From, Keyword, Value](from: From)(using inline asKeyword: SearchIsKeywordFirst[From, Keyword, Value])
inline
def flatMap[Mapped, MappedValue](flatMapper: Value => Mapped)(using IsKeyword[Mapped, MappedValue]): FlatMap[Keyword, Value, Mapped]
Inherited from
Ops
inline
def map[MappedValue](mapper: Value => MappedValue): FlatMap[Keyword, Value, Pure[MappedValue]]
Inherited from
Ops
inline
def withFilter[Mapped, MappedValue](filter: Value => Boolean): WithFilter[Keyword, Value]
Inherited from
Ops