Diff

rescala.structure.Diff
See theDiff companion object
final class Diff[+A](val from: Pulse[A], val to: Pulse[A])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def _1: A
def _2: A
def pair: (A, A)
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val from: Pulse[A]
val to: Pulse[A]