Assign

final case
class Assign[+A](value: A) extends Input[A]
trait Serializable
trait Product
trait Equals
trait Input[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def flatMap[B](f: A => Input[B]): Input[B]
Inherited from
Input
def flatten[B](implicit ev: A <:< Input[B]): Input[B]
Inherited from
Input
def fold[B](fundef: => B, funset: => B, fset: A => B): B
Inherited from
Input
def map[B](f: A => B): Input[B]
Inherited from
Input
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def toOption: Option[A]
Inherited from
Input