final class Square extends DotSymbol with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Square
- DotSymbol
- Symbol
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Square → Equals
- val dot: Boolean
-
def
equals(obj: Any): Boolean
- Definition Classes
- Square → Equals → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Square → AnyRef → Any
- def idx: Int
- def label: String
- val open: Boolean
-
def
productArity: Int
- Definition Classes
- Square → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Square → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
-
def
toString(): String
- Definition Classes
- Square → AnyRef → Any
- def withDot(dot: Boolean): Square
- def withOpen(open: Boolean): Square