Extension

tus4s.core.data.Extension
See theExtension companion enum
object Extension

Attributes

Companion
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Extension.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def createSet(values: (Extension, Boolean)*): Set[Extension]
def findChecksum(exts: Set[Extension]): Option[Checksum]
def findCreation(exts: Set[Extension]): Option[Creation]
def fromStrings(str: NonEmptyList[String]): Either[String, NonEmptyList[Extension]]
def hasConcat(exts: Set[Extension]): Boolean
def hasTermination(exts: Set[Extension]): Boolean
def includesAlgorithm(exts: Set[Extension], algo: ChecksumAlgorithm): Boolean
def noConcat(exts: Set[Extension]): Boolean

Givens

Givens