invoke

operator fun <C : Any, A, T : Any> invoke(f: (DIContainer.Builder) -> DIBinding<C, A, T>): DIBinding.Copier<C, A, T>

Util method to create a Copier.

Return

A copier with the given implementation.

Parameters

f

The Copier.copy implementation.