TMax

sealed abstract class TMax extends Product with Serializable
Companion:
object
Source:
TMax.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Abstract methods

def value: Int
Source:
TMax.scala

Concrete methods

final override def toString: String
Definition Classes
Any
Source:
TMax.scala

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product