Access

interface Access<This : Any, Value : Function<*>>(source)

Functions

Link copied to clipboard
abstract fun get(o: This): Value

Gets the current value of the method from the provided object.

Link copied to clipboard
abstract fun has(o: This): Boolean

Determines whether an object has a property with the same name as the decorated element.