RepeatBehaviour

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

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

Concrete methods

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

Abstract fields

val dedupEnabled: Boolean
val times: Option[Int]
val untilCondition: Option[A => Iterator[_]]
val whileCondition: Option[A => Iterator[_]]