RArr

ostrat.RArr
See theRArr companion class
object RArr

Companion object for the RArr class contains factory apply method, EqT implicit type class instance and Extension method for Arr[A] where A extends AnyRef.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RArr.type

Members list

Type members

Classlikes

implicit class RArrArrayExtension[A](val arr: RArr[Array[A]])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class RArrExtension[A <: AnyRef](thisArr: RArr[A])

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](input: A*)(implicit ct: ClassTag[A]): RArr[A]

Factory apply method for RArr class.

Factory apply method for RArr class.

Attributes

def uninitialised[A](length: Int)(implicit ct: ClassTag[A]): RArr[A]

Creates new uninitialised RArr of the given length.

Creates new uninitialised RArr of the given length.

Attributes

Implicits

Implicits

final implicit def RArrArrayExtension[A](arr: RArr[Array[A]]): RArrArrayExtension[A]
final implicit def RArrExtension[A <: AnyRef](thisArr: RArr[A]): RArrExtension[A]
implicit def eqTEv[A](implicit evA: EqT[A]): EqT[RArr[A]]
implicit def showEv[A](implicit evAIn: Show[A]): Show[RArr[A]]

Implicit Show type class instance / evidence for RArr.

Implicit Show type class instance / evidence for RArr.

Attributes

implicit def unshowEv[A](implicit evA: Unshow[A], ct: ClassTag[A]): UnshowSeq[A, RArr[A]]

Implicit Unshow type class instance / evidence for RArr.

Implicit Unshow type class instance / evidence for RArr.

Attributes