Copy

interface Copy

Simple interface that returns a the keys to copy from a container.

Inheritors

Types

Link copied to clipboard
object All : Copy

A Copy spec that copies all bindings.

Link copied to clipboard
Link copied to clipboard
abstract class BaseDSL : SearchDSL, Copy

Base class for the Copy DSL.

Link copied to clipboard
object Companion
Link copied to clipboard

Copy DSL.

Link copied to clipboard
object NonCached : Copy

A Copy spec that copies only the bindings that retain no status / reference.

Link copied to clipboard
object None : Copy

A Copy spec that copies no bindings.

Functions

Link copied to clipboard
abstract fun keySet(tree: DITree): Set<DI.Key<*, *, *>>

The keys to copy from the given tree, according to the rules defined in this object.