ExpectedOnly

difflicious.DiffInput$.ExpectedOnly
final case class ExpectedOnly[A](expected: A) extends DiffInput[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DiffInput[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def map[B](f: A => B): DiffInput[B]

Attributes

Inherited from:
DiffInput
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product