public class FunctionReference extends CallableReference implements FunctionBase, kotlin.reflect.KFunction
NO_RECEIVER, receiver| Constructor and Description |
|---|
FunctionReference(int arity) |
FunctionReference(int arity,
Object receiver) |
| Modifier and Type | Method and Description |
|---|---|
protected kotlin.reflect.KCallable |
computeReflected() |
boolean |
equals(Object obj) |
int |
getArity() |
protected kotlin.reflect.KFunction |
getReflected() |
int |
hashCode() |
boolean |
isExternal() |
boolean |
isInfix() |
boolean |
isInline() |
boolean |
isOperator() |
boolean |
isSuspend() |
String |
toString() |
call, callBy, compute, getAnnotations, getBoundReceiver, getName, getOwner, getParameters, getReturnType, getSignature, getTypeParameters, getVisibility, isAbstract, isFinal, isOpenclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic FunctionReference(int arity)
@SinceKotlin(version="1.1")
public FunctionReference(int arity,
Object receiver)
public int getArity()
getArity in interface FunctionBase@SinceKotlin(version="1.1") protected kotlin.reflect.KFunction getReflected()
getReflected in class CallableReference@SinceKotlin(version="1.1") protected kotlin.reflect.KCallable computeReflected()
computeReflected in class CallableReference@SinceKotlin(version="1.1") public boolean isInline()
isInline in interface kotlin.reflect.KFunction@SinceKotlin(version="1.1") public boolean isExternal()
isExternal in interface kotlin.reflect.KFunction@SinceKotlin(version="1.1") public boolean isOperator()
isOperator in interface kotlin.reflect.KFunction@SinceKotlin(version="1.1") public boolean isInfix()
isInfix in interface kotlin.reflect.KFunction@SinceKotlin(version="1.1") public boolean isSuspend()
isSuspend in interface kotlin.reflect.KFunctionCopyright © 2017. All Rights Reserved.