fun <C : Any, A> With( contextType: TypeToken<in C>, argType: TypeToken<in A>, createdType: TypeToken<out T>, block: (TypeToken<out T>) -> DIBinding<in C, in A, out T>)
Content copied to clipboard
Second part of the bind<Type>().inSet() with binding syntax.