public abstract class MutablePropertyReference1 extends MutablePropertyReference implements kotlin.reflect.KMutableProperty1
kotlin.reflect.KMutableProperty1.Setter<T,R>
NO_RECEIVER, receiver
Constructor and Description |
---|
MutablePropertyReference1() |
MutablePropertyReference1(Object receiver) |
Modifier and Type | Method and Description |
---|---|
protected kotlin.reflect.KCallable |
computeReflected() |
Object |
getDelegate(Object receiver) |
kotlin.reflect.KProperty1.Getter |
getGetter() |
kotlin.reflect.KMutableProperty1.Setter |
getSetter() |
Object |
invoke(Object receiver) |
equals, getReflected, hashCode, isConst, isLateinit, toString
call, callBy, compute, getAnnotations, getBoundReceiver, getName, getOwner, getParameters, getReturnType, getSignature, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public MutablePropertyReference1()
@SinceKotlin(version="1.1") public MutablePropertyReference1(Object receiver)
protected kotlin.reflect.KCallable computeReflected()
computeReflected
in class CallableReference
public Object invoke(Object receiver)
invoke
in interface kotlin.jvm.functions.Function1
public kotlin.reflect.KProperty1.Getter getGetter()
getGetter
in interface kotlin.reflect.KProperty
getGetter
in interface kotlin.reflect.KProperty1
public kotlin.reflect.KMutableProperty1.Setter getSetter()
getSetter
in interface kotlin.reflect.KMutableProperty
getSetter
in interface kotlin.reflect.KMutableProperty1
Copyright © 2017. All Rights Reserved.