Object/Class

scalaz

IList

Related Docs: class IList | package scalaz

Permalink

object IList extends IListInstances with Serializable

Source
IList.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IList
  2. Serializable
  3. Serializable
  4. IListInstances
  5. IListInstance0
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[A](a: A, b: A, c: A, d: A, e: A, f: A, as: A*): IList[A]

    Permalink
  5. final def apply[A](a: A, b: A, c: A, d: A, e: A, f: A): IList[A]

    Permalink
    Annotations
    @inline()
  6. final def apply[A](a: A, b: A, c: A, d: A, e: A): IList[A]

    Permalink
    Annotations
    @inline()
  7. final def apply[A](a: A, b: A, c: A, d: A): IList[A]

    Permalink
    Annotations
    @inline()
  8. final def apply[A](a: A, b: A, c: A): IList[A]

    Permalink
    Annotations
    @inline()
  9. final def apply[A](a: A, b: A): IList[A]

    Permalink
    Annotations
    @inline()
  10. final def apply[A](a: A): IList[A]

    Permalink
    Annotations
    @inline()
  11. final def apply[A](): IList[A]

    Permalink
    Annotations
    @inline()
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. implicit final val covariant: IsCovariant[IList]

    Permalink
    Definition Classes
    IListInstance0
  15. def empty[A]: IList[A]

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. implicit def equal[A](implicit A0: Equal[A]): Equal[IList[A]]

    Permalink
    Definition Classes
    IListInstance0
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def fill[A](n: Int)(a: A): IList[A]

    Permalink
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fromFoldable[F[_], A](as: F[A])(implicit arg0: Foldable[F]): IList[A]

    Permalink
  22. def fromList[A](as: List[A]): IList[A]

    Permalink
  23. def fromOption[A](a: Option[A]): IList[A]

    Permalink
  24. def fromSeq[A](as: Seq[A]): IList[A]

    Permalink

    For compatibility with the scala varargs language feature.

    For compatibility with the scala varargs language feature. Note that varargs are inefficient as they incur the overhead of a Seq creation.

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. implicit val instances: Traverse[IList] with MonadPlus[IList] with Alt[IList] with BindRec[IList] with Zip[IList] with Unzip[IList] with Align[IList] with IsEmpty[IList] with Cobind[IList]

    Permalink
    Definition Classes
    IListInstances
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. val listIListIso: Isomorphism.<~>[List, IList]

    Permalink
  30. implicit def monoid[A]: Monoid[IList[A]]

    Permalink
    Definition Classes
    IListInstances
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. implicit def order[A](implicit A0: Order[A]): Order[IList[A]]

    Permalink
    Definition Classes
    IListInstances
  35. implicit def show[A](implicit A: Show[A]): Show[IList[A]]

    Permalink
    Definition Classes
    IListInstances
  36. def single[A](a: A): IList[A]

    Permalink
    Annotations
    @inline()
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from IListInstances

Inherited from IListInstance0

Inherited from AnyRef

Inherited from Any

Ungrouped