CompatibleSet

zio.temporal.workflow.ZWorkerBuildIdVersionSets$.CompatibleSet
final class CompatibleSet

Represents a set of Build Ids which are compatible with one another.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def buildIds: List[String]

Attributes

Returns

All the Build Ids in the set

def defaultBuildId: Option[String]

Attributes

Returns

The default Build Id for this compatible set.

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 toJava: CompatibleSet