InBoth

app.tulz.diff.DiffElement.InBoth
final case class InBoth[Repr](v: Repr) extends DiffElement[Repr]

Attributes

Graph
Supertypes
trait DiffElement[Repr]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def map[B](f: Repr => B): DiffElement[B]

Inherited methods

def inFirst: Boolean

Attributes

Inherited from:
DiffElement
def inFirstOrSecond: Boolean

Attributes

Inherited from:
DiffElement
def inSecond: Boolean

Attributes

Inherited from:
DiffElement
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product