IdContract

izumi.distage.model.reflection.IdContract
See theIdContract companion trait
object IdContract

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IdContract.type

Members list

Type members

Classlikes

final class IdContractImpl[T] extends IdContract[T]

Attributes

Supertypes
trait IdContract[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T : IdContract]: IdContract[T]

Implicits

Implicits

implicit def singletonStringIdContract[S <: String & Singleton]: IdContract[S]
implicit val stringIdContract: IdContract[String]