On this page
Trait scala.runtime.RangedProxy
@nowarn("cat=deprecation")
trait RangedProxy[T] extends Typed[T]
| Supertypes | |
|---|---|
| Known subtypes |
Types
Source
type ResultWithoutStep
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
Source
Source
def self: T
| Inherited from | Typed |
|---|
Source
© 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