AnyArrHead

ostrat.AnyArrHead$
object AnyArrHead

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def unapply(arr: AnyArr): Option[Any]

Extractor for the head of an Arr, immutable covariant Array based collection. The tail can be any length.

Extractor for the head of an Arr, immutable covariant Array based collection. The tail can be any length.

Attributes