Arr3Tail

ostrat.Arr3Tail
object Arr3Tail

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Arr3Tail.type

Members list

Value members

Concrete methods

def unapply[A](arr: RArr[A])(implicit ct: ClassTag[A]): Option[(A, A, A, RArr[A])]

Extractor method for Arr of length >= 3. Optionally Returns a Tuple4 of the first 3 elements and the tail.

Extractor method for Arr of length >= 3. Optionally Returns a Tuple4 of the first 3 elements and the tail.

Attributes

def unapply[A, ArrT <: ArrNoParam[A] { type ThisT = ArrT; }](arr: ArrT): Option[(A, A, A, ArrT)]