runtime

izumi.distage.framework.PlanCheck$.runtime$
object runtime

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
runtime.type

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait RoleSelection

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Everything.type

Value members

Concrete methods

def assertApp(app: CheckableApp, cfg: Any, planVerifier: PlanVerifier, logger: TrivialLogger): Unit
def checkApp(app: CheckableApp, cfg: Any, planVerifier: PlanVerifier, logger: TrivialLogger): PlanCheckResult

Attributes

Returns:

a list of issues, if any. Does not throw.

def checkAppParsed[F[_]](app: Aux[F], chosenRoles: RoleSelection, excludedActivations: Set[NonEmptySet[AxisPoint]], chosenConfig: Option[String], checkConfig: Boolean, printBindings: Boolean, onlyWarn: Boolean, planVerifier: PlanVerifier, logger: TrivialLogger): PlanCheckResult

Attributes

Returns:

a list of issues, if any. Does not throw.