CoreCheckableApp

izumi.distage.framework.CoreCheckableApp
abstract class CoreCheckableApp[F[_]](implicit val tagK: Tag[F]) extends CheckableApp

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Type members

Types

final override type AppEffectType[A] = F[A]

Value members

Inherited methods

def preparePlanCheckInput(selectedRoles: RoleSelection, chosenConfigFile: Option[String]): PlanCheckInput[AppEffectType]

Attributes

Inherited from:
CheckableApp

Implicits

Implicits

implicit val tagK: Tag[F]