ofUnit

final
class ofUnit(array: Array[Unit]) extends ImmutableArray1[Unit]
class ImmutableArray1[Unit]
class ImmutableArray[Unit]
class Object
trait Matchable
class Any

Value members

Inherited methods

override
def ++[B >: Unit : ClassTag](other: ImmutableArray[B]): ImmutableArray[B]
Definition Classes
Inherited from
ImmutableArray1
def apply(idx: Int): Unit
Inherited from
ImmutableArray1
def componentType: Class[_]
Inherited from
ImmutableArray1
def copyToArray[B >: Unit](xs: Array[B], start: Int, len: Int): Unit
Inherited from
ImmutableArray1
def isEmpty: Boolean
Inherited from
ImmutableArray
def length: Int
Inherited from
ImmutableArray1
def slice(from: Int, until: Int): ImmutableArray[Unit]
Inherited from
ImmutableArray1
def toArray[B >: Unit : ClassTag]: Array[B]
Inherited from
ImmutableArray1