Object

io.chymyst.jc

Core

Related Doc: package jc

Permalink

object Core

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

Type Members

  1. implicit final class AnyOpsEquals[A] extends AnyVal

    Permalink
    Annotations
    @SuppressWarnings()
  2. implicit final class AnyOpsNotEquals[A] extends AnyVal

    Permalink
    Annotations
    @SuppressWarnings()
  3. implicit final class ArrayWithExtraFoldOps[T] extends AnyVal

    Permalink
  4. implicit final class SafeListDiff[T] extends AnyVal

    Permalink
  5. implicit final class SafeSeqDiff[T] extends AnyVal

    Permalink

    Compute the difference between sequences, enforcing type equality.

    Compute the difference between sequences, enforcing type equality. (The standard diff method will allow type mismatch, which has lead to an error.)

    T

    Type of sequence elements.

  6. implicit final class SeqWithExtraFoldOps[T] extends AnyVal

    Permalink
  7. implicit final class SeqWithOption[S] extends AnyVal

    Permalink
  8. implicit final class StringToSymbol extends AnyVal

    Permalink

    Provide .toScalaSymbol method for String values.

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. val NO_REACTION_INFO_STRING: String

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getMessageDigest: MessageDigest

    Permalink
  12. def getReactionInfo: String

    Permalink

    Obtain the Chymyst reaction info string from the current thread.

    Obtain the Chymyst reaction info string from the current thread.

    returns

    "<none>" if the current thread is not currently running a reaction. Otherwise, returns the string that describes the reaction now being run by this thread.

  13. def getSha1(c: String, md: MessageDigest): String

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def intHash(s: Seq[Int]): Int

    Permalink

    A primitive but very fast algorithm for converting a sequence of integers into an integer hash value.

    A primitive but very fast algorithm for converting a sequence of integers into an integer hash value. To be used only for small sequences and when true hashing is unnecessary.

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. val simpleTypes: Set[Symbol]

    Permalink

    Built-in Scala types for which there exist only relatively few distinct values.

    Built-in Scala types for which there exist only relatively few distinct values.

    These are types T for which we can represent a multiset of values of T as a hash map with little or no space penalty.

  21. def streamDiff[T](s: Iterator[T], skipBag: MutableMultiset[T]): Iterator[T]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped