Object

scalan.util

CollectionUtil

Related Doc: package util

Permalink

object CollectionUtil

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

Type Members

  1. implicit final class AnyOps[A] extends AnyVal

    Permalink
  2. implicit final class AnyRefOps[A <: AnyRef] extends AnyVal

    Permalink
  3. implicit final class HashMapOps[K, V] extends AnyVal

    Permalink
  4. implicit final class OptionOfAnyRefOps[A <: AnyRef] extends AnyVal

    Permalink
  5. implicit final class OptionOps[A] extends AnyVal

    Permalink
  6. implicit final class TraversableOps[A, Source[X] <: GenIterable[X]] extends AnyVal

    Permalink

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

    Permalink
    Definition Classes
    Any
  5. def assertSameLength[A, B](xs: Seq[A], ys: Seq[B]): Unit

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def concatArrays[T](xs: Array[T], ys: Array[T]): Array[T]

    Permalink
  8. def createMultiMap[K, V](kvs: GenIterable[(K, V)]): Map[K, ArrayBuffer[V]]

    Permalink
  9. def deepHashCode[T](arr: Array[T]): Int

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def foldRight[A, B](xs: Seq[A])(proj: (A) ⇒ B)(f: (A, B) ⇒ B): B

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def join[K, V, R](ks: List[K], kv: Map[K, V])(f: (K, V) ⇒ R): List[R]

    Permalink
  17. def joinSeqs[O, I, K](outer: GenIterable[O], inner: GenIterable[I])(outKey: (O) ⇒ K, inKey: (I) ⇒ K): GenIterable[(O, I)]

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def outerJoin[K, L, R, O](left: Map[K, L], right: Map[K, R])(l: (K, L) ⇒ O, r: (K, R) ⇒ O, inner: (K, L, R) ⇒ O): Map[K, O]

    Permalink
  22. def outerJoinSeqs[O, I, K, R](outer: Seq[O], inner: Seq[I])(outKey: (O) ⇒ K, inKey: (I) ⇒ K)(projO: (K, O) ⇒ R, projI: (K, I) ⇒ R, proj: (K, O, I) ⇒ R): Seq[(K, R)]

    Permalink
  23. def requireSameLength[A, B](xs: Seq[A], ys: Seq[B]): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped