Proxy

Base Proxy definition

Author

Matthias Geisler

Parameters

ReturnValue

the return value of the Proxy.

Arguments

the arguments which are delegated to the Proxy.

Functions

Link copied to clipboard
abstract fun clear()

Clears the Proxies captured arguments

Link copied to clipboard
abstract operator fun get(callIndex: Int): Arguments

Alias for getArgumentsForCall

Link copied to clipboard
abstract fun getArgumentsForCall(callIndex: Int): Arguments

Resolves given arguments of an invocation.

Properties

Link copied to clipboard
abstract val calls: Int

Counter of the actual invocations of the Proxy.

Link copied to clipboard
abstract val frozen: Boolean

Indicates that the proxies uses the frozen memory model.

Link copied to clipboard
abstract val id: String

Unique Id of the Proxy derived from the Interface which it build upon.

Inheritors

Link copied to clipboard
Link copied to clipboard