Patch

zio.Supervisor$.Patch
See thePatch companion object
sealed trait Patch

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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.

Attributes

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.

Attributes