final class Bins extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bins
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Bins(start: Double, end: Double, size: Double)
Value Members
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Bins → Equals
- val end: Double
-
def
equals(obj: Any): Boolean
- Definition Classes
- Bins → Equals → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Bins → AnyRef → Any
-
def
productArity: Int
- Definition Classes
- Bins → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Bins → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Bins → Product
- val size: Double
- val start: Double
-
def
toString(): String
- Definition Classes
- Bins → AnyRef → Any
- def withEnd(end: Double): Bins
- def withSize(size: Double): Bins
- def withStart(start: Double): Bins