InconsistentSetMembers

izumi.distage.model.planning.PlanIssue$.InconsistentSetMembers
final case class InconsistentSetMembers(key: DIKey, ops: NEList[OperationOrigin]) extends PlanIssue

A distage bug, should never happen (bindings machinery guarantees a unique key for each set member, they cannot have the same key by construction)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class PlanIssue
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product