Player

case class Player(rating: Double, deviation: Double, volatility: Double)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def afterPeriod(results: Seq[Result], tuning: Tuning): Player
def maxRating: Double
def minRating: Double

Inherited methods

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