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
common
object Companion

Functions

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

Copy the binding this Copier is attached to.