sbt.internal.util

AList

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

Type Members

  1. type ASplit[K[L[x]], B[x]] = AList[[L[x]]K[[T]L[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]]

    AList for a single value.

  5. sealed trait T10K[A, B, C, D, E, F, G, H, I, J] extends AnyRef

  6. 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])]

  7. sealed trait T11K[A, B, C, D, E, F, G, H, I, J, K] extends AnyRef

  8. 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])]

  9. sealed trait T2K[A, B] extends AnyRef

  10. type T2List[A, B] = AList[[L[x]](L[A], L[B])]

  11. sealed trait T3K[A, B, C] extends AnyRef

  12. type T3List[A, B, C] = AList[[L[x]](L[A], L[B], L[C])]

  13. sealed trait T4K[A, B, C, D] extends AnyRef

  14. type T4List[A, B, C, D] = AList[[L[x]](L[A], L[B], L[C], L[D])]

  15. sealed trait T5K[A, B, C, D, E] extends AnyRef

  16. type T5List[A, B, C, D, E] = AList[[L[x]](L[A], L[B], L[C], L[D], L[E])]

  17. sealed trait T6K[A, B, C, D, E, F] extends AnyRef

  18. type T6List[A, B, C, D, E, F] = AList[[L[x]](L[A], L[B], L[C], L[D], L[E], L[F])]

  19. sealed trait T7K[A, B, C, D, E, F, G] extends AnyRef

  20. 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])]

  21. sealed trait T8K[A, B, C, D, E, F, G, H] extends AnyRef

  22. 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])]

  23. sealed trait T9K[A, B, C, D, E, F, G, H, I] extends AnyRef

  24. 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: 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. 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

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val empty: Empty

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

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

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

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def klist[KL[M[_]] <: KList[M[_]] { type Transform[N[_]] = KL[N] }]: AList[KL]

    AList for the arbitrary arity data structure KList.

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

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

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

    Definition Classes
    AnyRef
  20. def seq[T]: SeqList[T]

    AList for a homogeneous sequence.

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

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

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. def tuple10[A, B, C, D, E, F, G, H, I, J]: T10List[A, B, C, D, E, F, G, H, I, J]

  25. 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]

  26. def tuple2[A, B]: T2List[A, B]

  27. def tuple3[A, B, C]: T3List[A, B, C]

  28. def tuple4[A, B, C, D]: T4List[A, B, C, D]

  29. def tuple5[A, B, C, D, E]: T5List[A, B, C, D, E]

  30. def tuple6[A, B, C, D, E, F]: T6List[A, B, C, D, E, F]

  31. def tuple7[A, B, C, D, E, F, G]: T7List[A, B, C, D, E, F, G]

  32. def tuple8[A, B, C, D, E, F, G, H]: T8List[A, B, C, D, E, F, G, H]

  33. def tuple9[A, B, C, D, E, F, G, H, I]: T9List[A, B, C, D, E, F, G, H, I]

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped