abstract class HashSchema[T] extends Companion[T] with HashUtils[T]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- HashSchema
- HashUtils
- Companion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new HashSchema(unsafe: (ByteString) => T, toBytes: (T) => ByteString)
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addPerByte(hash0: T, hash1: T): T
- lazy val allOne: T
- Definition Classes
- Companion
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def from(bytes: ByteString): Option[T]
- Definition Classes
- Companion
- def from(bytes: IndexedSeq[Byte]): Option[T]
- Definition Classes
- Companion
- def generate: T
- Definition Classes
- Companion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hash[S](input: S)(implicit arg0: Serializer[S]): T
- def hash(input: String, charset: Charset): T
- def hash(input: String): T
- Definition Classes
- HashSchema → HashUtils
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def random: T
- Definition Classes
- HashUtils
- Annotations
- @inline()
- def secureGenerate: T
- Definition Classes
- Companion
- implicit val serde: Serde[T]
- Definition Classes
- Companion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toBytes: (T) => ByteString
- Definition Classes
- Companion
- def toString(): String
- Definition Classes
- AnyRef → Any
- val unsafe: (ByteString) => T
- Definition Classes
- Companion
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def xor(hash0: T, hash1: T): T
- lazy val zero: T
- Definition Classes
- Companion