Copier

interface Copier<C : Any, A, T : Any>

An interface capable of copying a binding.

Note that the copy must "reset" any reference or status of the binding.

Types

Companion
Link copied to clipboard
object Companion

Functions

copy
Link copied to clipboard
abstract fun copy(builder: DIContainer.Builder): DIBinding<C, A, T>

Copy the binding this Copier is attached to.