RangedProxy

@nowarn("cat=deprecation")
trait RangedProxy[T] extends Typed[T]
trait Typed[T]
trait Proxy
class Any
trait IntegralProxy[T]
class RichChar
class RichLong
class RichInt

Type members

Value members

Abstract methods

def to(end: T, step: T): IndexedSeq[T]
def until(end: T, step: T): IndexedSeq[T]

Inherited methods

override def equals(that: Any): Boolean
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala
override def hashCode: Int
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala
def self: T
Inherited from:
Typed
Source:
Proxy.scala
override def toString: String
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala