public class FunctionReference extends FunctionImpl implements kotlin.reflect.KFunction
kotlin.reflect.KFunction.DefaultImpls
kotlin.jvm.functions.Function0.DefaultImpls
kotlin.jvm.functions.Function1.DefaultImpls
kotlin.jvm.functions.Function2.DefaultImpls
kotlin.jvm.functions.Function3.DefaultImpls
kotlin.jvm.functions.Function4.DefaultImpls
kotlin.jvm.functions.Function5.DefaultImpls
kotlin.jvm.functions.Function6.DefaultImpls
kotlin.jvm.functions.Function7.DefaultImpls
kotlin.jvm.functions.Function8.DefaultImpls
kotlin.jvm.functions.Function9.DefaultImpls
kotlin.jvm.functions.Function10.DefaultImpls
kotlin.jvm.functions.Function11.DefaultImpls
kotlin.jvm.functions.Function12.DefaultImpls
kotlin.jvm.functions.Function13.DefaultImpls
kotlin.jvm.functions.Function14.DefaultImpls
kotlin.jvm.functions.Function15.DefaultImpls
kotlin.jvm.functions.Function16.DefaultImpls
kotlin.jvm.functions.Function17.DefaultImpls
kotlin.jvm.functions.Function18.DefaultImpls
kotlin.jvm.functions.Function19.DefaultImpls
kotlin.jvm.functions.Function20.DefaultImpls
Constructor and Description |
---|
FunctionReference()
Deprecated.
|
FunctionReference(int arity) |
Modifier and Type | Method and Description |
---|---|
Object |
call(Object... args) |
Object |
callBy(Map args) |
protected static Error |
error() |
List<Annotation> |
getAnnotations() |
int |
getArity() |
String |
getName() |
kotlin.reflect.KDeclarationContainer |
getOwner() |
List<kotlin.reflect.KParameter> |
getParameters() |
kotlin.reflect.KType |
getReturnType() |
String |
getSignature() |
public FunctionReference(int arity)
@Deprecated public FunctionReference()
public int getArity()
getArity
in class FunctionImpl
public kotlin.reflect.KDeclarationContainer getOwner()
public String getName()
getName
in interface kotlin.reflect.KCallable
public String getSignature()
public List<kotlin.reflect.KParameter> getParameters()
getParameters
in interface kotlin.reflect.KCallable
public kotlin.reflect.KType getReturnType()
getReturnType
in interface kotlin.reflect.KCallable
public List<Annotation> getAnnotations()
getAnnotations
in interface kotlin.reflect.KAnnotatedElement
public Object call(@NotNull Object... args)
call
in interface kotlin.reflect.KCallable
public Object callBy(@NotNull Map args)
callBy
in interface kotlin.reflect.KCallable
protected static Error error()
Copyright © 2015. All Rights Reserved.