Patch

sealed trait Patch
Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(supervisor: Supervisor[Any]): Supervisor[Any]

Applies an update to the supervisor to produce a new supervisor.

Applies an update to the supervisor to produce a new supervisor.

def combine(that: Patch): Patch

Combines two patches to produce a new patch that describes applying the updates from this patch and then the updates from the specified patch.

Combines two patches to produce a new patch that describes applying the updates from this patch and then the updates from the specified patch.