jvm MongoDB request DSL • opensavvy.ktmongo.dsl.path • div div¶ operator fun Path.div(segment: PathSegment): Path Returns a new Path instance that is the concatenation of the current path and a segment. operator fun Path.div(path: Path): Path Returns a new Path instance that is the concatenation of the current path and a child path. Danger. This API does not check that path makes sense as a child of the current path!