FetchLog

case class FetchLog(q: Queue[Round]) extends Log

A concrete implementation of Log used in Fetch.

A concrete implementation of Log used in Fetch.

trait Serializable
trait Product
trait Equals
trait Log
class Object
trait Matchable
class Any

Value members

Concrete methods

def append(round: Round): Log
def rounds: List[Round]

Inherited methods

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