stop

mgo.evolution.stop
object stop

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
stop.type

Members list

Type members

Types

type StopCondition[S, I] = (S, Vector[I]) => Boolean

Value members

Concrete methods

def afterDuration[S, I](d: Time, start: Lens[S, Long]): S => I
def afterEvaluated[S, I](e: Long, evaluated: Lens[S, Long]): S => I
def afterGeneration[S, I](g: Long, generation: Lens[S, Long]): S => I
def never[S, I]: S => I