com.madgag.diff

package com.madgag.diff

Members list

Type members

Classlikes

case object After extends BeforeAndAfter

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
After.type
case object Before extends BeforeAndAfter

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Before.type
sealed trait BeforeAndAfter

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object After
object Before
object MapDiff

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
MapDiff.type
case class MapDiff[K, V](beforeAndAfter: Map[BeforeAndAfter, Map[K, V]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all