Unassign

case object Unassign extends Input[Nothing]
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Input[Nothing]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

def flatMap[B](f: Nothing => Input[B]): Input[B]
Inherited from:
Input
def flatten[B](implicit ev: Nothing <:< Input[B]): Input[B]
Inherited from:
Input
def fold[B](fundef: => B, funset: => B, fset: Nothing => B): B
Inherited from:
Input
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def map[B](f: Nothing => B): Input[B]
Inherited from:
Input
Inherited from:
Product
def toOption: Option[Nothing]
Inherited from:
Input