Ops

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

Extensions

Extensions

extension [From, Keyword, Value](from: From)
transparent inline
def unary_!(using inline asKeyword: SearchIsKeywordFirst[From, Keyword, Value]): Value
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]
inline
def map[MappedValue](mapper: Value => MappedValue): FlatMap[Keyword, Value, Pure[MappedValue]]
inline
def withFilter[Mapped, MappedValue](filter: Value => Boolean): WithFilter[Keyword, Value]