StepFunctionTraversal
lightdb.traverse.GraphTraversal.StepFunctionTraversal
case class StepFunctionTraversal[N <: Document[N]](startIds: Set[Id[N]], step: Id[N] => Task[Set[Id[N]]], maxDepth: Int)
A traversal that uses a step function to find neighbors This provides compatibility with legacy code that used BFSEngine.withStepFunction
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article