Scala Library
|
|
scala/collection/immutable/Range.scala
]
object
Long
extends
AnyRefMethod Summary | |
def
|
apply (start : Long, end : Long, step : Long) : Exclusive[Long] |
def
|
inclusive (start : Long, end : Long, step : Long) : Inclusive[Long] |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Library
|
|