BufferRefExtensions

ostrat.BufferRefExtensions
class BufferRefExtensions[A <: AnyRef](thisBuff: ArrayBuffer[A])

Needs Changing.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def succRArr(implicit ct: ClassTag[A]): Succ[RArr[A]]

Utility method to implicitly find the ClassTag and produced convert to RArr wrapped in Succ.

Utility method to implicitly find the ClassTag and produced convert to RArr wrapped in Succ.

Attributes

def toArr(implicit ct: ClassTag[A]): RArr[A]

Converts this ArrayBuffer straight to an RArr.

Converts this ArrayBuffer straight to an RArr.

Attributes

def toReverseRefs(implicit ct: ClassTag[A]): RArr[A]