Kind

scala.cli.commands.publish.OptionCheck.Kind
See theKind companion class
object Kind

Attributes

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

Members list

Type members

Classlikes

case object Core extends Kind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Core.type
case object Extra extends Kind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Extra.type
case object Repository extends Kind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Repository.type
case object Signing extends Kind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Signing.type

Inherited 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 parse(input: String): Option[Kind]
def parseList(input: String): Either[Seq[String], Seq[Kind]]

Concrete fields

val all: Seq[Kind]