abstract class HashSchema[T] extends Companion[T] with HashUtils[T]

Linear Supertypes
HashUtils[T], Companion[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashSchema
  2. HashUtils
  3. Companion
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HashSchema(unsafe: (ByteString) => T, toBytes: (T) => ByteString)

Abstract Value Members

  1. abstract def doubleHash(input: Seq[Byte]): T
  2. abstract def hash(input: Seq[Byte]): T
    Definition Classes
    HashSchemaHashUtils
  3. abstract def length: Int
    Definition Classes
    HashUtils

Concrete 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. def addPerByte(hash0: T, hash1: T): T
  5. lazy val allOne: T
    Definition Classes
    Companion
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def from(bytes: ByteString): Option[T]
    Definition Classes
    Companion
  11. def from(bytes: IndexedSeq[Byte]): Option[T]
    Definition Classes
    Companion
  12. def generate: T
    Definition Classes
    Companion
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hash[S](input: S)(implicit arg0: Serializer[S]): T
  15. def hash(input: String, charset: Charset): T
  16. def hash(input: String): T
    Definition Classes
    HashSchemaHashUtils
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def random: T
    Definition Classes
    HashUtils
    Annotations
    @inline()
  23. def secureGenerate: T
    Definition Classes
    Companion
  24. implicit val serde: Serde[T]
    Definition Classes
    Companion
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. val toBytes: (T) => ByteString
    Definition Classes
    Companion
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. val unsafe: (ByteString) => T
    Definition Classes
    Companion
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. def xor(hash0: T, hash1: T): T
  33. lazy val zero: T
    Definition Classes
    Companion

Deprecated Value Members

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

Inherited from HashUtils[T]

Inherited from Companion[T]

Inherited from AnyRef

Inherited from Any

Ungrouped