scala / 3.1 / scala / runtime / rangedproxy.html

Trait scala.runtime.RangedProxy

@nowarn("cat=deprecation")
trait RangedProxy[T] extends Typed[T]

Supertypes
Known subtypes

Types

Source

Abstract methods

Source
def to(end: T): ResultWithoutStep

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

Source
def until(end: T): ResultWithoutStep

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

Inherited methods

Source
override def equals(that: Any): Boolean

Definition Classes Proxy -> Any
Inherited from Proxy

Source
override def hashCode: Int

Definition Classes Proxy -> Any
Inherited from Proxy

Source
def self: T

Inherited from Typed

Source
override def toString: String

Definition Classes Proxy -> Any
Inherited from Proxy

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/runtime/RangedProxy.html