object AList

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AList
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ASplit[K[L[x]], B[x]] = AList[[A[x]]K[[T]A[B[T]]]]
  2. type Empty = AList[[L[x]]Unit]
  3. type SeqList[T] = AList[[L[x]]List[L[T]]]
  4. type Single[A] = AList[[L[x]]L[A]]
  5. sealed trait SplitK[K[L[x]], B[x]] extends AnyRef

    Example: calling AList.SplitK[K, Task]#l returns the type lambda A[x] => K[A[Task[x]].

  6. sealed trait T10K[A, B, C, D, E, F, G, H, I, J] extends AnyRef
  7. type T10List[A, B, C, D, E, F, G, H, I, J] = AList[[L[x]](L[A], L[B], L[C], L[D], L[E], L[F], L[G], L[H], L[I], L[J])]
  8. sealed trait T11K[A, B, C, D, E, F, G, H, I, J, K] extends AnyRef
  9. type T11List[A, B, C, D, E, F, G, H, I, J, K] = AList[[L[x]](L[A], L[B], L[C], L[D], L[E], L[F], L[G], L[H], L[I], L[J], L[K])]
  10. sealed trait T2K[A, B] extends AnyRef
  11. type T2List[A, B] = AList[[L[x]](L[A], L[B])]
  12. sealed trait T3K[A, B, C] extends AnyRef
  13. type T3List[A, B, C] = AList[[L[x]](L[A], L[B], L[C])]
  14. sealed trait T4K[A, B, C, D] extends AnyRef
  15. type T4List[A, B, C, D] = AList[[L[x]](L[A], L[B], L[C], L[D])]
  16. sealed trait T5K[A, B, C, D, E] extends AnyRef
  17. type T5List[A, B, C, D, E] = AList[[L[x]](L[A], L[B], L[C], L[D], L[E])]
  18. sealed trait T6K[A, B, C, D, E, F] extends AnyRef
  19. type T6List[A, B, C, D, E, F] = AList[[L[x]](L[A], L[B], L[C], L[D], L[E], L[F])]
  20. sealed trait T7K[A, B, C, D, E, F, G] extends AnyRef
  21. type T7List[A, B, C, D, E, F, G] = AList[[L[x]](L[A], L[B], L[C], L[D], L[E], L[F], L[G])]
  22. sealed trait T8K[A, B, C, D, E, F, G, H] extends AnyRef
  23. type T8List[A, B, C, D, E, F, G, H] = AList[[L[x]](L[A], L[B], L[C], L[D], L[E], L[F], L[G], L[H])]
  24. sealed trait T9K[A, B, C, D, E, F, G, H, I] extends AnyRef
  25. type T9List[A, B, C, D, E, F, G, H, I] = AList[[L[x]](L[A], L[B], L[C], L[D], L[E], L[F], L[G], L[H], L[I])]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asplit[K[L[x]], B[x]](base: AList[K]): ASplit[K, B]

    AList that operates on the outer type constructor A of a composition [x] A[B[x]] for type constructors A and B.

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val empty: Empty

    AList for Unit, which represents a sequence that is always empty.

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def klist[KL[M[_]] <: Aux[M[_], KL]]: AList[KL]

    AList for the arbitrary arity data structure KList.

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def seq[T]: SeqList[T]

    AList for a homogeneous sequence.

  19. def single[A]: Single[A]

    AList for a single value.

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def tuple10[A, B, C, D, E, F, G, H, I, J]: T10List[A, B, C, D, E, F, G, H, I, J]
  23. def tuple11[A, B, C, D, E, F, G, H, I, J, K]: T11List[A, B, C, D, E, F, G, H, I, J, K]
  24. def tuple2[A, B]: T2List[A, B]
  25. def tuple3[A, B, C]: T3List[A, B, C]
  26. def tuple4[A, B, C, D]: T4List[A, B, C, D]
  27. def tuple5[A, B, C, D, E]: T5List[A, B, C, D, E]
  28. def tuple6[A, B, C, D, E, F]: T6List[A, B, C, D, E, F]
  29. def tuple7[A, B, C, D, E, F, G]: T7List[A, B, C, D, E, F, G]
  30. def tuple8[A, B, C, D, E, F, G, H]: T8List[A, B, C, D, E, F, G, H]
  31. def tuple9[A, B, C, D, E, F, G, H, I]: T9List[A, B, C, D, E, F, G, H, I]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped