InFirst

final case class InFirst[Repr](v: Repr) extends DiffElement[Repr]
trait DiffElement[Repr]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def inFirst: Boolean
Definition Classes
override def inFirstOrSecond: Boolean
Definition Classes
def map[B](f: Repr => B): DiffElement[B]

Inherited methods

def inSecond: Boolean
Inherited from
DiffElement
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product