trait RepeatBehaviour[A] extends AnyRef

Self Type
RepeatBehaviour[A] with EmitBehaviour
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RepeatBehaviour
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val dedupEnabled: Boolean
  2. abstract val searchAlgorithm: RepeatBehaviour.SearchAlgorithm.Value
  3. abstract def shouldEmit(element: A, currentDepth: Int): Boolean
  4. abstract val times: Option[Int]
  5. abstract val untilCondition: Option[(Traversal[A]) => Traversal[_]]

Concrete Value Members

  1. def timesReached(currentDepth: Int): Boolean
  2. def untilConditionReached(element: A): Boolean