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.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String