All Downloads are FREE. Search and download functionalities are using the official Maven repository.

overflowdb.package.scala Maven / Gradle / Ivy

There is a newer version: 1.193
Show newest version
package object overflowdb {
  implicit def toPropertyKeyOps[A](propertyKey: PropertyKey[A]): PropertyKeyOps[A] = new PropertyKeyOps[A](propertyKey)
  implicit def toGraphSugar(graph: Graph): GraphSugar = new GraphSugar(graph)
  implicit def toNodeSugar(node: Node): NodeSugar = new NodeSugar(node)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy