assumed

equality.Eq$.assumed
See theassumed companion object
sealed trait assumed[-T] extends Eq[T]

Attributes

Companion
object
Graph
Supertypes
trait Eq[T]
class Object
trait Matchable
class Any
Known subtypes
object assumed.type

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Eq -> Any