ChecksumAlgorithm

object ChecksumAlgorithm extends Enumeration[ChecksumAlgorithm] with Companion[ChecksumAlgorithm]
Companion:
class
trait Sum
trait Mirror
trait Enumeration[ChecksumAlgorithm]
trait Companion[ChecksumAlgorithm]
trait ShapeTag[ChecksumAlgorithm]
trait HasId
class Object
trait Matchable
class Any

Type members

Classlikes

case object CRC32 extends ChecksumAlgorithm
case object CRC32C extends ChecksumAlgorithm
case object SHA1 extends ChecksumAlgorithm
case object SHA256 extends ChecksumAlgorithm

Inherited classlikes

object hint
Inherited from:
Companion

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Inherited methods

Inherited from:
Enumeration
Inherited from:
Enumeration
final override def getTag: ShapeTag[ChecksumAlgorithm]
Definition Classes
Companion -> Has
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId

Inherited fields

Inherited from:
Enumeration
lazy val valueMap: Map[String, ChecksumAlgorithm]
Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[ChecksumAlgorithm]

Inherited implicits

implicit val tagInstance: ShapeTag[ChecksumAlgorithm]
Inherited from:
Companion