odkl.analysis.spark.util.collection.CollectionOperations

ImplicitTraversableOnceDecorator

implicit class ImplicitTraversableOnceDecorator[A] extends AnyRef

Adds operations to TraversableOnce

A

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ImplicitTraversableOnceDecorator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImplicitTraversableOnceDecorator(it: TraversableOnce[A])(implicit arg0: ClassTag[A])

    it

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 bottom(n: Int)(implicit ord: Ordering[A]): Seq[A]

    Selects up to n bottom items from TraversableOnce

    Selects up to n bottom items from TraversableOnce

    n

    number of items to get

    ord

    ordering to use

    returns

  8. def bottomBy[B](n: Int)(f: (A) ⇒ B)(implicit ord: Ordering[B]): Seq[A]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  20. def takeSample(n: Int, rnd: Random = new Random): Seq[A]

  21. def toCompactBuffer: CompactBuffer[A]

  22. def toOpenHashSet: OpenHashSet[A]

    Converts a TraversableOnce to OpenHashSet of items

    Converts a TraversableOnce to OpenHashSet of items

    returns

  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. def top(n: Int)(implicit ord: Ordering[A]): Seq[A]

  25. def topBy[B](n: Int)(f: (A) ⇒ B)(implicit ord: Ordering[B]): Seq[A]

  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped