GenericInterval

case class GenericInterval(leftMargin: Double, rightMargin: Double, closure: Closure) extends Interval
trait Product
trait Equals
class Interval
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def contains(value: Double): Boolean
Definition Classes
override def toString: String
Definition Classes
Any

Inherited methods

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