Range

cats.collections.Range$
See theRange companion class
object Range

Attributes

Companion:
class
Source:
Range.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Range.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit def eqRange[A : Eq]: Eq[Range[A]]

Attributes

Source:
Range.scala
implicit def rangeShowable[A](implicit s: Show[A]): Show[Range[A]]

Attributes

Source:
Range.scala