scalaz

IList

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[A](as: A*): IList[A]

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

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

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

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

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

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

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def empty[A]: IList[A]

  15. final def eq(arg0: AnyRef): Boolean

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

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

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

  19. def finalize(): Unit

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

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

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

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

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

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

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

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

  28. implicit def monoid[A]: Monoid[IList[A]]

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  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( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from IListInstances

Inherited from IListInstance0

Inherited from AnyRef

Inherited from Any

Ungrouped