Diff

rescala.structure.Diff
See theDiff companion class
object Diff

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Diff.type

Members list

Value members

Concrete methods

def apply[A](from: Pulse[A], to: Pulse[A]): Diff[A]
def unapply[A](arg: Diff[A]): Option[(A, A)]