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
Inherited from:
Product
Inherited from:
Input