scalaz.syntax.std

IndexedSeqOps

final class IndexedSeqOps[IS[+_], A] extends AnyRef

Source
IndexedSeqOps.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IndexedSeqOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IndexedSeqOps(self: IS[A], v: IndexedSeqSubFunctions { type IxSq[+X] = IS[X] })

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def <^>[B](f: (NonEmptyList[A]) ⇒ B)(implicit arg0: Monoid[B]): B

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. final def adjacentPairs: IS[(A, A)]

  6. final def allPairs: IS[(A, A)]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. final def breakM[M[_]](p: (A) ⇒ M[Boolean])(implicit arg0: Monad[M]): M[(IS[A], IS[A])]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. final def filterM[M[_]](p: (A) ⇒ M[Boolean])(implicit arg0: Applicative[M]): M[IS[A]]

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def findM[M[_]](p: (A) ⇒ M[Boolean])(implicit arg0: Monad[M]): M[Option[A]]

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. final def groupWhen(p: (A, A) ⇒ Boolean): IS[IS[A]]

  17. final def groupWhenM[M[_]](p: (A, A) ⇒ M[Boolean])(implicit arg0: Monad[M]): M[IS[IS[A]]]

  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def initz: IS[IS[A]]

  20. final def intersperse(a: A): IS[A]

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def mapAccumLeft[B, C](c: C, f: (C, A) ⇒ (C, B)): (C, IS[B])

  23. final def mapAccumRight[B, C](c: C, f: (C, A) ⇒ (C, B)): (C, IS[B])

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. final def partitionM[M[_]](p: (A) ⇒ M[Boolean])(implicit arg0: Applicative[M]): M[(IS[A], IS[A])]

  28. final def powerset: IS[IS[A]]

  29. final def spanM[M[_]](p: (A) ⇒ M[Boolean])(implicit arg0: Monad[M]): M[(IS[A], IS[A])]

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. final def tailz: IS[IS[A]]

  32. final def takeUntilM[M[_]](p: (A) ⇒ M[Boolean])(implicit arg0: Monad[M]): M[IS[A]]

  33. final def takeWhileM[M[_]](p: (A) ⇒ M[Boolean])(implicit arg0: Monad[M]): M[IS[A]]

  34. final def toNel: Option[NonEmptyList[A]]

  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def toZipper: Option[Zipper[A]]

  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def zipperEnd: Option[Zipper[A]]

Deprecated Value Members

  1. final def groupByM[M[_]](p: (A, A) ⇒ M[Boolean])(implicit arg0: Monad[M]): M[IS[IS[A]]]

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) use groupWhenM

Inherited from AnyRef

Inherited from Any

Ungrouped