call

fun call(routine: String, strict: Boolean = false, builder: ResolutionResourceBuilder.() -> Unit? = null): Any?
fun call(routine: String, resolver: ResolutionResource): Any?
fun call(routine: String, strict: Boolean, resolver: ResolutionResource): Any?