Correct

izumi.distage.framework.model.PlanCheckResult$.Correct
final case class Correct(checkedPlugins: LoadedPlugins, visitedKeys: Set[DIKey]) extends PlanCheckResult

Attributes

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

Members list

Concise view

Value members

Concrete methods

override def maybeError: None.type

Attributes

Definition Classes
override def maybeErrorMessage: None.type

Attributes

Definition Classes

Inherited methods

final def issues: Option[NESet[PlanIssue]]

Attributes

Inherited from:
PlanCheckResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def throwOnError(): Unit

Attributes

Inherited from:
PlanCheckResult
final def verificationFailed: Boolean

Attributes

Inherited from:
PlanCheckResult
final def verificationPassed: Boolean

Attributes

Inherited from:
PlanCheckResult