Packages

o

cats.kernel.instances

StaticMethods

object StaticMethods extends HashCompat

Annotations
@suppressUnusedImportWarningForScalaVersionSpecific()
Source
StaticMethods.scala
Linear Supertypes
HashCompat, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StaticMethods
  2. HashCompat
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def combineAllIterable[A, R](b: Builder[A, R], xs: IterableOnce[Iterable[A]]): R
  7. def combineNIterable[A, R](b: Builder[A, R], x: Iterable[A], n: Int): R
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def iteratorCompare[A](xs: Iterator[A], ys: Iterator[A])(implicit ev: Order[A]): Int
  14. def iteratorEq[A](xs: Iterator[A], ys: Iterator[A])(implicit ev: Eq[A]): Boolean
  15. def iteratorPartialCompare[A](xs: Iterator[A], ys: Iterator[A])(implicit ev: PartialOrder[A]): Double
  16. def listHash[A](x: List[A])(implicit A: Hash[A]): Int
    Definition Classes
    HashCompat
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def orderedHash[A](xs: TraversableOnce[A])(implicit A: Hash[A]): Int
    Definition Classes
    HashCompat
  21. def product1Hash(_1Hash: Int): Int
  22. def product2Hash(_1Hash: Int, _2Hash: Int): Int
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def wrapMutableIndexedSeq[A](m: IndexedSeq[A]): IndexedSeq[A]

    When you "own" this m, and will not mutate it again, this is safe to call.

    When you "own" this m, and will not mutate it again, this is safe to call. It is unsafe to call this, then mutate the original collection.

    You are giving up ownership when calling this method

  29. def wrapMutableMap[K, V](m: Map[K, V]): Map[K, V]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from HashCompat

Inherited from AnyRef

Inherited from Any

Ungrouped