RepeatBehaviour

overflowdb.traversal.RepeatBehaviour
See theRepeatBehaviour companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def shouldEmit(element: A, currentDepth: Int): Boolean

Concrete methods

def maxDepthReached(currentDepth: Int): Boolean
def untilConditionReached(element: A): Boolean
def whileConditionIsDefinedAndEmpty(element: A): Boolean

Abstract fields

val dedupEnabled: Boolean
val maxDepth: Option[Int]
val searchAlgorithm: Value
val untilCondition: Option[A => Iterator[_]]
val whileCondition: Option[A => Iterator[_]]