neo4s.query.compat.package.scala Maven / Gradle / Ivy
The newest version!
package neo4s.query
package object compat {
type LazyList[A] = Stream[A]
val LazyList = scala.Stream
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy