iarray

package iarray

Members list

Concise view

Type members

Classlikes

case object BuildInfoIArray

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

Source:
BuildInfoIArray.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
object IArray

Attributes

Companion:
class
Source:
IArray.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IArray.type
final class IArray[A] extends AnyVal

Attributes

Companion:
object
Source:
IArray.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any
object IArray1

Attributes

Companion:
class
Source:
IArray1.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
IArray1.type
final case class IArray1[A](head: A, tail: IArray[A])

Non empty immutable array

Non empty immutable array

Attributes

Companion:
object
Source:
IArray1.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
final class WithFilter[A]

Attributes

Source:
WithFilter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
final class WithIndex[A](self: Array[AnyRef]) extends AnyVal

Attributes

Source:
WithIndex.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any