DynamicsChecker

data class DynamicsChecker

Helper class to validate the correctness instances passed KontainerBlueprint.create.

For each set of classes passed to getUnexpected the result is cached for future reuse.

Functions

Link copied to clipboard
fun getUnexpected(given: Set<KClass<*>>): Set<KClass<*>>

Checks if all given are contained in all dynamics

Properties

Link copied to clipboard
val dynamics: Set<KClass<*>>