AnyRef.G
object G
AnyRef Generic Container Implementations
Generally containers in the Val framework by default handle AnyRef values, though some implementations are abstract. Thus, AnyRef.G provides missing container implementations and definitions relevant to AnyRef types.
- Source
- __.scala
class java.lang.Object
trait scala.Matchable
class Any
Member
object Companion
Companion object contains a set of classes, which provide companion object functionality for customized generic containers.
- Source
- __.scala
class Range[A](val start: A, val end: A, val endIsIn: Boolean)(using val ordering: Ordering[A]) extends AnyRef.G.Range.X.Abstract[A]
- Source
- Range.scala
class Range[A](val start: A, val end: A, val endIsIn: Boolean)(using val ordering: Ordering[A]) extends AnyRef.G.Range.X.Abstract[A]
- Source
- Range.scala