Sequential

case
class Sequential[S](init: () => S, step: S => S, stop: S => Boolean)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def run: S
def scan: Vector[S]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product