IArray

iarray.IArray$
See theIArray companion class
object IArray

Attributes

Companion:
class
Source:
IArray.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IArray.type

Members list

Concise view

Value members

Inherited methods

final def apply[A](xs: A*): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def cojoinK[A]: Kleisli[IArray, IArray[A], A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def empty[A]: IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def fill[A](size: Int)(f: => A): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def fillAll[A](size: Int)(elem: A): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def from[A](xs: Iterable[A]): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def fromArray[A](xs: Array[A]): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def fromIList[A](xs: IList[A]): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def fromIndexedSeq[A](xs: IndexedSeq[A]): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def fromList[A](xs: List[A]): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def fromRefArray[A <: AnyRef](xs: Array[A]): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def headMaybeK[A]: Kleisli[Maybe, IArray[A], A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def headOptionK[A]: Kleisli[Option, IArray[A], A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def initMaybeEndo[A]: Endomorphic[<none>, IArray[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def initMaybeK[A]: Kleisli[Maybe, IArray[A], IArray[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def initOptionEndo[A]: Endomorphic[<none>, IArray[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def initOptionK[A]: Kleisli[Option, IArray[A], IArray[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def iterate[A](start: A, len: Int)(f: A => A): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def lastMaybeK[A]: Kleisli[Maybe, IArray[A], A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def lastOptionK[A]: Kleisli[Option, IArray[A], A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def oneAndK[A]: Kleisli[Option, IArray[A], OneAnd[IArray, A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def partitionEithers[L, R](eithers: IArray[L \/ R]): (IArray[L], IArray[R])

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def partitionLazyTuple3[A, B, C](tuples: IArray[LazyTuple3[A, B, C]]): LazyTuple3[IArray[A], IArray[B], IArray[C]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def partitionLazyTuples[A, B](tuples: IArray[LazyTuple2[A, B]]): LazyTuple2[IArray[A], IArray[B]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def partitionStdEithers[L, R](eithers: IArray[Either[L, R]]): (IArray[L], IArray[R])

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def partitionThese[A, B](these: IArray[A \&/ B]): (IArray[A], IArray[B])

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def partitionTry[A](array: IArray[Try[A]]): (IArray[Throwable], IArray[A])

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def partitionValidations[E, A](validations: IArray[Validation[E, A]]): (IArray[E], IArray[A])

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def reverseIListK[A]: Kleisli[IList, IArray[A], A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def reverseK[A]: Kleisli[IArray, IArray[A], A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def reverseListK[A]: Kleisli[List, IArray[A], A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def single[A](a: A): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def singleF[A]: A => IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def tabulate[A](size: Int)(f: Int => A): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def tailMaybeEndo[A]: Endomorphic[<none>, IArray[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def tailMaybeK[A]: Kleisli[Maybe, IArray[A], IArray[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def tailOptionEndo[A]: Endomorphic[<none>, IArray[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def tailOptionK[A]: Kleisli[Option, IArray[A], IArray[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def toIArray1K[A]: Kleisli[Option, IArray[A], IArray1[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def toIListK[A]: Kleisli[IList, IArray[A], A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def toListK[A]: Kleisli[List, IArray[A], A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def toNelK[A]: Kleisli[Option, IArray[A], NonEmptyList[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def unfold[A, B](z: B)(f: B => Option[(B, A)]): IArray[A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def zip3[A, B, C](a: IArray[A], b: IArray[B], c: IArray[C]): IArray[(A, B, C)]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def zip4[A, B, C, D](a: IArray[A], b: IArray[B], c: IArray[C], d: IArray[D]): IArray[(A, B, C, D)]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def zip5[A, B, C, D, E](a: IArray[A], b: IArray[B], c: IArray[C], d: IArray[D], e: IArray[E]): IArray[(A, B, C, D, E)]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def zipWith3[A, B, C, D](a: IArray[A], b: IArray[B], c: IArray[C])(f: (A, B, C) => D): IArray[D]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def zipWith4[A, B, C, D, E](a: IArray[A], b: IArray[B], c: IArray[C], d: IArray[D])(f: (A, B, C, D) => E): IArray[E]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final def zipWith5[A, B, C, D, E, F](a: IArray[A], b: IArray[B], c: IArray[C], d: IArray[D], e: IArray[E])(f: (A, B, C, D, E) => F): IArray[F]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def zipWithIndexK[A]: Kleisli[IArray, IArray[A], (A, Int)]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
def zipperEndK[A]: Kleisli[Option, IArray[A], A]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala

Inherited fields

final val zipApply: Apply[IArray]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala

Implicits

Inherited implicits

final implicit def iarrayEqual[A : Equal]: Equal[IArray[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
implicit val iarrayInstance: MonadPlus[IArray] & IsEmpty[IArray] & Traverse[IArray] & Zip[IArray] & Align[IArray] & Unzip[IArray] & Cobind[IArray]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final implicit def iarrayMonoid[A]: Monoid[IArray[A]]

Attributes

Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala
final implicit def iarrayShow[A](implicit A: Show[A]): Show[IArray[A]]

Attributes

Example:
scala> import scalaz._, std.anyVal._
scala> val S = Show[IArray[Int]]
scala> S.show(IArray(1, 2, 3))
res0: Cord = IArray(1, 2, 3)
scala> S.shows(IArray(1, 2, 3))
res1: String = IArray(1, 2, 3)
Inherited from:
IArrayFunctions (hidden)
Source:
IArrayFunctions.scala