AddressableInvocation |
An invocation of a method on an Addressable. data class AddressableInvocation |
AddressableInvocationArgument |
typealias AddressableInvocationArgument = Pair<Any?, Class<*>> |
AddressableInvocationArguments |
typealias AddressableInvocationArguments = Array<out AddressableInvocationArgument> |
AddressableLease |
data class AddressableLease |
AddressableReference |
data class AddressableReference |
AddressableType |
typealias AddressableType = String |
Key |
A key that represents an identity. sealed class Key |