InFirst

app.tulz.diff.DiffElement.InFirst
final case class InFirst[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

override def inFirst: Boolean

Attributes

Definition Classes
override def inFirstOrSecond: Boolean

Attributes

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

Inherited methods

def inSecond: Boolean

Attributes

Inherited from:
DiffElement
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product