kotlin.reflect.KProperty0

KProperty0

interface KProperty0<out R> : KProperty<R>, () -> R

Represents a property without any kind of receiver. Such property is either originally declared in a receiverless context such as a package, or has the receiver bound to it.

Types

Getter

interface Getter<out R> : Getter<R>, () -> R

Properties

<