TraversalPath
lightdb.traverse.TraversalPath
case class TraversalPath[E <: EdgeDocument[E, From, To], From <: Document[From], To <: Document[To]](edges: List[E])
A path in a traversal
Value parameters
- edges
-
The edges that make up the path
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article